Skip to content

Commit

Permalink
fix(deps): update dependency lidarr/lidarr to v2.9.6.4552
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsarr[bot] committed Feb 9, 2025
1 parent 57ec061 commit f322790
Show file tree
Hide file tree
Showing 221 changed files with 723 additions and 295 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Lidarr API docs
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: v2.8.2.4493
- API version: v2.9.6.4552
- Package version: 1.2.0 <!--- x-release-please-version -->
- Generator version: 7.11.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down Expand Up @@ -84,7 +84,7 @@ Class | Method | HTTP request | Description
*AlbumAPI* | [**ListAlbum**](docs/AlbumAPI.md#listalbum) | **Get** /api/v1/album |
*AlbumAPI* | [**PutAlbumMonitor**](docs/AlbumAPI.md#putalbummonitor) | **Put** /api/v1/album/monitor |
*AlbumAPI* | [**UpdateAlbum**](docs/AlbumAPI.md#updatealbum) | **Put** /api/v1/album/{id} |
*AlbumLookupAPI* | [**GetAlbumLookup**](docs/AlbumLookupAPI.md#getalbumlookup) | **Get** /api/v1/album/lookup |
*AlbumLookupAPI* | [**ListAlbumLookup**](docs/AlbumLookupAPI.md#listalbumlookup) | **Get** /api/v1/album/lookup |
*AlbumStudioAPI* | [**CreateAlbumStudio**](docs/AlbumStudioAPI.md#createalbumstudio) | **Post** /api/v1/albumstudio |
*ApiInfoAPI* | [**GetApi**](docs/ApiInfoAPI.md#getapi) | **Get** /api |
*ArtistAPI* | [**CreateArtist**](docs/ArtistAPI.md#createartist) | **Post** /api/v1/artist |
Expand All @@ -94,7 +94,7 @@ Class | Method | HTTP request | Description
*ArtistAPI* | [**UpdateArtist**](docs/ArtistAPI.md#updateartist) | **Put** /api/v1/artist/{id} |
*ArtistEditorAPI* | [**DeleteArtistEditor**](docs/ArtistEditorAPI.md#deleteartisteditor) | **Delete** /api/v1/artist/editor |
*ArtistEditorAPI* | [**PutArtistEditor**](docs/ArtistEditorAPI.md#putartisteditor) | **Put** /api/v1/artist/editor |
*ArtistLookupAPI* | [**GetArtistLookup**](docs/ArtistLookupAPI.md#getartistlookup) | **Get** /api/v1/artist/lookup |
*ArtistLookupAPI* | [**ListArtistLookup**](docs/ArtistLookupAPI.md#listartistlookup) | **Get** /api/v1/artist/lookup |
*AuthenticationAPI* | [**CreateLogin**](docs/AuthenticationAPI.md#createlogin) | **Post** /login |
*AuthenticationAPI* | [**GetLogout**](docs/AuthenticationAPI.md#getlogout) | **Get** /logout |
*AutoTaggingAPI* | [**CreateAutoTagging**](docs/AutoTaggingAPI.md#createautotagging) | **Post** /api/v1/autotagging |
Expand Down Expand Up @@ -281,7 +281,7 @@ Class | Method | HTTP request | Description
*RootFolderAPI* | [**GetRootFolderById**](docs/RootFolderAPI.md#getrootfolderbyid) | **Get** /api/v1/rootfolder/{id} |
*RootFolderAPI* | [**ListRootFolder**](docs/RootFolderAPI.md#listrootfolder) | **Get** /api/v1/rootfolder |
*RootFolderAPI* | [**UpdateRootFolder**](docs/RootFolderAPI.md#updaterootfolder) | **Put** /api/v1/rootfolder/{id} |
*SearchAPI* | [**GetSearch**](docs/SearchAPI.md#getsearch) | **Get** /api/v1/search |
*SearchAPI* | [**ListSearch**](docs/SearchAPI.md#listsearch) | **Get** /api/v1/search |
*StaticResourceAPI* | [**GetByPath**](docs/StaticResourceAPI.md#getbypath) | **Get** /{path} |
*StaticResourceAPI* | [**GetContentByPath**](docs/StaticResourceAPI.md#getcontentbypath) | **Get** /content/{path} |
*StaticResourceAPI* | [**GetLogin**](docs/StaticResourceAPI.md#getlogin) | **Get** /login |
Expand Down Expand Up @@ -438,6 +438,7 @@ Class | Method | HTTP request | Description
- [Revision](docs/Revision.md)
- [RootFolderResource](docs/RootFolderResource.md)
- [RuntimeMode](docs/RuntimeMode.md)
- [SearchResource](docs/SearchResource.md)
- [SecondaryAlbumType](docs/SecondaryAlbumType.md)
- [SelectOption](docs/SelectOption.md)
- [SortDirection](docs/SortDirection.md)
Expand Down
18 changes: 10 additions & 8 deletions docs/AlbumLookupAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:8686*

Method | HTTP request | Description
------------- | ------------- | -------------
[**GetAlbumLookup**](AlbumLookupAPI.md#GetAlbumLookup) | **Get** /api/v1/album/lookup |
[**ListAlbumLookup**](AlbumLookupAPI.md#ListAlbumLookup) | **Get** /api/v1/album/lookup |



## GetAlbumLookup
## ListAlbumLookup

> GetAlbumLookup(ctx).Term(term).Execute()
> []AlbumResource ListAlbumLookup(ctx).Term(term).Execute()


Expand All @@ -31,11 +31,13 @@ func main() {

configuration := lidarrClient.NewConfiguration()
apiClient := lidarrClient.NewAPIClient(configuration)
r, err := apiClient.AlbumLookupAPI.GetAlbumLookup(context.Background()).Term(term).Execute()
resp, r, err := apiClient.AlbumLookupAPI.ListAlbumLookup(context.Background()).Term(term).Execute()
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `AlbumLookupAPI.GetAlbumLookup``: %v\n", err)
fmt.Fprintf(os.Stderr, "Error when calling `AlbumLookupAPI.ListAlbumLookup``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `ListAlbumLookup`: []AlbumResource
fmt.Fprintf(os.Stdout, "Response from `AlbumLookupAPI.ListAlbumLookup`: %v\n", resp)
}
```

Expand All @@ -45,7 +47,7 @@ func main() {

### Other Parameters

Other parameters are passed through a pointer to a apiGetAlbumLookupRequest struct via the builder pattern
Other parameters are passed through a pointer to a apiListAlbumLookupRequest struct via the builder pattern


Name | Type | Description | Notes
Expand All @@ -54,7 +56,7 @@ Name | Type | Description | Notes

### Return type

(empty response body)
[**[]AlbumResource**](AlbumResource.md)

### Authorization

Expand All @@ -63,7 +65,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: 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)
Expand Down
18 changes: 10 additions & 8 deletions docs/ArtistLookupAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:8686*

Method | HTTP request | Description
------------- | ------------- | -------------
[**GetArtistLookup**](ArtistLookupAPI.md#GetArtistLookup) | **Get** /api/v1/artist/lookup |
[**ListArtistLookup**](ArtistLookupAPI.md#ListArtistLookup) | **Get** /api/v1/artist/lookup |



## GetArtistLookup
## ListArtistLookup

> GetArtistLookup(ctx).Term(term).Execute()
> []ArtistResource ListArtistLookup(ctx).Term(term).Execute()


Expand All @@ -31,11 +31,13 @@ func main() {

configuration := lidarrClient.NewConfiguration()
apiClient := lidarrClient.NewAPIClient(configuration)
r, err := apiClient.ArtistLookupAPI.GetArtistLookup(context.Background()).Term(term).Execute()
resp, r, err := apiClient.ArtistLookupAPI.ListArtistLookup(context.Background()).Term(term).Execute()
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `ArtistLookupAPI.GetArtistLookup``: %v\n", err)
fmt.Fprintf(os.Stderr, "Error when calling `ArtistLookupAPI.ListArtistLookup``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `ListArtistLookup`: []ArtistResource
fmt.Fprintf(os.Stdout, "Response from `ArtistLookupAPI.ListArtistLookup`: %v\n", resp)
}
```

Expand All @@ -45,7 +47,7 @@ func main() {

### Other Parameters

Other parameters are passed through a pointer to a apiGetArtistLookupRequest struct via the builder pattern
Other parameters are passed through a pointer to a apiListArtistLookupRequest struct via the builder pattern


Name | Type | Description | Notes
Expand All @@ -54,7 +56,7 @@ Name | Type | Description | Notes

### Return type

(empty response body)
[**[]ArtistResource**](ArtistResource.md)

### Authorization

Expand All @@ -63,7 +65,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: 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)
Expand Down
18 changes: 10 additions & 8 deletions docs/SearchAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:8686*

Method | HTTP request | Description
------------- | ------------- | -------------
[**GetSearch**](SearchAPI.md#GetSearch) | **Get** /api/v1/search |
[**ListSearch**](SearchAPI.md#ListSearch) | **Get** /api/v1/search |



## GetSearch
## ListSearch

> GetSearch(ctx).Term(term).Execute()
> []SearchResource ListSearch(ctx).Term(term).Execute()


Expand All @@ -31,11 +31,13 @@ func main() {

configuration := lidarrClient.NewConfiguration()
apiClient := lidarrClient.NewAPIClient(configuration)
r, err := apiClient.SearchAPI.GetSearch(context.Background()).Term(term).Execute()
resp, r, err := apiClient.SearchAPI.ListSearch(context.Background()).Term(term).Execute()
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `SearchAPI.GetSearch``: %v\n", err)
fmt.Fprintf(os.Stderr, "Error when calling `SearchAPI.ListSearch``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `ListSearch`: []SearchResource
fmt.Fprintf(os.Stdout, "Response from `SearchAPI.ListSearch`: %v\n", resp)
}
```

Expand All @@ -45,7 +47,7 @@ func main() {

### Other Parameters

Other parameters are passed through a pointer to a apiGetSearchRequest struct via the builder pattern
Other parameters are passed through a pointer to a apiListSearchRequest struct via the builder pattern


Name | Type | Description | Notes
Expand All @@ -54,7 +56,7 @@ Name | Type | Description | Notes

### Return type

(empty response body)
[**[]SearchResource**](SearchResource.md)

### Authorization

Expand All @@ -63,7 +65,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: 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)
Expand Down
144 changes: 144 additions & 0 deletions docs/SearchResource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
# SearchResource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **int32** | | [optional]
**ForeignId** | Pointer to **NullableString** | | [optional]
**Artist** | Pointer to [**ArtistResource**](ArtistResource.md) | | [optional]
**Album** | Pointer to [**AlbumResource**](AlbumResource.md) | | [optional]

## Methods

### NewSearchResource

`func NewSearchResource() *SearchResource`

NewSearchResource instantiates a new SearchResource object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed

### NewSearchResourceWithDefaults

`func NewSearchResourceWithDefaults() *SearchResource`

NewSearchResourceWithDefaults instantiates a new SearchResource object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set

### GetId

`func (o *SearchResource) GetId() int32`

GetId returns the Id field if non-nil, zero value otherwise.

### GetIdOk

`func (o *SearchResource) GetIdOk() (*int32, bool)`

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetId

`func (o *SearchResource) SetId(v int32)`

SetId sets Id field to given value.

### HasId

`func (o *SearchResource) HasId() bool`

HasId returns a boolean if a field has been set.

### GetForeignId

`func (o *SearchResource) GetForeignId() string`

GetForeignId returns the ForeignId field if non-nil, zero value otherwise.

### GetForeignIdOk

`func (o *SearchResource) GetForeignIdOk() (*string, bool)`

GetForeignIdOk returns a tuple with the ForeignId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetForeignId

`func (o *SearchResource) SetForeignId(v string)`

SetForeignId sets ForeignId field to given value.

### HasForeignId

`func (o *SearchResource) HasForeignId() bool`

HasForeignId returns a boolean if a field has been set.

### SetForeignIdNil

`func (o *SearchResource) SetForeignIdNil(b bool)`

SetForeignIdNil sets the value for ForeignId to be an explicit nil

### UnsetForeignId
`func (o *SearchResource) UnsetForeignId()`

UnsetForeignId ensures that no value is present for ForeignId, not even an explicit nil
### GetArtist

`func (o *SearchResource) GetArtist() ArtistResource`

GetArtist returns the Artist field if non-nil, zero value otherwise.

### GetArtistOk

`func (o *SearchResource) GetArtistOk() (*ArtistResource, bool)`

GetArtistOk returns a tuple with the Artist field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetArtist

`func (o *SearchResource) SetArtist(v ArtistResource)`

SetArtist sets Artist field to given value.

### HasArtist

`func (o *SearchResource) HasArtist() bool`

HasArtist returns a boolean if a field has been set.

### GetAlbum

`func (o *SearchResource) GetAlbum() AlbumResource`

GetAlbum returns the Album field if non-nil, zero value otherwise.

### GetAlbumOk

`func (o *SearchResource) GetAlbumOk() (*AlbumResource, bool)`

GetAlbumOk returns a tuple with the Album field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAlbum

`func (o *SearchResource) SetAlbum(v AlbumResource)`

SetAlbum sets Album field to given value.

### HasAlbum

`func (o *SearchResource) HasAlbum() bool`

HasAlbum returns a boolean if a field has been set.


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


2 changes: 1 addition & 1 deletion lidarr/api_album.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f322790

Please sign in to comment.