-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
# Activity Pub for Go
[](https://raw.githubusercontent.com/go-ap/activitypub/master/LICENSE)
[](https://builds.sr.ht/~mariusor/activitypub)
[](https://codecov.io/gh/go-ap/activitypub)
[](https://goreportcard.com/report/github.com/go-ap/activitypub)
Basic package for using [ActivityPub](https://www.w3.org/TR/activitypub/#Overview) API in Go.
It contains types for most of the ActivityStreams vocabulary and the ActivityPub extension.
They are documented accordingly with annotations from the specification.
## Usage
```go
import "github.com/go-ap/activitypub"
```