sonarr-api-rs 3.0.0

Rust API wrapper for Sonarr
Documentation
# \ParseApi

All URIs are relative to *http://localhost:8989*

Method | HTTP request | Description
------------- | ------------- | -------------
[**api_v3_parse_get**]ParseApi.md#api_v3_parse_get | **GET** /api/v3/parse | 



## api_v3_parse_get

> models::ParseResource api_v3_parse_get(title, path)


### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**title** | Option<**String**> |  |  |
**path** | Option<**String**> |  |  |

### Return type

[**models::ParseResource**](ParseResource.md)

### Authorization

[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-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)