Skip to content

Instantly share code, notes, and snippets.

@mihinduranasinghe
Last active January 24, 2021 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mihinduranasinghe/6285853c3f186b107e9bddc4d550e16d to your computer and use it in GitHub Desktop.
Save mihinduranasinghe/6285853c3f186b107e9bddc4d550e16d to your computer and use it in GitHub Desktop.
Sample API definition for a APIManager Cloud API
id:
providerName: admin
apiName: SampleStore
version: 1.0.0
description: This is a sample server online store
type: HTTP
context: /SampleStore/1.0.0
contextTemplate: /SampleStore/{version}
availableTiers:
- name: Unlimited
- name: Bronze
status: published
visibility: public
transports: http,https
# Mediation Sequence
#inSequence: in_seq
#outSequence: out_seq
#faultSequence: fault_seq
tags: []
# Enabling Documents Adding
#documents: []
productionUrl: https://api.cloud.wso2.com/
sandboxUrl: https://api.cloud.wso2.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment