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 b2c3040f04
Returning the correct types for objects with additional properties
These objects are: place, profile, relationship and tombstone
2019-05-12 19:33:58 +02:00
tests Go fmt 2019-03-06 12:17:05 +01:00
.build.yml Added sr.ht build file 2019-03-03 15:19:09 +01:00
.gitignore Added .coverprofile files to gitignore 2018-04-08 23:02:50 +02:00
.travis.yml Updated travis build 2019-01-23 12:57:25 +01:00
activity.go Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
activity_test.go Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
actors.go Added Mapper interface 2019-02-21 17:57:12 +01:00
actors_test.go Skipping the empty tests 2019-05-05 09:32:45 +02:00
collections.go Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
collections_test.go Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
go.mod Updated jsonld version 2019-03-06 12:17:05 +01:00
iri.go Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
iri_test.go Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
item.go Moved everything related to activitystreams vocabulary to its own project 2019-01-22 16:44:27 +01:00
item_test.go Skipping the empty tests 2019-05-05 09:32:45 +02:00
LICENSE Initial commit 2017-09-11 22:45:19 +02:00
link.go Adding some more properties to unmarshalling 2019-05-05 00:15:35 +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 Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
object_test.go Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
README.md Update README 2019-01-22 16:55:50 +01:00
unmarshalling.go Returning the correct types for objects with additional properties 2019-05-12 19:33:58 +02:00
unmarshalling_test.go Added test for JSONGetItemByType 2019-02-19 11:22:10 +01:00

Activity Streams vocabulary for Go

MIT Licensed Build status Test Coverage Codacy Badge

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"