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
Marius Orcsik 3a58b1d8b6
Adding collection types to ToObject
Using Flatten for Object.Replies normalization
2019-12-03 16:15:10 +01:00
tests Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
.build.yml Don't fail if we can't upload code coverage 2019-08-22 21:02:55 +02:00
.gitignore Added .coverprofile files to gitignore 2018-04-08 23:02:50 +02:00
activity.go Restructured the Activity,IntransitiveActivity,Question types to be stand-alone 2019-12-03 15:33:00 +01:00
activity_test.go Restructured the Activity,IntransitiveActivity,Question types to be stand-alone 2019-12-03 15:33:00 +01:00
actors.go Simplify type validation 2019-05-16 11:08:43 +02:00
actors_test.go Add a new jsonld tag to tell the marshaler to skip bto and bcc properties 2019-11-23 20:36:16 +01:00
collection_page.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
collection_page_test.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
collections.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
collections_test.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
go.mod Updated jsonld package 2019-11-24 12:56:51 +01:00
intransitive_activity.go Restructured the Activity,IntransitiveActivity,Question types to be stand-alone 2019-12-03 15:33:00 +01:00
intransitive_activity_test.go Restructured the Activity,IntransitiveActivity,Question types to be stand-alone 2019-12-03 15:33:00 +01:00
iri.go Add IsCollection function to all base objects 2019-12-01 19:35:08 +01:00
iri_test.go Added iri.Equals method 2019-11-18 16:39:28 +01:00
item.go Add IsCollection function to all base objects 2019-12-01 19:35:08 +01:00
item_test.go Added Contains(IRI) method for collection types 2019-08-23 20:39:28 +02:00
LICENSE Initial commit 2017-09-11 22:45:19 +02:00
link.go Making the Mention type an alias for Link 2019-12-03 15:33:20 +01:00
link_test.go Making the Mention type an alias for Link 2019-12-03 15:33:20 +01:00
Makefile Small improvement to coverage target 2019-06-11 13:53:34 +02:00
object.go Adding collection types to ToObject 2019-12-03 16:15:10 +01:00
object_test.go Restructured the Activity,IntransitiveActivity,Question types to be stand-alone 2019-12-03 15:33:00 +01:00
ordered_collection.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
ordered_collection_page.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
ordered_collection_page_test.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
ordered_collection_test.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
place.go Some last bits of Place functionality moved to the proper place 2019-12-03 13:34:13 +01:00
place_test.go Added UnmarshalJSON for Place 2019-12-03 13:23:44 +01:00
profile.go Restructured the Profile object to be stand-alone 2019-12-03 13:36:05 +01:00
profile_test.go Restructured the Profile object to be stand-alone 2019-12-03 13:36:05 +01:00
question.go Restructured the Activity,IntransitiveActivity,Question types to be stand-alone 2019-12-03 15:33:00 +01:00
question_test.go Restructured the Activity,IntransitiveActivity,Question types to be stand-alone 2019-12-03 15:33:00 +01:00
README.md Fixed linking to wrong project coverage image 2019-10-10 15:31:00 +02:00
relationship.go Restructured the Relationship object to be stand-alone 2019-12-03 13:45:06 +01:00
relationship_test.go Restructured the Relationship object to be stand-alone 2019-12-03 13:45:06 +01:00
tombstone.go Restructured the Tombstone object to be stand-alone 2019-12-03 15:07:00 +01:00
tombstone_test.go Restructured the Tombstone object to be stand-alone 2019-12-03 15:07:00 +01:00
unmarshall.go Restructured the Collection,CollectionPage,OrderedCollection,OrderedCollectionPage types to be stand-alone 2019-12-03 16:05:39 +01:00
unmarshalling_test.go Add a new jsonld tag to tell the marshaler to skip bto and bcc properties 2019-11-23 20:36:16 +01: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"