This project is part of the GoActivityPub library which helps with creating ActivityPub applications using the Go programming language.
It can be used to create an API client for ActivityPub servers.
It supports retrieval of ActivityPub objects and collections, but also submitting Activities to servers, either as a C2S or as a S2S client.
It can supports plugging in custom authorization logic. We usually authorize the requests with either HTTP Singatures (for server to server interactions) or OAuth2 (for client to server interactions).
You can find an expanded documentation about the whole library on SourceHut.
For discussions about the projects you can write to the discussions mailing list: ~mariusor/[email protected]
For patches and bug reports please use the dev mailing list: ~mariusor/[email protected]