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
2019-01-22 16:56:15 +01:00
client Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
tests Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
.gitignore Added .coverprofile files to gitignore 2018-04-08 23:02:50 +02:00
.travis.yml Remove pre 1.11 GOPATH shenanigans 2018-11-05 17:11:00 +01:00
actor.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
create_activity.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
create_activity_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
followers.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
following.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
go.mod Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
inbox.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01: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
like_activity.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
like_activity_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
liked.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +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 Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
Makefile Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
object.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
object_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
outbox.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
outbox_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
README.md Update README 2019-01-22 16:56:15 +01:00
shares.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
update_activity.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
update_activity_test.go Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01: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 Codacy Badge

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"