Created
September 13, 2019 13:34
-
-
Save serialseb/dce02ff32e5fe84e44b9f924baceecf3 to your computer and use it in GitHub Desktop.
stuff to do in prognet with context
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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