Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created June 30, 2024 16:53
Show Gist options
  • Save kinlane/407c910178108d8aefa4b4ad07ec406f to your computer and use it in GitHub Desktop.
Save kinlane/407c910178108d8aefa4b4ad07ec406f to your computer and use it in GitHub Desktop.
Ebay APIs.json Blueprint
name: eBay
description: This is an APIs.json blueprint to capture all of the properties used by API to support APIs across it's operations.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json-icons/apis-json.png
url: https://example.com/apis/apis.yml
type: Blueprint
created: 2024-06-30
modified: 2024-06-30
specificationVersion: '0.18'
tags:
- Commerce
- Auctions
apis:
- name: Example API
description: >-
This is an example API with all of the properties associated with it that
eBay uses across its APIs.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://example.com
baseURL: https://api.example.com
tags:
- Example
- Template
properties:
- type: AsyncAPI
url: https://example.com
- type: Documentation
url: https://example.com
- type: OpenAPI
url: https://example.com
- type: Release Notes
url: https://example.com
common:
- type: Blog
url: https://example.com
- type: Events
url: https://example.com
- type: FAQ
url: https://example.com
- type: Forum
url: https://example.com
- type: Getting Started
url: https://example.com
- type: Guides
url: https://example.com
- type: License
url: https://example.com
- type: Newsletter
url: https://example.com
- type: Rate Limits
url: https://example.com
- type: SDKs
url: https://example.com
- type: Status
url: https://example.com
- type: Support
url: https://example.com
- type: Tools
url: https://example.com
- type: Widgets
url: https://example.com
maintainers:
- FN: API Evangelist
email: info@apievangelist.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment