Skip to content

Commit

Permalink
bte/service provider temp registrations: add test instances which are…
Browse files Browse the repository at this point in the history
… on trapi 1.5
  • Loading branch information
colleenXu committed May 9, 2024
1 parent be288a4 commit b5cf828
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions biothings_explorer/service-provider-trapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ info:
biolink-version: "4.1.6"
infores: "infores:service-provider-trapi"
x-trapi:
version: 1.5.0-beta
version: "1.5.0"
asyncquery: true
operations:
## look at https://standards.ncats.io/operation.json for details.
Expand All @@ -39,14 +39,17 @@ info:
- "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/biothings_explorer/sri-test-multiomics.json"
- "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/biothings_explorer/sri-test-text-mining.json"
servers:
- url: https://bte.test.transltr.io/v1/team/Service%20Provider
description: ITRB Test server
x-maturity: testing
- url: https://bte.ci.transltr.io/v1/team/Service%20Provider
description: ITRB CI server
x-maturity: staging
- url: https://api.bte.ncats.io/v1/team/Service%20Provider
description: Non-ITRB dev (internal use)
x-maturity: development
tags:
- name: 1.5.0-beta
- name: "1.5.0"
- name: meta_knowledge_graph
- name: query
- name: asyncquery
Expand Down
7 changes: 5 additions & 2 deletions biothings_explorer/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
biolink-version: "4.1.6"
infores: "infores:biothings-explorer"
x-trapi:
version: 1.5.0-beta
version: "1.5.0"
asyncquery: true
operations:
## look at https://standards.ncats.io/operation.json for details.
Expand All @@ -34,14 +34,17 @@ servers:
## ITRB CI / staging deployments are made by our team.
## non-ITRB dev deployments are made by our team.
## We have full control on when / what branches for modules are used
- url: https://bte.test.transltr.io/v1
description: ITRB Test server
x-maturity: testing
- url: https://bte.ci.transltr.io/v1
description: ITRB CI server
x-maturity: staging
- url: https://api.bte.ncats.io/v1
description: Non-ITRB dev (internal use)
x-maturity: development
tags:
- name: 1.5.0-beta
- name: "1.5.0"
- name: meta_knowledge_graph
- name: query
- name: asyncquery
Expand Down

0 comments on commit b5cf828

Please sign in to comment.