{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Gitignore API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Gitignore", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get all gitignore templates", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/gitignore/templates" }, "docs": "List all templates available to pass as an option when [creating a repository](https://docs.github.com/enterprise-server@3.9/rest/repos/repos#create-a-repository-for-the-authenticated-user)." }, { "info": { "name": "APIs.io Engineering Platform Get a gitignore template", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/gitignore/templates/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get the content of a gitignore template.\n\nThis endpoint supports the following custom media types. For more information, see \"[Media types](https://docs.github.com/enterprise-server@3.9/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).\"\n\n- **`application/vnd.github.raw+json`**: Returns the raw .gitignore contents." } ] } ], "bundled": true }