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
Currently an API client library is generated from the OpenAPI specification using openapi-generator (see ./generate.sh). This is troublesome for endpoints that are nontrivial (such as GET /media/{mediaId}/content) and it complicates building this project by having a submodule. We should complete the manual client implementation for the API and refactor all code to use that.
Preliminary work on the manual API library is in ./src/api.
The text was updated successfully, but these errors were encountered:
Currently an API client library is generated from the OpenAPI specification using openapi-generator (see
./generate.sh
). This is troublesome for endpoints that are nontrivial (such asGET /media/{mediaId}/content
) and it complicates building this project by having a submodule. We should complete the manual client implementation for the API and refactor all code to use that.Preliminary work on the manual API library is in
./src/api
.The text was updated successfully, but these errors were encountered: