songtradr_api_client_ruby 1.12.23 → 1.12.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -5
- data/docs/AllowedValuesApi.md +2 -2
- data/docs/ApiKeyDTO.md +2 -2
- data/docs/FileSmallDTO.md +15 -15
- data/docs/MusicalFeaturesDTO.md +68 -68
- data/docs/PlaylistLargeDTO.md +7 -7
- data/docs/ProductMediumDTO.md +7 -7
- data/docs/ProductPartyDTO.md +3 -3
- data/docs/RecordingApi.md +2 -0
- data/docs/RecordingGenrePredictionDTO.md +4 -4
- data/docs/RecordingLargeDTO.md +8 -8
- data/docs/RecordingMediumDTO.md +6 -6
- data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
- data/docs/RecordingPartyDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +3 -3
- data/docs/UserApi.md +4 -0
- data/docs/UserDTO.md +18 -0
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +4 -4
- data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/playlist_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/recording_api.rb +4 -1
- data/lib/songtradr_api_client_ruby/api/user_api.rb +7 -1
- data/lib/songtradr_api_client_ruby/api_client.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
- data/lib/songtradr_api_client_ruby/configuration.rb +10 -8
- data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +13 -18
- data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +29 -28
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +13 -18
- data/lib/songtradr_api_client_ruby/models/error_response.rb +19 -18
- data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +19 -18
- data/lib/songtradr_api_client_ruby/models/file_dto.rb +23 -18
- data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +21 -18
- data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +19 -18
- data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +84 -79
- data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +13 -18
- data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/genre_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +13 -18
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +448 -453
- data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +45 -48
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +66 -59
- data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +28 -31
- data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +38 -37
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +74 -57
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +21 -18
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +61 -48
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +28 -31
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +28 -31
- data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +13 -18
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +36 -31
- data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +21 -18
- data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +13 -18
- data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +13 -18
- data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +95 -18
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +19 -18
- data/lib/songtradr_api_client_ruby/models/tag_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/title_dto.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/token_request.rb +15 -18
- data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +17 -18
- data/lib/songtradr_api_client_ruby/models/usage_dto.rb +13 -18
- data/lib/songtradr_api_client_ruby/models/user_dto.rb +196 -19
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +1 -1
- data/openapi-generator-config.yaml +1 -1
- data/songtradr_api_client_ruby.gemspec +1 -1
- data/spec/api/allowed_values_api_spec.rb +2 -2
- data/spec/api/api_keys_api_spec.rb +1 -1
- data/spec/api/party_api_spec.rb +1 -1
- data/spec/api/playlist_api_spec.rb +1 -1
- data/spec/api/recording_api_spec.rb +2 -1
- data/spec/api/user_api_spec.rb +3 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/admin_api_user_dto_spec.rb +1 -1
- data/spec/models/api_key_dto_spec.rb +3 -3
- data/spec/models/category_medium_dto_spec.rb +1 -1
- data/spec/models/category_minimal_dto_spec.rb +1 -1
- data/spec/models/config_access_dto_spec.rb +1 -1
- data/spec/models/config_identifier_dto_spec.rb +1 -1
- data/spec/models/contributor_type_dto_spec.rb +1 -1
- data/spec/models/create_api_key_dto_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/field_summary_dto_spec.rb +1 -1
- data/spec/models/file_dto_spec.rb +1 -1
- data/spec/models/file_list_dto_spec.rb +1 -1
- data/spec/models/file_minimal_with_url_dto_spec.rb +1 -1
- data/spec/models/file_small_dto_spec.rb +19 -19
- data/spec/models/file_upload_dto_spec.rb +1 -1
- data/spec/models/file_w_ith_url_dto_spec.rb +1 -1
- data/spec/models/files_summary_dto_spec.rb +1 -1
- data/spec/models/forgot_password_dto_spec.rb +1 -1
- data/spec/models/genre_dto_spec.rb +1 -1
- data/spec/models/genre_minimal_dto_spec.rb +1 -1
- data/spec/models/genres_summary_dto_spec.rb +1 -1
- data/spec/models/init_put_recording_audio_dto_spec.rb +1 -1
- data/spec/models/jwt_token_dto_spec.rb +1 -1
- data/spec/models/login_dto_spec.rb +1 -1
- data/spec/models/musical_features_dto_spec.rb +121 -121
- data/spec/models/p_line_dto_spec.rb +1 -1
- data/spec/models/party_large_dto_spec.rb +1 -1
- data/spec/models/party_small_dto_spec.rb +1 -1
- data/spec/models/playlist_large_dto_spec.rb +10 -10
- data/spec/models/product_medium_dto_spec.rb +9 -9
- data/spec/models/product_party_dto_spec.rb +3 -3
- data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
- data/spec/models/recording_genre_prediction_dto_spec.rb +3 -3
- data/spec/models/recording_large_dto_spec.rb +12 -12
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +9 -9
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +3 -3
- data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +1 -1
- data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +1 -1
- data/spec/models/recording_party_dto_spec.rb +3 -3
- data/spec/models/recording_playlist_dto_spec.rb +1 -1
- data/spec/models/recording_small_dto_spec.rb +4 -4
- data/spec/models/recording_tag_small_dto_spec.rb +1 -1
- data/spec/models/save_file_recording_dto_spec.rb +1 -1
- data/spec/models/save_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_genre_dto_spec.rb +1 -1
- data/spec/models/save_recording_party_dto_spec.rb +1 -1
- data/spec/models/save_recording_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_tag_dto_spec.rb +1 -1
- data/spec/models/save_referrer_dto_spec.rb +1 -1
- data/spec/models/save_taggrams_dto_spec.rb +1 -1
- data/spec/models/save_user_dto_spec.rb +1 -1
- data/spec/models/search_filter_values_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_abstraction_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_dto_spec.rb +1 -1
- data/spec/models/sign_up_dto_spec.rb +1 -1
- data/spec/models/tag_dto_spec.rb +1 -1
- data/spec/models/tag_small_dto_spec.rb +1 -1
- data/spec/models/taggram_dto_spec.rb +1 -1
- data/spec/models/tags_summary_dto_spec.rb +1 -1
- data/spec/models/tagstrength_dto_spec.rb +1 -1
- data/spec/models/title_dto_spec.rb +1 -1
- data/spec/models/token_request_spec.rb +1 -1
- data/spec/models/track_to_medium_product_dto_spec.rb +1 -1
- data/spec/models/update_password_dto_spec.rb +1 -1
- data/spec/models/usage_dto_spec.rb +1 -1
- data/spec/models/user_dto_spec.rb +55 -1
- data/spec/spec_helper.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f66f5d36b93dd1a67f830deb98b9f9db2b28486bd1e53650c09beffdb6467005
|
4
|
+
data.tar.gz: 5130fd5e458a1606b6e23a5ba75ff0b5ec136cbc08170e1a6fbe547d2b573667
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73653116ee27dc261a3a549e859d1c3a32ecb6383e180cba33d07e9c872727997fdf7fd962c4db0c5288f390137c7a7fc4cfa236307dff5645a67fbf47a88fdc
|
7
|
+
data.tar.gz: 7e5b40ba2cbf318cb0ba53367f5ee91954743793e5397fbf8a368de5df2815721c96a6b2a13a1fb069401082126d926a469098acbc4b32f1442f0b6e996100c5
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -33,8 +33,8 @@ You can either search the released music via the /public/recording endpoints or
|
|
33
33
|
|
34
34
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
35
35
|
|
36
|
-
- API version: 1.12.
|
37
|
-
- Package version: 1.12.
|
36
|
+
- API version: 1.12.24
|
37
|
+
- Package version: 1.12.24
|
38
38
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
39
39
|
For more information, please visit [https://songtradr.com](https://songtradr.com)
|
40
40
|
|
@@ -51,16 +51,16 @@ gem build songtradr_api_client_ruby.gemspec
|
|
51
51
|
Then either install the gem locally:
|
52
52
|
|
53
53
|
```shell
|
54
|
-
gem install ./songtradr_api_client_ruby-1.12.
|
54
|
+
gem install ./songtradr_api_client_ruby-1.12.24.gem
|
55
55
|
```
|
56
56
|
|
57
|
-
(for development, run `gem install --dev ./songtradr_api_client_ruby-1.12.
|
57
|
+
(for development, run `gem install --dev ./songtradr_api_client_ruby-1.12.24.gem` to install the development dependencies)
|
58
58
|
|
59
59
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
60
60
|
|
61
61
|
Finally add this to the Gemfile:
|
62
62
|
|
63
|
-
gem 'songtradr_api_client_ruby', '~> 1.12.
|
63
|
+
gem 'songtradr_api_client_ruby', '~> 1.12.24'
|
64
64
|
|
65
65
|
### Install from Git
|
66
66
|
|
data/docs/AllowedValuesApi.md
CHANGED
@@ -86,7 +86,7 @@ require 'time'
|
|
86
86
|
require 'songtradr_api_client_ruby'
|
87
87
|
|
88
88
|
api_instance = SongtradrApiClientRuby::AllowedValuesApi.new
|
89
|
-
genre_type = '
|
89
|
+
genre_type = 'musicubeLevel1Genre' # String | Type of the response should have. Deprecated: level1Genre, level2Genre - use musicubeLevel1Genre, musicubeLevel2Genre instead.
|
90
90
|
|
91
91
|
begin
|
92
92
|
# Allowed values for genres.
|
@@ -119,7 +119,7 @@ end
|
|
119
119
|
|
120
120
|
| Name | Type | Description | Notes |
|
121
121
|
| ---- | ---- | ----------- | ----- |
|
122
|
-
| **genre_type** | **String** | Type of the response should have. | |
|
122
|
+
| **genre_type** | **String** | Type of the response should have. Deprecated: level1Genre, level2Genre - use musicubeLevel1Genre, musicubeLevel2Genre instead. | |
|
123
123
|
|
124
124
|
### Return type
|
125
125
|
|
data/docs/ApiKeyDTO.md
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **name** | **String** | | |
|
8
|
-
| **created_at** | **Time** | | |
|
9
8
|
| **last_used_at** | **Time** | | [optional] |
|
9
|
+
| **created_at** | **Time** | | |
|
10
10
|
| **id** | **String** | | |
|
11
11
|
|
12
12
|
## Example
|
@@ -16,8 +16,8 @@ require 'songtradr_api_client_ruby'
|
|
16
16
|
|
17
17
|
instance = SongtradrApiClientRuby::ApiKeyDTO.new(
|
18
18
|
name: null,
|
19
|
-
created_at: null,
|
20
19
|
last_used_at: null,
|
20
|
+
created_at: null,
|
21
21
|
id: null
|
22
22
|
)
|
23
23
|
```
|
data/docs/FileSmallDTO.md
CHANGED
@@ -8,17 +8,17 @@
|
|
8
8
|
| **id** | **Integer** | | |
|
9
9
|
| **extension** | **String** | extension of the file | |
|
10
10
|
| **error_message** | **String** | | [optional] |
|
11
|
-
| **
|
12
|
-
| **upload_start_time** | **Time** | | [optional] |
|
13
|
-
| **upload_end_time** | **Time** | | [optional] |
|
14
|
-
| **fingerprint_status** | **String** | status of the audio recognition | [optional] |
|
15
|
-
| **fingerprint_start_time** | **Time** | | [optional] |
|
11
|
+
| **error_time** | **Time** | | [optional] |
|
16
12
|
| **fingerprint_end_time** | **Time** | | [optional] |
|
17
|
-
| **inference_status** | **String** | status of the auto-tagging | [optional] |
|
18
13
|
| **inference_start_time** | **Time** | | [optional] |
|
14
|
+
| **fingerprint_start_time** | **Time** | | [optional] |
|
15
|
+
| **fingerprint_status** | **String** | status of the audio recognition | [optional] |
|
16
|
+
| **inference_status** | **String** | status of the auto-tagging | [optional] |
|
19
17
|
| **inference_end_time** | **Time** | | [optional] |
|
20
|
-
| **error_time** | **Time** | | [optional] |
|
21
18
|
| **folder** | **String** | | |
|
19
|
+
| **upload_end_time** | **Time** | | [optional] |
|
20
|
+
| **upload_start_time** | **Time** | | [optional] |
|
21
|
+
| **object_key** | **String** | | |
|
22
22
|
|
23
23
|
## Example
|
24
24
|
|
@@ -30,17 +30,17 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
|
|
30
30
|
id: null,
|
31
31
|
extension: null,
|
32
32
|
error_message: null,
|
33
|
-
|
34
|
-
upload_start_time: null,
|
35
|
-
upload_end_time: null,
|
36
|
-
fingerprint_status: null,
|
37
|
-
fingerprint_start_time: null,
|
33
|
+
error_time: null,
|
38
34
|
fingerprint_end_time: null,
|
39
|
-
inference_status: null,
|
40
35
|
inference_start_time: null,
|
36
|
+
fingerprint_start_time: null,
|
37
|
+
fingerprint_status: null,
|
38
|
+
inference_status: null,
|
41
39
|
inference_end_time: null,
|
42
|
-
|
43
|
-
|
40
|
+
folder: null,
|
41
|
+
upload_end_time: null,
|
42
|
+
upload_start_time: null,
|
43
|
+
object_key: null
|
44
44
|
)
|
45
45
|
```
|
46
46
|
|
data/docs/MusicalFeaturesDTO.md
CHANGED
@@ -6,20 +6,16 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **space** | **String** | Search for space | [optional] |
|
8
8
|
| **language_of_performance** | **String** | | [optional] |
|
9
|
-
| **
|
10
|
-
| **
|
11
|
-
| **
|
12
|
-
| **
|
13
|
-
| **
|
14
|
-
| **
|
15
|
-
| **
|
16
|
-
| **
|
17
|
-
| **
|
18
|
-
| **
|
19
|
-
| **origin_decade** | **String** | Search for origin decade | [optional] |
|
20
|
-
| **curateability** | **String** | Search for curatebility | [optional] |
|
21
|
-
| **use_case** | **String** | Search for use case | [optional] |
|
22
|
-
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
9
|
+
| **primary_mood_cluster_affinity** | **Float** | | [optional] |
|
10
|
+
| **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
11
|
+
| **secondary_mood_cluster_affinity** | **Float** | | [optional] |
|
12
|
+
| **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
13
|
+
| **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
|
14
|
+
| **vocals_affinity** | **Float** | | [optional] |
|
15
|
+
| **dominant_instrument_affinity** | **Float** | | [optional] |
|
16
|
+
| **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
17
|
+
| **secondary_instrument_affinity** | **Float** | | [optional] |
|
18
|
+
| **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
23
19
|
| **tertiary_instrument_affinity** | **Float** | | [optional] |
|
24
20
|
| **sound_generation_affinity** | **Float** | | [optional] |
|
25
21
|
| **rhythm_affinity** | **Float** | | [optional] |
|
@@ -51,6 +47,8 @@
|
|
51
47
|
| **language_of_performance_affinity** | **Float** | | [optional] |
|
52
48
|
| **curateability_affinity** | **Float** | | [optional] |
|
53
49
|
| **use_case_affinity** | **Float** | | [optional] |
|
50
|
+
| **industry_suitability** | **String** | Search for Industry suitability | [optional] |
|
51
|
+
| **industry_suitability_affinity** | **Float** | | [optional] |
|
54
52
|
| **arousal** | **String** | Search for an arousal | [optional] |
|
55
53
|
| **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
|
56
54
|
| **energy** | **String** | Search for energy | [optional] |
|
@@ -60,35 +58,37 @@
|
|
60
58
|
| **pleasantness** | **String** | Search for pleasantness | [optional] |
|
61
59
|
| **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
62
60
|
| **primary_sound_character** | **String** | Search for a sound character | [optional] |
|
63
|
-
| **
|
64
|
-
| **
|
61
|
+
| **rhythm** | **String** | Search for rhythm | [optional] |
|
62
|
+
| **roughness** | **String** | Search for roughness | [optional] |
|
63
|
+
| **scale** | **String** | Search for a tonal scale | [optional] |
|
64
|
+
| **sound_generation** | **String** | Search for type of sound generation | [optional] |
|
65
|
+
| **tempo** | **String** | Search for tempo | [optional] |
|
66
|
+
| **texture** | **String** | Search for texture | [optional] |
|
67
|
+
| **timbre** | **String** | Search for timbre | [optional] |
|
68
|
+
| **tonality** | **String** | Search for tonality | [optional] |
|
69
|
+
| **valence** | **String** | Search for a valence | [optional] |
|
65
70
|
| **audience_region** | **String** | | [optional] |
|
66
|
-
| **
|
67
|
-
| **
|
68
|
-
| **
|
69
|
-
| **
|
70
|
-
| **
|
71
|
-
| **
|
72
|
-
| **
|
73
|
-
| **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
74
|
-
| **secondary_instrument_affinity** | **Float** | | [optional] |
|
75
|
-
| **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
76
|
-
| **valence_affinity** | **Float** | | [optional] |
|
77
|
-
| **arousal_affinity** | **Float** | | [optional] |
|
71
|
+
| **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
|
72
|
+
| **origin_decade** | **String** | Search for origin decade | [optional] |
|
73
|
+
| **curateability** | **String** | Search for curatebility | [optional] |
|
74
|
+
| **use_case** | **String** | Search for use case | [optional] |
|
75
|
+
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
76
|
+
| **key** | **String** | Search for a harmonic key | [optional] |
|
77
|
+
| **channel_suitability_affinity** | **Float** | | [optional] |
|
78
78
|
| **pleasantness_affinity** | **Float** | | [optional] |
|
79
|
-
| **engagement_affinity** | **Float** | | [optional] |
|
80
|
-
| **energy_affinity** | **Float** | | [optional] |
|
81
79
|
| **tempo_affinity** | **Float** | | [optional] |
|
82
80
|
| **scale_affinity** | **Float** | | [optional] |
|
83
81
|
| **timbre_affinity** | **Float** | | [optional] |
|
84
|
-
| **
|
85
|
-
| **
|
82
|
+
| **engagement_affinity** | **Float** | | [optional] |
|
83
|
+
| **energy_affinity** | **Float** | | [optional] |
|
86
84
|
| **texture_affinity** | **Float** | | [optional] |
|
87
85
|
| **groovyness_affinity** | **Float** | | [optional] |
|
86
|
+
| **valence_affinity** | **Float** | | [optional] |
|
87
|
+
| **arousal_affinity** | **Float** | | [optional] |
|
88
88
|
| **space_affinity** | **Float** | | [optional] |
|
89
89
|
| **key_affinity** | **Float** | | [optional] |
|
90
|
-
| **
|
91
|
-
| **
|
90
|
+
| **roughness_affinity** | **Float** | | [optional] |
|
91
|
+
| **harmony_affinity** | **Float** | | [optional] |
|
92
92
|
|
93
93
|
## Example
|
94
94
|
|
@@ -98,20 +98,16 @@ require 'songtradr_api_client_ruby'
|
|
98
98
|
instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
99
99
|
space: null,
|
100
100
|
language_of_performance: null,
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
origin_decade: null,
|
112
|
-
curateability: null,
|
113
|
-
use_case: null,
|
114
|
-
channel_suitability: null,
|
101
|
+
primary_mood_cluster_affinity: null,
|
102
|
+
secondary_mood_cluster: null,
|
103
|
+
secondary_mood_cluster_affinity: null,
|
104
|
+
tertiary_mood_cluster: null,
|
105
|
+
tertiary_mood_cluster_affinity: null,
|
106
|
+
vocals_affinity: null,
|
107
|
+
dominant_instrument_affinity: null,
|
108
|
+
secondary_instrument: null,
|
109
|
+
secondary_instrument_affinity: null,
|
110
|
+
tertiary_instrument: null,
|
115
111
|
tertiary_instrument_affinity: null,
|
116
112
|
sound_generation_affinity: null,
|
117
113
|
rhythm_affinity: null,
|
@@ -143,6 +139,8 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
143
139
|
language_of_performance_affinity: null,
|
144
140
|
curateability_affinity: null,
|
145
141
|
use_case_affinity: null,
|
142
|
+
industry_suitability: null,
|
143
|
+
industry_suitability_affinity: null,
|
146
144
|
arousal: null,
|
147
145
|
dominant_instrument: null,
|
148
146
|
energy: null,
|
@@ -152,35 +150,37 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
152
150
|
pleasantness: null,
|
153
151
|
primary_mood_cluster: null,
|
154
152
|
primary_sound_character: null,
|
155
|
-
|
156
|
-
|
153
|
+
rhythm: null,
|
154
|
+
roughness: null,
|
155
|
+
scale: null,
|
156
|
+
sound_generation: null,
|
157
|
+
tempo: null,
|
158
|
+
texture: null,
|
159
|
+
timbre: null,
|
160
|
+
tonality: null,
|
161
|
+
valence: null,
|
157
162
|
audience_region: null,
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
secondary_instrument: null,
|
166
|
-
secondary_instrument_affinity: null,
|
167
|
-
tertiary_instrument: null,
|
168
|
-
valence_affinity: null,
|
169
|
-
arousal_affinity: null,
|
163
|
+
vocals: null,
|
164
|
+
origin_decade: null,
|
165
|
+
curateability: null,
|
166
|
+
use_case: null,
|
167
|
+
channel_suitability: null,
|
168
|
+
key: null,
|
169
|
+
channel_suitability_affinity: null,
|
170
170
|
pleasantness_affinity: null,
|
171
|
-
engagement_affinity: null,
|
172
|
-
energy_affinity: null,
|
173
171
|
tempo_affinity: null,
|
174
172
|
scale_affinity: null,
|
175
173
|
timbre_affinity: null,
|
176
|
-
|
177
|
-
|
174
|
+
engagement_affinity: null,
|
175
|
+
energy_affinity: null,
|
178
176
|
texture_affinity: null,
|
179
177
|
groovyness_affinity: null,
|
178
|
+
valence_affinity: null,
|
179
|
+
arousal_affinity: null,
|
180
180
|
space_affinity: null,
|
181
181
|
key_affinity: null,
|
182
|
-
|
183
|
-
|
182
|
+
roughness_affinity: null,
|
183
|
+
harmony_affinity: null
|
184
184
|
)
|
185
185
|
```
|
186
186
|
|
data/docs/PlaylistLargeDTO.md
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **name** | **String** | | |
|
8
8
|
| **state** | **String** | | [optional] |
|
9
|
-
| **created** | **Time** | | [optional] |
|
10
|
-
| **updated** | **Time** | | [optional] |
|
11
|
-
| **description** | **String** | | [optional] |
|
12
9
|
| **usages** | [**Array<UsageDTO>**](UsageDTO.md) | | [optional] |
|
10
|
+
| **description** | **String** | | [optional] |
|
13
11
|
| **songtradr_playlist_guid** | **String** | | [optional] |
|
14
12
|
| **asset_url** | **String** | | [optional] |
|
15
13
|
| **pretzel_tier** | **String** | | [optional] |
|
16
14
|
| **usage** | **String** | | [optional] |
|
17
15
|
| **tracks** | [**Array<RecordingPlaylistDTO>**](RecordingPlaylistDTO.md) | | [optional] |
|
16
|
+
| **created** | **Time** | | [optional] |
|
17
|
+
| **updated** | **Time** | | [optional] |
|
18
18
|
|
19
19
|
## Example
|
20
20
|
|
@@ -24,15 +24,15 @@ require 'songtradr_api_client_ruby'
|
|
24
24
|
instance = SongtradrApiClientRuby::PlaylistLargeDTO.new(
|
25
25
|
name: null,
|
26
26
|
state: null,
|
27
|
-
created: null,
|
28
|
-
updated: null,
|
29
|
-
description: null,
|
30
27
|
usages: null,
|
28
|
+
description: null,
|
31
29
|
songtradr_playlist_guid: null,
|
32
30
|
asset_url: null,
|
33
31
|
pretzel_tier: null,
|
34
32
|
usage: null,
|
35
|
-
tracks: null
|
33
|
+
tracks: null,
|
34
|
+
created: null,
|
35
|
+
updated: null
|
36
36
|
)
|
37
37
|
```
|
38
38
|
|
data/docs/ProductMediumDTO.md
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **duration** | **Time** | | [optional] |
|
8
|
+
| **genres** | [**Array<GenreMinimalDTO>**](GenreMinimalDTO.md) | | [optional] |
|
9
|
+
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
8
10
|
| **gtin** | **String** | | [optional] |
|
9
11
|
| **grid** | **String** | | [optional] |
|
10
12
|
| **release_date** | **Time** | | [optional] |
|
11
|
-
| **takedown_date** | **Time** | | [optional] |
|
12
13
|
| **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
|
14
|
+
| **takedown_date** | **Time** | | [optional] |
|
13
15
|
| **parties** | [**Array<ProductPartyDTO>**](ProductPartyDTO.md) | | [optional] |
|
14
|
-
| **genres** | [**Array<GenreMinimalDTO>**](GenreMinimalDTO.md) | | [optional] |
|
15
|
-
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
16
16
|
|
17
17
|
## Example
|
18
18
|
|
@@ -21,14 +21,14 @@ require 'songtradr_api_client_ruby'
|
|
21
21
|
|
22
22
|
instance = SongtradrApiClientRuby::ProductMediumDTO.new(
|
23
23
|
duration: null,
|
24
|
+
genres: null,
|
25
|
+
titles: null,
|
24
26
|
gtin: null,
|
25
27
|
grid: null,
|
26
28
|
release_date: null,
|
27
|
-
takedown_date: null,
|
28
29
|
pline: null,
|
29
|
-
|
30
|
-
|
31
|
-
titles: null
|
30
|
+
takedown_date: null,
|
31
|
+
parties: null
|
32
32
|
)
|
33
33
|
```
|
34
34
|
|
data/docs/ProductPartyDTO.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
8
7
|
| **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
|
8
|
+
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -13,8 +13,8 @@
|
|
13
13
|
require 'songtradr_api_client_ruby'
|
14
14
|
|
15
15
|
instance = SongtradrApiClientRuby::ProductPartyDTO.new(
|
16
|
-
|
17
|
-
|
16
|
+
party: null,
|
17
|
+
contributor_types: null
|
18
18
|
)
|
19
19
|
```
|
20
20
|
|
data/docs/RecordingApi.md
CHANGED
@@ -537,6 +537,7 @@ opts = {
|
|
537
537
|
main_artist: 'The Beatles', # String | Search for a main artist.
|
538
538
|
composer: 'John Cale', # String | Search for a composer.
|
539
539
|
title: 'Highway To Hell', # String | Search for a title.
|
540
|
+
party_and_title: 'The Beatles yesterday', # String | Search for party and title.
|
540
541
|
language: 'en', # String | Search for a language of the lyrics.
|
541
542
|
genre: 'Rock', # String | Search for a genre.
|
542
543
|
primary_mood_cluster: 'aggressive', # String | Search for a mood.
|
@@ -607,6 +608,7 @@ end
|
|
607
608
|
| **main_artist** | **String** | Search for a main artist. | [optional] |
|
608
609
|
| **composer** | **String** | Search for a composer. | [optional] |
|
609
610
|
| **title** | **String** | Search for a title. | [optional] |
|
611
|
+
| **party_and_title** | **String** | Search for party and title. | [optional] |
|
610
612
|
| **language** | **String** | Search for a language of the lyrics. | [optional] |
|
611
613
|
| **genre** | **String** | Search for a genre. | [optional] |
|
612
614
|
| **primary_mood_cluster** | **String** | Search for a mood. | [optional] |
|
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
|
8
|
-
| **probability** | **Float** | | |
|
9
7
|
| **genre_type** | **String** | | |
|
8
|
+
| **probability** | **Float** | | |
|
9
|
+
| **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
|
10
10
|
|
11
11
|
## Example
|
12
12
|
|
@@ -14,9 +14,9 @@
|
|
14
14
|
require 'songtradr_api_client_ruby'
|
15
15
|
|
16
16
|
instance = SongtradrApiClientRuby::RecordingGenrePredictionDTO.new(
|
17
|
-
|
17
|
+
genre_type: null,
|
18
18
|
probability: null,
|
19
|
-
|
19
|
+
genre: null
|
20
20
|
)
|
21
21
|
```
|
22
22
|
|
data/docs/RecordingLargeDTO.md
CHANGED
@@ -5,9 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **duration** | **Integer** | | [optional] |
|
8
|
-
| **
|
9
|
-
| **spotify_id** | **String** | | [optional] |
|
10
|
-
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
8
|
+
| **isrc** | **String** | | |
|
11
9
|
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
12
10
|
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
13
11
|
| **language_of_performance** | **String** | | [optional] |
|
@@ -15,7 +13,9 @@
|
|
15
13
|
| **tracks** | [**Array<TrackToMediumProductDTO>**](TrackToMediumProductDTO.md) | | [optional] |
|
16
14
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
17
15
|
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
18
|
-
| **
|
16
|
+
| **spotify_id** | **String** | | [optional] |
|
17
|
+
| **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
|
18
|
+
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
19
19
|
|
20
20
|
## Example
|
21
21
|
|
@@ -24,9 +24,7 @@ require 'songtradr_api_client_ruby'
|
|
24
24
|
|
25
25
|
instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
|
26
26
|
duration: null,
|
27
|
-
|
28
|
-
spotify_id: null,
|
29
|
-
genre_predictions: null,
|
27
|
+
isrc: null,
|
30
28
|
parties: null,
|
31
29
|
genres: null,
|
32
30
|
language_of_performance: null,
|
@@ -34,7 +32,9 @@ instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
|
|
34
32
|
tracks: null,
|
35
33
|
musical_features: null,
|
36
34
|
tags: null,
|
37
|
-
|
35
|
+
spotify_id: null,
|
36
|
+
pline: null,
|
37
|
+
genre_predictions: null
|
38
38
|
)
|
39
39
|
```
|
40
40
|
|
data/docs/RecordingMediumDTO.md
CHANGED
@@ -4,8 +4,7 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **
|
8
|
-
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
7
|
+
| **isrc** | **String** | | |
|
9
8
|
| **recording_party_entities** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
10
9
|
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
11
10
|
| **language_of_performance** | **String** | | [optional] |
|
@@ -13,7 +12,8 @@
|
|
13
12
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
14
13
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
15
14
|
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
16
|
-
| **
|
15
|
+
| **spotify_id** | **String** | | [optional] |
|
16
|
+
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
17
17
|
|
18
18
|
## Example
|
19
19
|
|
@@ -21,8 +21,7 @@
|
|
21
21
|
require 'songtradr_api_client_ruby'
|
22
22
|
|
23
23
|
instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
|
24
|
-
|
25
|
-
genre_predictions: null,
|
24
|
+
isrc: null,
|
26
25
|
recording_party_entities: null,
|
27
26
|
genres: null,
|
28
27
|
language_of_performance: null,
|
@@ -30,7 +29,8 @@ instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
|
|
30
29
|
titles: null,
|
31
30
|
musical_features: null,
|
32
31
|
tags: null,
|
33
|
-
|
32
|
+
spotify_id: null,
|
33
|
+
genre_predictions: null
|
34
34
|
)
|
35
35
|
```
|
36
36
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **musical_features** | [**Array<MusicalFeaturesDTO>**](MusicalFeaturesDTO.md) | | [optional] |
|
8
7
|
| **isrc** | **String** | | |
|
8
|
+
| **musical_features** | [**Array<MusicalFeaturesDTO>**](MusicalFeaturesDTO.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -13,8 +13,8 @@
|
|
13
13
|
require 'songtradr_api_client_ruby'
|
14
14
|
|
15
15
|
instance = SongtradrApiClientRuby::RecordingMinimalWithMusicalFeaturesDTO.new(
|
16
|
-
|
17
|
-
|
16
|
+
isrc: null,
|
17
|
+
musical_features: null
|
18
18
|
)
|
19
19
|
```
|
20
20
|
|
data/docs/RecordingPartyDTO.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
8
7
|
| **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
|
8
|
+
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -13,8 +13,8 @@
|
|
13
13
|
require 'songtradr_api_client_ruby'
|
14
14
|
|
15
15
|
instance = SongtradrApiClientRuby::RecordingPartyDTO.new(
|
16
|
-
|
17
|
-
|
16
|
+
party: null,
|
17
|
+
contributor_types: null
|
18
18
|
)
|
19
19
|
```
|
20
20
|
|
data/docs/RecordingSmallDTO.md
CHANGED
@@ -5,9 +5,9 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **duration** | **Integer** | | [optional] |
|
8
|
+
| **isrc** | **String** | | |
|
8
9
|
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
9
10
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
10
|
-
| **isrc** | **String** | | |
|
11
11
|
|
12
12
|
## Example
|
13
13
|
|
@@ -16,9 +16,9 @@ require 'songtradr_api_client_ruby'
|
|
16
16
|
|
17
17
|
instance = SongtradrApiClientRuby::RecordingSmallDTO.new(
|
18
18
|
duration: null,
|
19
|
+
isrc: null,
|
19
20
|
parties: null,
|
20
|
-
titles: null
|
21
|
-
isrc: null
|
21
|
+
titles: null
|
22
22
|
)
|
23
23
|
```
|
24
24
|
|
data/docs/UserApi.md
CHANGED
@@ -689,6 +689,7 @@ opts = {
|
|
689
689
|
main_artist: 'The Beatles', # String | Search for a main artist.
|
690
690
|
composer: 'John Cale', # String | Search for a composer.
|
691
691
|
title: 'Highway To Hell', # String | Search for a title.
|
692
|
+
party_and_title: 'The Beatles yesterday', # String | Search for party and title.
|
692
693
|
language: 'en', # String | Search for a language of the lyrics.
|
693
694
|
genre_names: ['inner_example'], # Array<String> |
|
694
695
|
tag_names: ['inner_example'], # Array<String> |
|
@@ -782,6 +783,7 @@ end
|
|
782
783
|
| **main_artist** | **String** | Search for a main artist. | [optional] |
|
783
784
|
| **composer** | **String** | Search for a composer. | [optional] |
|
784
785
|
| **title** | **String** | Search for a title. | [optional] |
|
786
|
+
| **party_and_title** | **String** | Search for party and title. | [optional] |
|
785
787
|
| **language** | **String** | Search for a language of the lyrics. | [optional] |
|
786
788
|
| **genre_names** | [**Array<String>**](String.md) | | [optional] |
|
787
789
|
| **tag_names** | [**Array<String>**](String.md) | | [optional] |
|
@@ -1213,6 +1215,7 @@ opts = {
|
|
1213
1215
|
main_artist: 'The Beatles', # String | Search for a main artist.
|
1214
1216
|
composer: 'John Cale', # String | Search for a composer.
|
1215
1217
|
title: 'Highway To Hell', # String | Search for a title.
|
1218
|
+
party_and_title: 'The Beatles yesterday', # String | Search for party and title.
|
1216
1219
|
language: 'en', # String | Search for a language of the lyrics.
|
1217
1220
|
genre_names: ['inner_example'], # Array<String> |
|
1218
1221
|
tag_names: ['inner_example'], # Array<String> |
|
@@ -1305,6 +1308,7 @@ end
|
|
1305
1308
|
| **main_artist** | **String** | Search for a main artist. | [optional] |
|
1306
1309
|
| **composer** | **String** | Search for a composer. | [optional] |
|
1307
1310
|
| **title** | **String** | Search for a title. | [optional] |
|
1311
|
+
| **party_and_title** | **String** | Search for party and title. | [optional] |
|
1308
1312
|
| **language** | **String** | Search for a language of the lyrics. | [optional] |
|
1309
1313
|
| **genre_names** | [**Array<String>**](String.md) | | [optional] |
|
1310
1314
|
| **tag_names** | [**Array<String>**](String.md) | | [optional] |
|