Skip to content

Instantly share code, notes, and snippets.

@Nannigalaxy
Last active August 14, 2024 19:34
Show Gist options
  • Save Nannigalaxy/ae42b2fafb284aca75354f2b9fe03a50 to your computer and use it in GitHub Desktop.
Save Nannigalaxy/ae42b2fafb284aca75354f2b9fe03a50 to your computer and use it in GitHub Desktop.
feed YAML
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