ファイルへ移動
Cory Slep bb37850bde Finish first tests for the Social & Federated APIs
Before more tests are to be written, the delivererPool concept needs to
be fully divorced out of the fed library. It is a detail that is
tangential but supplementary. Right now though it is complicating the
tests due to its asynchronous & complex nature. Breaking it out
will simplify the ~90 tests remaining that capture the more nuanced
behavior of this implementation.
2018-04-04 00:29:55 +02:00
pub Finish first tests for the Social & Federated APIs 2018-04-04 00:29:55 +02:00
streams Add AnyObject/Link/Activity callbacks to Deserialize 2018-04-01 16:52:54 +02:00
tools Add AnyObject/Link/Activity callbacks to Deserialize 2018-04-01 16:52:54 +02:00
vocab Support likes, liked, blocking, auto-accept/reject follows. 2018-02-20 00:09:29 +01:00
LICENSE Initial commit 2018-01-23 22:53:17 +01:00
README.md Migrate vocabulary library to go-fed. 2018-01-24 00:13:06 +01:00

README.md

activity

go get github.com/go-fed/activity

This repository contains three libraries for use in your golang applications:

  • An ActivityStreams Vocabulary library
  • A convenience library for the ActivityStreams Vocabulary
  • ActivityPub Social API (Client-to-Server) and Federation Protocol (Server-to-Server).

Status

  • ActivityStreams Vocabulary: Polishing needed.
  • ActivityStreams Convenience Library: Polishing needed.
  • ActivityPub: Under development.

Useful References

Thanks

I would like to thank those that have worked hard to create the technologies and standards that created the opportunity to implement this suite of libraries.