Created
October 24, 2015 17:06
-
-
Save joshuadfranklin/b0be14cc47e2c930b28c to your computer and use it in GitHub Desktop.
JSON-HAL (Hypertext Application Language) captured from the https://github.com/awslabs/aws-apigateway-importer using full wire debug http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-logging.html
This file contains hidden or 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
{ | |
"_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