-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client uses non-standard server URL #40
Comments
I see three main options to address this:
Please let me know what you think. |
I'm kind of in favor of doing some amount of automatic work for the user. For a true lightweight implementation, someone could use https://pypi.org/project/pydantic-tes/ So maybe py-tes should offer a little bit more 'easy of use' for softening issues between implementations |
Got it! Will go with the last option then. It's also my favorite. And I guess that would also answer the question in #39. Might be good to add this as an issue to Funnel. I have also created one in TESK: elixir-cloud-aai/tesk-api#48 |
According to TES v1.0 and v1.1, the TES API should be hosted at
/ga4gh/tes/v1
:Currently,
py-tes
adds just/v1
as a suffix to the TES URL, and before the API paths/tasks
and/service-info
(compare #39).In my opinion,
py-tes
should add/ga4gh/tes/v1
by default. But for greater (and backwards) compatibility, the TES URL suffix should perhaps be configurable.The text was updated successfully, but these errors were encountered: