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
Marius Orcsik ccea8c926d
Adding tests for NaturalLanguageValues marshalling
Encoding it as a string just when it has a nil value ref
2019-10-04 10:27:57 +03:00
tests Making the InReplyTo be an explicit item collection 2019-09-20 15:14:21 +02: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 Explicitly initialize ItemCollection variables 2019-09-23 16:35:00 +02:00
activity_test.go Added ToQuestion for question intransitive activities 2019-08-20 21:54:21 +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 Fix Contains methods on empty collections 2019-08-23 21:49:47 +02:00
collections_test.go Added Contains(IRI) method for collection types 2019-08-23 20:39:28 +02:00
go.mod Use new jsonld package 2019-09-09 16:14:31 +02:00
iri.go Fix Contains methods on empty collections 2019-08-23 21:49:47 +02:00
iri_test.go Added a method to check if an IRI is contained it an array of IRIs 2019-08-17 15:17:10 +02:00
item.go Fix Contains methods on empty collections 2019-08-23 21:49:47 +02: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 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 Small improvement to coverage target 2019-06-11 13:53:34 +02:00
object.go Adding tests for NaturalLanguageValues marshalling 2019-10-04 10:27:57 +03:00
object_test.go Adding tests for NaturalLanguageValues marshalling 2019-10-04 10:27:57 +03:00
README.md Use shields.io for codecov badge 2019-06-11 15:27:37 +02:00
unmarshall.go Making the InReplyTo be an explicit item collection 2019-09-20 15:14:21 +02:00
unmarshalling_test.go Added more test stubs 2019-07-05 11:37:34 +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"