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-06-09 13:35:21 +02:00
tests Go fmt 2019-03-06 12:17:05 +01:00
.build.yml Updated sr.ht build script 2019-06-08 18:13:49 +02:00
.gitignore Added .coverprofile files to gitignore 2018-04-08 23:02:50 +02:00
activity.go Clean BCC and Bto on activities after returning deduplicated recipients list 2019-05-26 22:29:34 +02:00
activity_test.go Add two basic tests for ToActivity and ToObject 2019-05-30 20:44:02 +02:00
actors.go Simplify type validation 2019-05-16 11:08:43 +02:00
actors_test.go Simplify type validation 2019-05-16 11:08:43 +02:00
collections.go Adding a Count() method to the CollectionInterface 2019-06-02 16:45:37 +02:00
collections_test.go Adding a Count() method to the CollectionInterface 2019-06-02 16:45:37 +02:00
go.mod Updated jsonld version 2019-03-06 12:17:05 +01:00
iri.go Added URL() method to the IRI type 2019-06-02 14:59:08 +02:00
iri_test.go Added URL() method to the IRI type 2019-06-02 14:59:08 +02:00
item.go Adding a Count() method to the CollectionInterface 2019-06-02 16:45:37 +02:00
item_test.go Adding a Count() method to the CollectionInterface 2019-06-02 16:45:37 +02:00
LICENSE Initial commit 2017-09-11 22:45:19 +02:00
link.go Set the ItemTyperFunc when doing UnmarshalJSON 2019-05-18 22:45:54 +02:00
link_test.go Skipping the empty tests 2019-05-05 09:32:45 +02:00
Makefile Moved everything related to activitystreams vocabulary to its own project 2019-01-22 16:44:27 +01:00
object.go Adding a Count() method to the CollectionInterface 2019-06-02 16:45:37 +02:00
object_test.go Adding a Count() method to the CollectionInterface 2019-06-02 16:45:37 +02:00
README.md Replaced codacy with go report card badge 2019-06-09 13:35:21 +02:00
unmarshalling.go Set the ItemTyperFunc when doing UnmarshalJSON 2019-05-18 22:45:54 +02:00
unmarshalling_test.go Fix the object type tests 2019-05-18 16:35:08 +02:00

Activity Streams vocabulary for Go

MIT Licensed Build Status Test Coverage

Go Report Card

Basic package 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/activitystreams"