All URIs are relative to http://localhost:7878
| Method | HTTP request | Description |
|---|---|---|
| list_movie_lookup | GET /api/v3/movie/lookup | |
| list_movie_lookup_imdb | GET /api/v3/movie/lookup/imdb | |
| list_movie_lookup_tmdb | GET /api/v3/movie/lookup/tmdb |
Vecmodels::MovieResource list_movie_lookup(term)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| term | Option<String> |
Vecmodels::MovieResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::MovieResource list_movie_lookup_imdb(imdb_id)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| imdb_id | Option<String> |
Vecmodels::MovieResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::MovieResource list_movie_lookup_tmdb(tmdb_id)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| tmdb_id | Option<i32> |
Vecmodels::MovieResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]