HHS / meshrdf

Code and documentation for the release of MeSH in RDF format
https://hhs.github.io/meshrdf/
75 stars 19 forks source link

Swagger UI for MeSH API is down #188

Closed piotr-gawron closed 2 years ago

piotr-gawron commented 2 years ago

It looks like MeSH API is down. When I've tried to open: https://id.nlm.nih.gov/mesh/swagger/ui I got:

Failed to load API definition.
Errors
Hide

Fetch error
undefined https://id.nlm.nih.gov/mesh/swagger/swagger.json
danizen commented 2 years ago

Yes, I can. @piotr-gawron, it is actually the Swagger spec and UI that are done, following work to make Swagger UI more secure. I tested the following API and it is working:

https://id.nlm.nih.gov/mesh/lookup/details?descriptor=D015242

danizen commented 2 years ago

@piotr-gawron, this should be fixed.

piotr-gawron commented 2 years ago

@danizen, thanks