Implemented the missing Database endpoints #8
Reference in New Issue
Block a user
Delete Branch "library/database-endpoints"
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 declare the missing, non-GET endpoints of the Database section in the Discogs API documentation into the
OpenAPIspecification document.Furthermore, documentation extensions have been defined for the
APIProtocolandClienttypes in theDocCdocumentation catalog to match the categories of these endpoint calls to the categories in the Discogs documentation.