activitypub

A fork of go-ap/activitypub to make it easier to implement extensions

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Article",
  "id": "http://www.test.example/article/1",
  "name": "This someday will grow up to be an article",
  "inReplyTo": [
    "http://www.test.example/object/1",
    "http://www.test.example/object/778"
  ]
}