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-11-10 22:37:06 +01:00
activitypub Renamed some jsonld functions 2018-11-03 19:55:56 +01:00
activitystreams Adding placeholder test functions 2018-11-10 22:37:06 +01:00
jsonld Another go-lint improvement 2018-11-05 18:05:02 +01:00
tests Make URL properties accept array of IRI objects 2018-10-31 16:26:51 +01:00
.gitignore Added .coverprofile files to gitignore 2018-04-08 23:02:50 +02:00
.travis.yml Remove pre 1.11 GOPATH shenanigans 2018-11-05 17:11:00 +01:00
go.mod Updated jsonparser version 2018-11-04 20:37:44 +01:00
LICENSE Initial commit 2017-09-11 22:45:19 +02:00
Makefile Use external TEST_FLAGS env value if exists 2018-10-29 17:52:36 +01: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"