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
2019-05-05 21:01:18 +02:00
client Skipping empty tests 2019-05-05 09:35:21 +02:00
handler Updated the handlers 2019-05-05 21:01:18 +02:00
storage Added the interfaces we need to implement in order to support Loading/Saving of ActivityPub items 2019-05-04 18:31:22 +02:00
tests Some formatting 2019-03-03 21:42:46 +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
actors.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
actors_test.go Skipping empty tests 2019-05-05 09:35:21 +02:00
errors.go Adding some custom errors 2019-02-22 19:57:23 +01:00
followers.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
following.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
go.mod Updated jsonld and activitystreams versions 2019-03-06 12:17:40 +01:00
inbox.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
inbox_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
LICENSE Initial commit 2017-09-11 22:45:19 +02:00
liked.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
liked_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
likes.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
Makefile Removed GOPATH from Makefile as we're using go modules 2019-01-28 15:39:30 +01:00
object.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
object_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
outbox.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
outbox_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
README.md Update README 2019-01-22 16:56:15 +01:00
shares.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
unmarshall.go Removed Activity based things, as they aren't different from the ActivityStreams ones 2019-02-18 15:50:26 +01:00
unmarshall_test.go Added test for JSONGetItemByType 2019-02-19 11:22:41 +01:00
validation.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01: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/go-ap/activitypub"