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-06-11 14:09:10 +02:00
client Skipping empty tests 2019-05-05 09:35:21 +02:00
tests Updated activitystreams version and fixing some tests 2019-05-31 15:02:42 +02:00
.build.yml Improved CI script 2019-06-11 13:51:22 +02:00
.gitignore Added .coverprofile files to gitignore 2018-04-08 23:02:50 +02:00
actors.go Added Likes and Shares collections to the actor struct 2019-06-03 17:51:49 +02:00
actors_test.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
errors.go Formatting 2019-05-18 23:13:35 +02:00
followers.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
following.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
go.mod Using new storage package instead of local one 2019-05-31 15:05:36 +02:00
inbox.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
inbox_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01: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 Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
likes.go Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
Makefile Added PHONY targets 2019-06-11 14:09:10 +02:00
object.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
object_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
outbox.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
outbox_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
README.md Removed new line because of comment 2019-06-09 13:38:21 +02:00
shares.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
unmarshall.go Improvements to how we set the typer function for Unmarshalling 2019-05-18 23:13:06 +02:00
unmarshall_test.go Fix some tests 2019-05-18 23:11:08 +02:00
validation.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01: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"