Implemented the Services and Database GET endpoints #2

Merged
javier merged 18 commits from library/openapi-client into main 2025-10-09 23:51:43 +00:00

18 Commits

Author SHA1 Message Date
javier 14324b9c6f Generated the Github Pages documentation from the DocC documentation catalog in the library target. 2025-10-10 01:37:46 +02:00
javier fd7504e281 Implemented the GET /database/search endpoint for the Open API specification documentation in the library target. 2025-10-10 01:28:22 +02:00
javier 5f271b2818 Implemented the GET /releases/{release-id}/stats endpoint for the Open API specification documentation in the library target. 2025-10-09 18:21:31 +02:00
javier 8b1d727533 Implemented the GET /releases/{release-id}/rating/{username} endpoint for the Open API specification documentation in the library target. 2025-10-09 17:27:52 +02:00
javier 9134598b6a Implemented the GET /releases/{release-id}/rating endpoint for the Open API specification documentation in the library target. 2025-10-09 17:03:16 +02:00
javier b8f5c4bad3 Implemented the GET /releases/{release-id} endpoint for the Open API specification documentation in the library target. 2025-10-09 16:48:53 +02:00
javier 21b54ddbc7 Implemented the GET /masters/{master-id}/versions endpoint for the Open API specification documentation in the library target. 2025-10-09 16:34:29 +02:00
javier 8ea8b082be Implemented the GET /masters/{master-id} endpoint for the Open API specification documentation in the library target. 2025-10-09 15:41:42 +02:00
javier 782ce0ff54 Implemented the GET /label/{label-id}/releases endpoint for the Open API specification documentation in the library target. 2025-10-09 02:27:37 +02:00
javier ffcd8e6648 Implemented the GET /label/{label-id} endpoint for the Open API specification documentation in the library target. 2025-10-09 02:16:21 +02:00
javier 94635b4524 Implemented the GET /artists/{artist-id}/releases endpoint for the Open API specification documentation in the library target. 2025-10-09 01:53:26 +02:00
javier 6ea0c58dd5 Implemented the GET /artists/{artist-id} endpoint for the Open API specification documentation in the library target. 2025-10-09 01:07:47 +02:00
javier f093ec01da Implemented the GET / endpoint for the Open API specification documentation in the library target. 2025-10-08 23:50:21 +02:00
javier c3ae0e81df Defined the "Service" endpoints for the Open API specification documentation in the library target. 2025-10-08 15:54:27 +02:00
javier 107ab8ad34 Defined the "tags" section for the OpenAPI specification document in the library target. 2025-10-08 15:23:51 +02:00
javier 1d6cee9583 Updated the info section for the OpenAPI specification document in the library target. 2025-10-08 14:43:51 +02:00
javier a40b781b97 Defined the openapi-generator-config.yaml file in the library target. 2025-10-08 01:41:35 +02:00
javier 8f596b73d4 Added the ""swift-openapi-generator", "swift-openapi-runtime", and "swift-openapi-urlsession" packages as dependencies in the Package.swift file and also, attached them to the library target. 2025-10-06 18:23:34 +02:00