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 0ad2174ed0
Extending usage of OnXXX functions to cover ItemCollections
Updated activitysatreams package
2019-12-01 19:49:52 +01:00
client Improved setting headers for get and post requests 2019-09-24 10:05:55 +03:00
tests Fixing some tests 2019-10-15 22:04:15 +02:00
.build.yml Don't fail if we can't upload code coverage 2019-08-22 21:03:31 +02:00
.gitignore Added .coverprofile files to gitignore 2018-04-08 23:02:50 +02:00
actors.go Fixed sharedInbox documenation 2019-11-14 16:36:00 +01:00
actors_test.go Added endpoints unmarshal for actors 2019-08-01 13:40:43 +02:00
followers.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
followers_test.go Added remaining tests placeholders 2019-08-21 22:33:18 +02:00
following.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
following_test.go Added remaining tests placeholders 2019-08-21 22:33:18 +02:00
go.mod Extending usage of OnXXX functions to cover ItemCollections 2019-12-01 19:49:52 +01:00
helpers.go Extending usage of OnXXX functions to cover ItemCollections 2019-12-01 19:49:52 +01:00
helpers_test.go Fix forgotten activitystreasm.Objects in functions signatures passed to ToObject 2019-09-24 09:58:10 +03:00
inbox.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
inbox_test.go Added remaining tests placeholders 2019-08-21 22:33:18 +02: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 Added remaining tests placeholders 2019-08-21 22:33:18 +02:00
likes.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
likes_test.go Added remaining tests placeholders 2019-08-21 22:33:18 +02:00
Makefile Added PHONY targets 2019-06-11 14:09:10 +02:00
object.go Moved shares and likes to object struct, as per the spec 2019-09-28 10:30:01 +03:00
object_test.go Updated to latest activitystreams vocab package 2019-07-06 12:16:25 +02:00
outbox.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
outbox_test.go Added remaining tests placeholders 2019-08-21 22:33:18 +02:00
README.md Use shields.io for codecov badge 2019-06-11 15:26:38 +02:00
shares.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
shares_test.go Added remaining tests placeholders 2019-08-21 22:33:18 +02:00
unmarshall.go Sigh, local object/actor structs have just become more complicated 2019-09-27 16:35:20 +03:00
unmarshall_test.go Added endpoints unmarshal for actors 2019-08-01 13:40:43 +02:00
validation.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
validation_test.go Added remaining tests placeholders 2019-08-21 22:33:18 +02:00

Activity Pub for Go

MIT Licensed Build Status Test Coverage Go Report Card

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"