Last active
August 14, 2024 19:34
-
-
Save Nannigalaxy/ae42b2fafb284aca75354f2b9fe03a50 to your computer and use it in GitHub Desktop.
feed YAML
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
map: | |
environment: name | |
url: api_url | |
status: api_ping | |
docs: docs_url | |
status-check: | |
api_ping: status | |
target: | |
Ensembl REST API: | |
- name: Demo | |
api_url: https://rest.ensembl.org/demo | |
api_ping: https://rest.ensembl.org/demo/info/demo | |
- name: Production | |
api_url: https://rest.ensembl.org/ | |
api_ping: https://rest.ensembl.org/info/ping | |
docs_url: https://rest.ensembl.org/documentation/ | |
ApprovalMax API: | |
- name: production | |
api_url: https://public-api.approvalmax.com/ | |
api_ping: https://public-api.approvalmax.com/ping | |
docs_url: https://public-api.approvalmax.com/swagger/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment