All URIs are relative to http://localhost:9696
Method | HTTP request | Description |
---|---|---|
create_search | POST /api/v1/search | |
create_search_bulk | POST /api/v1/search/bulk | |
list_search | GET /api/v1/search |
models::ReleaseResource create_search(release_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
release_resource | Option<ReleaseResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ReleaseResource create_search_bulk(release_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
release_resource | Option<Vecmodels::ReleaseResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::ReleaseResource list_search(query, r#type, indexer_ids, categories, limit, offset)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
query | Option<String> | |||
r#type | Option<String> | |||
indexer_ids | Option<Vec> | |||
categories | Option<Vec> | |||
limit | Option<i32> | |||
offset | Option<i32> |
Vecmodels::ReleaseResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]