x-atlas-consortia / hs-ontology-api

Ontology API built on top of the UBKG API and shared by HuBMAP and SenNet projects
0 stars 0 forks source link

Changes to gateway #104

Closed AlanSimmons closed 8 hours ago

AlanSimmons commented 1 month ago

Related to this PR.

Deprecated endpoint

/datasets

New endpoints

/assayclasses /assayclasses/{name}

These changes should remain in the dev gateway until the changes to both the UBKG API (assayclass model) and the hs-ontology-api endpoints are approved.

yuanzhou commented 1 month ago

7/19/2024

Noticed some resource and method definitions with missing integration details for hs-ontology-api API Gateway. Will need to fix them before we can add the new endpoints.

Screenshot 2024-07-19 at 4 49 24 PM Screenshot 2024-07-19 at 4 37 44 PM Screenshot 2024-07-19 at 4 40 35 PM Screenshot 2024-07-19 at 4 41 30 PM Screenshot 2024-07-19 at 5 04 25 PM Screenshot 2024-07-19 at 5 04 31 PM Screenshot 2024-07-19 at 5 03 27 PM Screenshot 2024-07-19 at 5 03 43 PM Screenshot 2024-07-19 at 5 03 51 PM Screenshot 2024-07-19 at 5 04 41 PM Screenshot 2024-07-19 at 5 04 01 PM Screenshot 2024-07-19 at 5 04 51 PM Screenshot 2024-07-19 at 5 04 10 PM

![Uploading Screenshot 2024-07-19 at 5.02.18 PM.png…]()

Screenshot 2024-07-19 at 4 42 41 PM Screenshot 2024-07-19 at 4 19 25 PM
yuanzhou commented 1 month ago

7/22/2024, @kburke re-imported the yaml to hs-ontology-api API Gateway definitions and we went through all the endpoints. Also deleted the ones that are no longer defined in both ubkg-api and hs-ontology-api Smart API yamls.

yuanzhou commented 1 month ago

I've added the new endpoints /assayclasses and /assayclasses/{name} in API Gateway. Will deprecate the /datasets later after finishing all the tests.