All URIs are relative to http://localhost:8686
| Method | HTTP request | Description |
|---|---|---|
| create_release | POST /api/v1/release | |
| list_release | GET /api/v1/release |
models::ReleaseResource create_release(release_resource)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| release_resource | Option<ReleaseResource> |
- Content-Type: application/json, text/json, application/*+json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::ReleaseResource list_release(album_id, artist_id)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| album_id | Option<i32> | |||
| artist_id | Option<i32> |
Vecmodels::ReleaseResource
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]