Skip to content

Instantly share code, notes, and snippets.

@serialseb
Created September 13, 2019 13:34
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 serialseb/dce02ff32e5fe84e44b9f924baceecf3 to your computer and use it in GitHub Desktop.
Save serialseb/dce02ff32e5fe84e44b9f924baceecf3 to your computer and use it in GitHub Desktop.
stuff to do in prognet with context
{
"@context":{
"dothework": "here"
},
"id": 1,
"node_id": "MDU6SXNzdWUx",
"url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
"number": 1347,
"state": "open",
"title": "Found a bug",
"body": "I'm having a problem with this.",
"user": {
"login": "octocat",
"id": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment