• v0.1.0 428eedd89d

    javier released this 2025-10-09 23:56:50 +00:00 | 15 commits to main since this release

    This release contains the work done to include the define the information sections of the OpenAPI specification document and all the GET endpoints of the Service and Database categories:

    • GET /
    • GET /artists/{artist_id}
    • GET /artists/{artist_id}/releases
    • GET /labels/{label_id}
    • GET /labels/{label_id}/releases
    • GET /masters/{master_id}
    • GET /masters/{master_id}/versions
    • GET /releases/{release_id}
    • GET /releases/{release_id}/rating
    • GET /releases/{release_id}/rating/{username}
    • GET /releases/{release_id}/stats
    • GET /database/search
    Downloads