tmdb_client 0.2.0

Rust client for The Movie Database (TMDB) API.
# \JobsApi

All URIs are relative to *https://api.themoviedb.org/3*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_jobs_list**]JobsApi.md#get_jobs_list | **get** /job/list | Get Jobs



## get_jobs_list

> ::models::Jobs get_jobs_list(ctx, )
Get Jobs

The the list of official jobs that are used on TMDb.

### Required Parameters

This endpoint does not need any parameter.

### Return type

[**::models::Jobs**](jobs.md)

### Authorization

[api_key](../README.md#api_key)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)