jic-dtool / dservercore

Given a dataset UUID returns a URI to where the dataset is stored
MIT License
4 stars 5 forks source link

Bits and pieces on openapi implementation #27

Closed jotelha closed 1 year ago

jotelha commented 2 years ago

This is an old pull request I had still open on Luis' fork (https://github.com/ljyanesm/dtool-lookup-server/pull/1), with a few points not discussed yet. Below I copy over what I still find relevant. A few of the issues described arose when playing with auto-generating Python API from the openapi specs (https://github.com/jotelha/dtool-lookup-server/tree/0de6f54d0912c79740c9089228f2c5c764babf26/devel).

jotelha commented 1 year ago

An instance of this branch runs at https://demo.dtool.dev/, with openapi docs at https://demo.dtool.dev/lookup/doc/swagger, would like to discuss.

jotelha commented 1 year ago

Broke what's left here down into several small pull requests,

Closing this one.