Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created June 30, 2024 16:54
Show Gist options
  • Save kinlane/f0fa4400eee62a177dc18869994dadd9 to your computer and use it in GitHub Desktop.
Save kinlane/f0fa4400eee62a177dc18869994dadd9 to your computer and use it in GitHub Desktop.
Stripe APIs.json Blueprint
name: Stripe
description: This is an APIs.json blueprint for Stripe showing all of the API and common properties that are used across their API operations to support their almost 50 APIs.
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:
- Payments
apis:
- name: Example API
description: >-
This is an example API with all of the properties associated with it that
Stripe 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: Documentation
url: https://example.com
- type: OpenAPI
url: https://example.com
common:
- type: Authentication
url: https://example.com
- type: Blog
url: https://example.com
- type: Change Log
url: https://example.com
- type: Sign Up
url: https://example.com
- type: Status
url: https://example.com
- type: Support
url: https://example.com
- type: Terms of Service
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