Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created December 9, 2018 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kinlane/0503a28c715f7dec1ade6c38357c0c3c to your computer and use it in GitHub Desktop.
Save kinlane/0503a28c715f7dec1ade6c38357c0c3c to your computer and use it in GitHub Desktop.
Tag Collections
{
"name": "GitHub API Search Capabilities",
"description": "These are the capabilities I depend on for API search on GitHub.",
"image": "http://example.com/apis.json",
"tags": [
"GitHub",
"API"
],
"created": "2018-12-07",
"modified": "2018-12-07",
"url": "http://example.com/apis.jsonn",
"specificationVersion": "0.14",
"apis": [
{
"name": "GitHub API Search File For Swagger",
"description": "Searches for Swagger files on GitHub",
"image": "https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-github-icon.png",
"humanURL": "https://developer.github.com/v3/search/#search-code",
"baseURL": "http://api.github.com/",
"tags": [
"GitHub",
"Search",
"Swagger"
],
"properties": [
{
"type": "x-openapi",
"url": "https://gist.githubusercontent.com/kinlane/011aa7a9ce6462ec2a5ad62dc816b336/raw/cd101b24e12d67da0cb86eab2f1cbb13dd443c31/github-api-search-file-for-swagger.yaml"
},
{
"type": "x-postman-collection",
"url": "https://gist.githubusercontent.com/kinlane/011aa7a9ce6462ec2a5ad62dc816b336/raw/cd101b24e12d67da0cb86eab2f1cbb13dd443c31/github-api-search-file-for-swagger.yaml"
},
{
"type": "x-json-schema",
"url": "https://gist.githubusercontent.com/kinlane/4f97d2976623fa22c59174b07ab8d13f/raw/6bed16566f46a2729a311dc8fcd64e35c5d17b41/github-search-code-schema.json"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment