Skip to content

Instantly share code, notes, and snippets.

@joshuadfranklin
Created October 24, 2015 17:06
Show Gist options
  • Save joshuadfranklin/b0be14cc47e2c930b28c to your computer and use it in GitHub Desktop.
Save joshuadfranklin/b0be14cc47e2c930b28c to your computer and use it in GitHub Desktop.
{
"_links": {
"account:update": {
"href": "/account"
},
"apigateway:api-keys": {
"href": "/apikeys"
},
"apigateway:client-certificates": {
"href": "/clientcertificates"
},
"apigateway:domain-names": {
"href": "/domainnames"
},
"apigateway:rest-apis": {
"href": "/restapis"
},
"apikey:by-key": {
"href": "/apikeys/{api_Key}",
"templated": true
},
"apikey:create": {
"href": "/apikeys"
},
"curies": [
{
"href": "http://docs.aws.amazon.com/apigateway/latest/developerguide/account-apigateway-{rel}.html",
"name": "account",
"templated": true
},
{
"href": "http://docs.aws.amazon.com/apigateway/latest/developerguide/restapi-apigateway-{rel}.html",
"name": "apigateway",
"templated": true
},
{
"href": "http://docs.aws.amazon.com/apigateway/latest/developerguide/restapi-apikey-{rel}.html",
"name": "apikey",
"templated": true
},
{
"href": "http://docs.aws.amazon.com/apigateway/latest/developerguide/restapi-domainname-{rel}.html",
"name": "domainname",
"templated": true
},
{
"href": "http://docs.aws.amazon.com/apigateway/latest/developerguide/restapi-restapi-{rel}.html",
"name": "restapi",
"templated": true
}
],
"domainname:by-name": {
"href": "/domainnames/{domain_name}",
"templated": true
},
"domainname:create": {
"href": "/domainnames"
},
"restapi:by-id": {
"href": "/restapis/{restapi_id}",
"templated": true
},
"restapi:create": {
"href": "/restapis"
},
"self": {
"href": "/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment