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.
Find a file
Marius Orcsik 9d9bd8510b
Added a method for marshalling interface{}s which decay to scalars
for the moment it's overcomplicted and ugly

Moved UnmarshalJSON to decode.go file

Adding tests for some of the new functionality
2017-10-02 17:24:26 +02:00
src Added a method for marshalling interface{}s which decay to scalars 2017-10-02 17:24:26 +02:00
tests Improvements to jsonld.Marshal - now with tags 2017-10-02 16:19:23 +02:00
.gitignore Moving the two packages to src folder 2017-09-30 22:21:51 +02:00
.travis.yml Keep GOPATH on test command 2017-10-01 15:09:24 +02:00
LICENSE Initial commit 2017-09-11 22:45:19 +02:00
README.md This missing link annoyed me to no end 2017-09-16 17:33:10 +02:00

Activity Pub for Go

MIT Licensed Build status Test Coverage

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"