Last active
January 24, 2021 07:47
-
-
Save mihinduranasinghe/6285853c3f186b107e9bddc4d550e16d to your computer and use it in GitHub Desktop.
Sample API definition for a APIManager Cloud API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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