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
2018-03-24 17:54:55 +01:00
src Some documentation improvements 2018-03-24 17:54:55 +01:00
tests Adding Activity.Object parameter for all instantiation functions 2017-10-03 22:46:03 +02:00
.gitignore Moving the two packages to src folder 2017-09-30 22:21:51 +02:00
.travis.yml Test courtney 2018-03-24 17:29:50 +01:00
LICENSE Initial commit 2017-09-11 22:45:19 +02:00
README.md Add go report card badge 2018-03-24 17:53:08 +01:00

Activity Pub for Go

MIT Licensed Build status Test Coverage Go Report Card

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"