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-09-24 10:05:14 +03:00
client Skipping empty tests 2019-05-05 09:35:21 +02:00
tests Fixed errors resulting from using local Object types 2019-09-24 10:05:14 +03: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 Corrected hinted ToPerson comment 2019-09-09 20:20:26 +02: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 Use new go-ap packages 2019-09-09 16:16:50 +02:00
helpers.go Added ToObject/OnObject pairs for local Object 2019-09-09 20:21:45 +02: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 Added ToObject/OnObject pairs for local Object 2019-09-09 20:21:45 +02: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 Use generic Object and Actor AP types for returning local Object and Actor struct type 2019-09-24 10:03:35 +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"