Implemented the User Collection endpoints #12

Merged
javier merged 16 commits from library/user-collection into main 2025-10-16 14:38:51 +00:00

16 Commits

Author SHA1 Message Date
javier 3356a105bd Regenerated the Github Pages documentation from the DocC documentation catalog in the library target. 2025-10-16 16:30:26 +02:00
javier d4c2f9186f Updated the "APIProtocol" and "Client" extensions for the DocC documentation catalog in the library target. 2025-10-16 16:29:15 +02:00
javier e389051221 Implemented the GET /users/{username}/collection/value endpoint for the Open API specification document in the library target. 2025-10-16 15:48:22 +02:00
javier 929ccc7e8d Implemented the GET /users/{username}/collection/folders/{folder_id}/releases/{release_id}/instances/{instance_id}/fields/{field_id} endpoint for the Open API specification document in the library target. 2025-10-16 15:34:45 +02:00
javier 12fe3865e5 Implemented the GET /users/{username}/collection/fields endpoint for the Open API specification document in the library target. 2025-10-16 15:19:44 +02:00
javier 5b91d0383f Added request body to POST /users/{username}/collection/folders/{folder_id}/releases/{release_id}/instances/{instance_id} endpoint for the Open API specification document in the library target. 2025-10-16 14:51:03 +02:00
javier a342814bd3 Implemented the DELETE /users/{username}/collection/folders/{folder_id}/releases/{release_id}/instances/{instance_id} endpoint for the Open API specification document in the library target. 2025-10-16 02:41:24 +02:00
javier f5e4d4604a Implemented the POST /users/{username}/collection/folders/{folder_id}/releases/{release_id}/instances/{instance_id} endpoint for the Open API specification document in the library target. 2025-10-16 02:36:41 +02:00
javier 818006214d Implemented the POST /users/{username}/collection/folders/{folder_id}/releases/{release_id} endpoint for the Open API specification document in the library target. 2025-10-16 02:22:08 +02:00
javier 194dd035d1 Implemented the GET /users/{username}/collection/folders/{folder_id}/releases endpoint for the Open API specification document in the library target. 2025-10-16 02:08:22 +02:00
javier 9244d3adf4 Implemented the GET /users/{username}/collection/releases/{release_id} endpoints for the Open API specification document in the library target. 2025-10-16 01:44:56 +02:00
javier 01ca362dd1 Implemented the DELETE /users/{username}/collection/folders/{folder_id} endpoints for the Open API specification document in the library target. 2025-10-16 01:12:05 +02:00
javier 054179796a Implemented the POST /users/{username}/collection/folders/{folder_id} endpoints for the Open API specification document in the library target. 2025-10-16 01:06:15 +02:00
javier b7f1398fcb Implemented the GET /users/{username}/collection/folders/{folder_id} endpoints for the Open API specification document in the library target. 2025-10-16 00:57:15 +02:00
javier cba625e882 Implemented the POST /users/{username}/collection/folders endpoints for the Open API specification document in the library target. 2025-10-16 00:37:54 +02:00
javier ea9050778f Implemented the GET /users/{username}/collection/folders endpoints for the Open API specification document in the library target. 2025-10-16 00:23:58 +02:00