You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
In order to easily allow a Python service to make use of the TEStribute API service (#25), a client should be auto-generated based on the OpenAPI specs.
Describe the solution you'd like Bravado can be used for auto-generating the client to a large extent, as is done in, e.g., TES-cli. The client should be available in a separate repository TEStribute-cli within the elixir-europe organization.
Is your feature request related to a problem? Please describe.
In order to easily allow a Python service to make use of the
TEStributeAPI service (#25), a client should be auto-generated based on the OpenAPI specs.Describe the solution you'd like
Bravado can be used for auto-generating the client to a large extent, as is done in, e.g., TES-cli. The client should be available in a separate repository
TEStribute-cliwithin theelixir-europeorganization.Describe alternatives you've considered
N/A
Additional context
N/A