A fork of go-ap/activitypub to make it easier to implement extensions
This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-10-11 20:13:34 +02:00
activitypub Refactored most of the activitystreams-vocab structs to their own package 2018-10-11 11:26:00 +02:00
activitystreams Remove URI type in favour of IRI 2018-10-11 20:13:34 +02:00
jsonld Have a mixed Context object. 2018-09-05 10:38:05 +02:00
tests Remove URI type in favour of IRI 2018-10-11 20:13:34 +02:00
.gitignore Added .coverprofile files to gitignore 2018-04-08 23:02:50 +02:00
.travis.yml Fix coverage generation 2018-07-25 13:07:50 +02:00
go.mod Add go modules support 2018-07-25 11:56:05 +02:00
LICENSE Initial commit 2017-09-11 22:45:19 +02:00
Makefile Force install of jsonparser before activitypub tests 2018-07-25 12:35:41 +02:00
README.md Use Codacy badge instead of go report card 2018-04-10 21:56:05 +02:00

Activity Pub for Go

MIT Licensed Build status Test Coverage Codacy Badge

Basic lib for using activity pub API in Go.

Please see issue #1 before considering this project for real life applications.

Usage

import "github.com/mariusor/activitypub.go/activitypub"