Create Python SDK for tagbase-server a.k.a pytagbase #300
Labels
ci/cd
Continuous Integration/Continuous Delivery
enhancement
New feature or request
openapi
Anything OpenAPI-related
Milestone
The work on #298 demands that we create a Python SDK for tagbase-server which can then be used rto demonstrate how one would interact with tagbase-server via a Jupyter notebook.
Because we use the OpenAPI specification, we can easily create a client using the OpenAPI Generator project. The command will be something like the following
The generated client can be stored in the pytagbase repository.
The text was updated successfully, but these errors were encountered: