Implemented the Services and Database GET endpoints #2
Reference in New Issue
Block a user
Delete Branch "library/openapi-client"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to include the define the information sections of the
OpenAPIspecification document and all theGETendpoints of the Service and Database categories.The following endpoints have been defined in the document, and also tested manually with
Swift://artists/{artist_id}/artists/{artist_id}/releases/labels/{label_id}/labels/{label_id}/releases/masters/{master_id}/masters/{master_id}/versions/releases/{release_id}/releases/{release_id}/rating/releases/{release_id}/rating/{username}/releases/{release_id}/stats/database/searchIn addition, a first version of the Github Pages documentation has been generated from the
DocCdocumentation catalog, and the generated Swift code from theopenapi.yamlfile.