Skip to content

Instantly share code, notes, and snippets.

@evanp
Created December 18, 2023 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanp/d91ee06f08534d39f09de5f03cf87513 to your computer and use it in GitHub Desktop.
Save evanp/d91ee06f08534d39f09de5f03cf87513 to your computer and use it in GitHub Desktop.
An example of reading a Wikipedia page
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Read",
"actor": {
"id": "https://social.example/users/evanp",
"type": "Person",
"name": "Evan Prodromou"
},
"object": {
"type": "Page",
"id": "https://activitypub.en.wikipedia.example/2023_United_Nations_Climate_Change_Conference",
"name": "2023 United Nations Climate Change Conference"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment