Skip to content

Instantly share code, notes, and snippets.

@Squab
Created April 26, 2015 00:21
Show Gist options
  • Save Squab/d72beb9c2fc865f9991b to your computer and use it in GitHub Desktop.
Save Squab/d72beb9c2fc865f9991b to your computer and use it in GitHub Desktop.
spag collections
{
"aliases": {
"create_zone": "v2:zones:create",
"create_domain": "v1:domains:create"
},
"v2": {
"zones": {
"create": {
"body": {
"ttl": 300,
"name": "example.com.",
"email": "joe@example.com"
},
"headers": {
"Content-Type": "application/json"
}
}
}
},
"v1": {
"domains": {
"create": {
"body": {
"ttl": 300,
"name": "example.com.",
"email": "joe@example.com"
},
"headers": {
"Content-Type": "application/json"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment