Skip to content

Instantly share code, notes, and snippets.

@slopjong
Created June 2, 2014 18:56
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 slopjong/f9b038dc517ece2bf9b7 to your computer and use it in GitHub Desktop.
Save slopjong/f9b038dc517ece2bf9b7 to your computer and use it in GitHub Desktop.
Example showing how to post a gist.
{
"api": "0.13",
"space": "The space name",
"logo": "http://your-space.com/logo.png",
"url": "http://example.com",
"location": {
"address": "see the documentation",
"lon": 5.973817,
"lat": 39.240431
},
"spacefed": {
"spacenet": false,
"spacesaml": false,
"spacephone": false
},
"contact": {
"twitter": "@example",
"email": "e@xample.com",
"irc": "irc://irc.freenode.net/example",
"ml": "public@lists.example.com",
"issue_mail": "ZUB4YW1wbGUuY29tCg=="
},
"issue_report_channels": [
"issue_mail"
],
"state": {
"open": null
},
"projects": [
"http://github.com/example"
],
"cache": {
"schedule": "m.02"
},
"sensors": {
"temperature": [
{
"value": 1,
"unit": "°C",
"location": "Roof"
},
{
"value": 1,
"unit": "°De",
"location": "Lab"
}
]
},
"ext_gist": "f9b038dc517ece2bf9b7"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment