songtradr_api_client_ruby 1.12.23 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +6 -5
- data/docs/AllowedValuesApi.md +2 -2
- data/docs/ApiKeyDTO.md +2 -2
- data/docs/CategoryMediumDTO.md +3 -3
- data/docs/FileSmallDTO.md +3 -3
- data/docs/MusicalFeaturesDTO.md +38 -38
- data/docs/PlaylistLargeDTO.md +2 -2
- data/docs/ProductMediumDTO.md +4 -4
- data/docs/RecordingApi.md +6 -0
- data/docs/RecordingLargeDTO.md +5 -5
- data/docs/RecordingMediumDTO.md +5 -3
- data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +3 -3
- data/docs/TrackDTO.md +18 -0
- 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 +10 -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 +30 -31
- 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 +41 -36
- 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 +354 -359
- 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 +25 -28
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +46 -39
- data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +15 -18
- 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 +19 -18
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +57 -40
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +21 -18
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +55 -31
- 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 +15 -18
- 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_dto.rb +215 -0
- 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 +2 -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 +4 -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 +3 -3
- 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 +7 -7
- 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 +163 -163
- 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 +4 -4
- data/spec/models/product_medium_dto_spec.rb +7 -7
- data/spec/models/product_party_dto_spec.rb +1 -1
- data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
- data/spec/models/recording_genre_prediction_dto_spec.rb +1 -1
- data/spec/models/recording_large_dto_spec.rb +9 -9
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +10 -4
- 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 +1 -1
- 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_dto_spec.rb +34 -0
- 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 +62 -58
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c5a91fb9349f599efe615053df55ccd1f19578f95a58fdc17c49c8bee5bbc2a
|
|
4
|
+
data.tar.gz: f4c7707871ab9cf33a30e3c111853b619d5fdfadcecdb096d5672ba7406f622e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e18b1e61ade1c1368a75dcfcf475025673f272e70b12fa336b5bffa6dc6a3678914683b36270e9fb1a322863ebe1b3c3c6ea3e535d0c83309f3e20f0b72733af
|
|
7
|
+
data.tar.gz: 0dd522b2c4a150a53ab897f0015cda80721830cadfcc2be7efab59fefeefb5123db0eb77e134b69da84adcf116fca6b429a4b7c6c7cac9449fe5ddc05b6d98b7
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
songtradr_api_client_ruby (1.
|
|
4
|
+
songtradr_api_client_ruby (1.13.0)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart
|
|
7
7
|
|
|
@@ -59,7 +59,7 @@ GEM
|
|
|
59
59
|
unicode-display_width (>= 1.4.0, < 1.6)
|
|
60
60
|
ruby-progressbar (1.13.0)
|
|
61
61
|
ruby2_keywords (0.0.5)
|
|
62
|
-
stringio (3.0.
|
|
62
|
+
stringio (3.0.8)
|
|
63
63
|
unicode-display_width (1.5.0)
|
|
64
64
|
|
|
65
65
|
PLATFORMS
|
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.
|
|
37
|
-
- Package version: 1.
|
|
36
|
+
- API version: 1.13.0
|
|
37
|
+
- Package version: 1.13.0
|
|
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.
|
|
54
|
+
gem install ./songtradr_api_client_ruby-1.13.0.gem
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
(for development, run `gem install --dev ./songtradr_api_client_ruby-1.
|
|
57
|
+
(for development, run `gem install --dev ./songtradr_api_client_ruby-1.13.0.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.
|
|
63
|
+
gem 'songtradr_api_client_ruby', '~> 1.13.0'
|
|
64
64
|
|
|
65
65
|
### Install from Git
|
|
66
66
|
|
|
@@ -221,6 +221,7 @@ Class | Method | HTTP request | Description
|
|
|
221
221
|
- [SongtradrApiClientRuby::TagstrengthDTO](docs/TagstrengthDTO.md)
|
|
222
222
|
- [SongtradrApiClientRuby::TitleDTO](docs/TitleDTO.md)
|
|
223
223
|
- [SongtradrApiClientRuby::TokenRequest](docs/TokenRequest.md)
|
|
224
|
+
- [SongtradrApiClientRuby::TrackDTO](docs/TrackDTO.md)
|
|
224
225
|
- [SongtradrApiClientRuby::TrackToMediumProductDTO](docs/TrackToMediumProductDTO.md)
|
|
225
226
|
- [SongtradrApiClientRuby::UpdatePasswordDTO](docs/UpdatePasswordDTO.md)
|
|
226
227
|
- [SongtradrApiClientRuby::UsageDTO](docs/UsageDTO.md)
|
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/CategoryMediumDTO.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **id** | **Integer** | | |
|
|
8
|
-
| **name** | **String** | | |
|
|
9
8
|
| **tags** | [**Array<TagSmallDTO>**](TagSmallDTO.md) | | [optional] |
|
|
9
|
+
| **name** | **String** | | |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -15,8 +15,8 @@ require 'songtradr_api_client_ruby'
|
|
|
15
15
|
|
|
16
16
|
instance = SongtradrApiClientRuby::CategoryMediumDTO.new(
|
|
17
17
|
id: null,
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
tags: null,
|
|
19
|
+
name: null
|
|
20
20
|
)
|
|
21
21
|
```
|
|
22
22
|
|
data/docs/FileSmallDTO.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **id** | **Integer** | | |
|
|
9
9
|
| **extension** | **String** | extension of the file | |
|
|
10
10
|
| **error_message** | **String** | | [optional] |
|
|
11
|
+
| **folder** | **String** | | |
|
|
11
12
|
| **object_key** | **String** | | |
|
|
12
13
|
| **upload_start_time** | **Time** | | [optional] |
|
|
13
14
|
| **upload_end_time** | **Time** | | [optional] |
|
|
@@ -18,7 +19,6 @@
|
|
|
18
19
|
| **inference_start_time** | **Time** | | [optional] |
|
|
19
20
|
| **inference_end_time** | **Time** | | [optional] |
|
|
20
21
|
| **error_time** | **Time** | | [optional] |
|
|
21
|
-
| **folder** | **String** | | |
|
|
22
22
|
|
|
23
23
|
## Example
|
|
24
24
|
|
|
@@ -30,6 +30,7 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
|
|
|
30
30
|
id: null,
|
|
31
31
|
extension: null,
|
|
32
32
|
error_message: null,
|
|
33
|
+
folder: null,
|
|
33
34
|
object_key: null,
|
|
34
35
|
upload_start_time: null,
|
|
35
36
|
upload_end_time: null,
|
|
@@ -39,8 +40,7 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
|
|
|
39
40
|
inference_status: null,
|
|
40
41
|
inference_start_time: null,
|
|
41
42
|
inference_end_time: null,
|
|
42
|
-
error_time: null
|
|
43
|
-
folder: null
|
|
43
|
+
error_time: null
|
|
44
44
|
)
|
|
45
45
|
```
|
|
46
46
|
|
data/docs/MusicalFeaturesDTO.md
CHANGED
|
@@ -6,6 +6,15 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **space** | **String** | Search for space | [optional] |
|
|
8
8
|
| **language_of_performance** | **String** | | [optional] |
|
|
9
|
+
| **arousal** | **String** | Search for an arousal | [optional] |
|
|
10
|
+
| **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
11
|
+
| **energy** | **String** | Search for energy | [optional] |
|
|
12
|
+
| **engagement** | **String** | Search for an engagement | [optional] |
|
|
13
|
+
| **groovyness** | **String** | Search for groovyness | [optional] |
|
|
14
|
+
| **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
|
|
15
|
+
| **pleasantness** | **String** | Search for pleasantness | [optional] |
|
|
16
|
+
| **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
17
|
+
| **primary_sound_character** | **String** | Search for a sound character | [optional] |
|
|
9
18
|
| **rhythm** | **String** | Search for rhythm | [optional] |
|
|
10
19
|
| **roughness** | **String** | Search for roughness | [optional] |
|
|
11
20
|
| **scale** | **String** | Search for a tonal scale | [optional] |
|
|
@@ -20,6 +29,16 @@
|
|
|
20
29
|
| **curateability** | **String** | Search for curatebility | [optional] |
|
|
21
30
|
| **use_case** | **String** | Search for use case | [optional] |
|
|
22
31
|
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
|
32
|
+
| **primary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
33
|
+
| **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
34
|
+
| **secondary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
35
|
+
| **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
36
|
+
| **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
37
|
+
| **vocals_affinity** | **Float** | | [optional] |
|
|
38
|
+
| **dominant_instrument_affinity** | **Float** | | [optional] |
|
|
39
|
+
| **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
40
|
+
| **secondary_instrument_affinity** | **Float** | | [optional] |
|
|
41
|
+
| **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
23
42
|
| **tertiary_instrument_affinity** | **Float** | | [optional] |
|
|
24
43
|
| **sound_generation_affinity** | **Float** | | [optional] |
|
|
25
44
|
| **rhythm_affinity** | **Float** | | [optional] |
|
|
@@ -51,28 +70,9 @@
|
|
|
51
70
|
| **language_of_performance_affinity** | **Float** | | [optional] |
|
|
52
71
|
| **curateability_affinity** | **Float** | | [optional] |
|
|
53
72
|
| **use_case_affinity** | **Float** | | [optional] |
|
|
54
|
-
| **arousal** | **String** | Search for an arousal | [optional] |
|
|
55
|
-
| **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
56
|
-
| **energy** | **String** | Search for energy | [optional] |
|
|
57
|
-
| **engagement** | **String** | Search for an engagement | [optional] |
|
|
58
|
-
| **groovyness** | **String** | Search for groovyness | [optional] |
|
|
59
|
-
| **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
|
|
60
|
-
| **pleasantness** | **String** | Search for pleasantness | [optional] |
|
|
61
|
-
| **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
62
|
-
| **primary_sound_character** | **String** | Search for a sound character | [optional] |
|
|
63
73
|
| **industry_suitability** | **String** | Search for Industry suitability | [optional] |
|
|
64
74
|
| **industry_suitability_affinity** | **Float** | | [optional] |
|
|
65
75
|
| **audience_region** | **String** | | [optional] |
|
|
66
|
-
| **primary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
67
|
-
| **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
68
|
-
| **secondary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
69
|
-
| **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
70
|
-
| **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
71
|
-
| **vocals_affinity** | **Float** | | [optional] |
|
|
72
|
-
| **dominant_instrument_affinity** | **Float** | | [optional] |
|
|
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
76
|
| **valence_affinity** | **Float** | | [optional] |
|
|
77
77
|
| **arousal_affinity** | **Float** | | [optional] |
|
|
78
78
|
| **pleasantness_affinity** | **Float** | | [optional] |
|
|
@@ -98,6 +98,15 @@ require 'songtradr_api_client_ruby'
|
|
|
98
98
|
instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
99
99
|
space: null,
|
|
100
100
|
language_of_performance: null,
|
|
101
|
+
arousal: null,
|
|
102
|
+
dominant_instrument: null,
|
|
103
|
+
energy: null,
|
|
104
|
+
engagement: null,
|
|
105
|
+
groovyness: null,
|
|
106
|
+
harmony: null,
|
|
107
|
+
pleasantness: null,
|
|
108
|
+
primary_mood_cluster: null,
|
|
109
|
+
primary_sound_character: null,
|
|
101
110
|
rhythm: null,
|
|
102
111
|
roughness: null,
|
|
103
112
|
scale: null,
|
|
@@ -112,6 +121,16 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
112
121
|
curateability: null,
|
|
113
122
|
use_case: null,
|
|
114
123
|
channel_suitability: null,
|
|
124
|
+
primary_mood_cluster_affinity: null,
|
|
125
|
+
secondary_mood_cluster: null,
|
|
126
|
+
secondary_mood_cluster_affinity: null,
|
|
127
|
+
tertiary_mood_cluster: null,
|
|
128
|
+
tertiary_mood_cluster_affinity: null,
|
|
129
|
+
vocals_affinity: null,
|
|
130
|
+
dominant_instrument_affinity: null,
|
|
131
|
+
secondary_instrument: null,
|
|
132
|
+
secondary_instrument_affinity: null,
|
|
133
|
+
tertiary_instrument: null,
|
|
115
134
|
tertiary_instrument_affinity: null,
|
|
116
135
|
sound_generation_affinity: null,
|
|
117
136
|
rhythm_affinity: null,
|
|
@@ -143,28 +162,9 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
143
162
|
language_of_performance_affinity: null,
|
|
144
163
|
curateability_affinity: null,
|
|
145
164
|
use_case_affinity: null,
|
|
146
|
-
arousal: null,
|
|
147
|
-
dominant_instrument: null,
|
|
148
|
-
energy: null,
|
|
149
|
-
engagement: null,
|
|
150
|
-
groovyness: null,
|
|
151
|
-
harmony: null,
|
|
152
|
-
pleasantness: null,
|
|
153
|
-
primary_mood_cluster: null,
|
|
154
|
-
primary_sound_character: null,
|
|
155
165
|
industry_suitability: null,
|
|
156
166
|
industry_suitability_affinity: null,
|
|
157
167
|
audience_region: null,
|
|
158
|
-
primary_mood_cluster_affinity: null,
|
|
159
|
-
secondary_mood_cluster: null,
|
|
160
|
-
secondary_mood_cluster_affinity: null,
|
|
161
|
-
tertiary_mood_cluster: null,
|
|
162
|
-
tertiary_mood_cluster_affinity: null,
|
|
163
|
-
vocals_affinity: null,
|
|
164
|
-
dominant_instrument_affinity: null,
|
|
165
|
-
secondary_instrument: null,
|
|
166
|
-
secondary_instrument_affinity: null,
|
|
167
|
-
tertiary_instrument: null,
|
|
168
168
|
valence_affinity: null,
|
|
169
169
|
arousal_affinity: null,
|
|
170
170
|
pleasantness_affinity: null,
|
data/docs/PlaylistLargeDTO.md
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | | |
|
|
8
8
|
| **state** | **String** | | [optional] |
|
|
9
|
+
| **description** | **String** | | [optional] |
|
|
9
10
|
| **created** | **Time** | | [optional] |
|
|
10
11
|
| **updated** | **Time** | | [optional] |
|
|
11
|
-
| **description** | **String** | | [optional] |
|
|
12
12
|
| **usages** | [**Array<UsageDTO>**](UsageDTO.md) | | [optional] |
|
|
13
13
|
| **songtradr_playlist_guid** | **String** | | [optional] |
|
|
14
14
|
| **asset_url** | **String** | | [optional] |
|
|
@@ -24,9 +24,9 @@ require 'songtradr_api_client_ruby'
|
|
|
24
24
|
instance = SongtradrApiClientRuby::PlaylistLargeDTO.new(
|
|
25
25
|
name: null,
|
|
26
26
|
state: null,
|
|
27
|
+
description: null,
|
|
27
28
|
created: null,
|
|
28
29
|
updated: null,
|
|
29
|
-
description: null,
|
|
30
30
|
usages: null,
|
|
31
31
|
songtradr_playlist_guid: null,
|
|
32
32
|
asset_url: null,
|
data/docs/ProductMediumDTO.md
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **duration** | **Time** | | [optional] |
|
|
8
|
+
| **takedown_date** | **Time** | | [optional] |
|
|
9
|
+
| **parties** | [**Array<ProductPartyDTO>**](ProductPartyDTO.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] |
|
|
13
|
-
| **parties** | [**Array<ProductPartyDTO>**](ProductPartyDTO.md) | | [optional] |
|
|
14
14
|
| **genres** | [**Array<GenreMinimalDTO>**](GenreMinimalDTO.md) | | [optional] |
|
|
15
15
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
16
16
|
|
|
@@ -21,12 +21,12 @@ require 'songtradr_api_client_ruby'
|
|
|
21
21
|
|
|
22
22
|
instance = SongtradrApiClientRuby::ProductMediumDTO.new(
|
|
23
23
|
duration: null,
|
|
24
|
+
takedown_date: null,
|
|
25
|
+
parties: null,
|
|
24
26
|
gtin: null,
|
|
25
27
|
grid: null,
|
|
26
28
|
release_date: null,
|
|
27
|
-
takedown_date: null,
|
|
28
29
|
pline: null,
|
|
29
|
-
parties: null,
|
|
30
30
|
genres: null,
|
|
31
31
|
titles: null
|
|
32
32
|
)
|
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.
|
|
@@ -565,6 +566,8 @@ opts = {
|
|
|
565
566
|
use_case: 'background', # String | Search for use case.
|
|
566
567
|
channel_suitability: 'Spotify', # String | Search for channel suitability.
|
|
567
568
|
songtradr_track_id: 'songtradr_track_id_example', # String | Search for Songtradr track id.
|
|
569
|
+
usage: 'usage_example', # String | Search for recording usage.
|
|
570
|
+
similar_to_songtradr_track_id: '1bF118m', # String | Search for songs similar to a recording by songtradr Track Id.
|
|
568
571
|
shuffled: 'true', # String | Sort the results randomly.
|
|
569
572
|
sort: 'popularityDesc', # String | Sort the results.
|
|
570
573
|
page: 56, # Integer | Zero-based page index (0..N)
|
|
@@ -607,6 +610,7 @@ end
|
|
|
607
610
|
| **main_artist** | **String** | Search for a main artist. | [optional] |
|
|
608
611
|
| **composer** | **String** | Search for a composer. | [optional] |
|
|
609
612
|
| **title** | **String** | Search for a title. | [optional] |
|
|
613
|
+
| **party_and_title** | **String** | Search for party and title. | [optional] |
|
|
610
614
|
| **language** | **String** | Search for a language of the lyrics. | [optional] |
|
|
611
615
|
| **genre** | **String** | Search for a genre. | [optional] |
|
|
612
616
|
| **primary_mood_cluster** | **String** | Search for a mood. | [optional] |
|
|
@@ -635,6 +639,8 @@ end
|
|
|
635
639
|
| **use_case** | **String** | Search for use case. | [optional] |
|
|
636
640
|
| **channel_suitability** | **String** | Search for channel suitability. | [optional] |
|
|
637
641
|
| **songtradr_track_id** | **String** | Search for Songtradr track id. | [optional] |
|
|
642
|
+
| **usage** | **String** | Search for recording usage. | [optional] |
|
|
643
|
+
| **similar_to_songtradr_track_id** | **String** | Search for songs similar to a recording by songtradr Track Id. | [optional] |
|
|
638
644
|
| **shuffled** | **String** | Sort the results randomly. | [optional][default to 'false'] |
|
|
639
645
|
| **sort** | **String** | Sort the results. | [optional][default to 'popularityDesc'] |
|
|
640
646
|
| **page** | **Integer** | Zero-based page index (0..N) | [optional][default to 0] |
|
data/docs/RecordingLargeDTO.md
CHANGED
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **duration** | **Integer** | | [optional] |
|
|
8
|
-
| **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
|
|
9
8
|
| **spotify_id** | **String** | | [optional] |
|
|
9
|
+
| **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
|
|
10
10
|
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
|
11
|
+
| **isrc** | **String** | | |
|
|
11
12
|
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
12
13
|
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
|
13
14
|
| **language_of_performance** | **String** | | [optional] |
|
|
@@ -15,7 +16,6 @@
|
|
|
15
16
|
| **tracks** | [**Array<TrackToMediumProductDTO>**](TrackToMediumProductDTO.md) | | [optional] |
|
|
16
17
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
|
17
18
|
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
18
|
-
| **isrc** | **String** | | |
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
|
@@ -24,17 +24,17 @@ require 'songtradr_api_client_ruby'
|
|
|
24
24
|
|
|
25
25
|
instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
|
|
26
26
|
duration: null,
|
|
27
|
-
pline: null,
|
|
28
27
|
spotify_id: null,
|
|
28
|
+
pline: null,
|
|
29
29
|
genre_predictions: null,
|
|
30
|
+
isrc: null,
|
|
30
31
|
parties: null,
|
|
31
32
|
genres: null,
|
|
32
33
|
language_of_performance: null,
|
|
33
34
|
titles: null,
|
|
34
35
|
tracks: null,
|
|
35
36
|
musical_features: null,
|
|
36
|
-
tags: null
|
|
37
|
-
isrc: null
|
|
37
|
+
tags: null
|
|
38
38
|
)
|
|
39
39
|
```
|
|
40
40
|
|
data/docs/RecordingMediumDTO.md
CHANGED
|
@@ -6,14 +6,15 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **spotify_id** | **String** | | [optional] |
|
|
8
8
|
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
|
9
|
+
| **isrc** | **String** | | |
|
|
9
10
|
| **recording_party_entities** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
10
11
|
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
|
11
12
|
| **language_of_performance** | **String** | | [optional] |
|
|
12
13
|
| **release_date** | **Time** | | [optional] |
|
|
13
14
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
15
|
+
| **tracks** | [**Array<TrackDTO>**](TrackDTO.md) | | [optional] |
|
|
14
16
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
|
15
17
|
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
16
|
-
| **isrc** | **String** | | |
|
|
17
18
|
|
|
18
19
|
## Example
|
|
19
20
|
|
|
@@ -23,14 +24,15 @@ require 'songtradr_api_client_ruby'
|
|
|
23
24
|
instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
|
|
24
25
|
spotify_id: null,
|
|
25
26
|
genre_predictions: null,
|
|
27
|
+
isrc: null,
|
|
26
28
|
recording_party_entities: null,
|
|
27
29
|
genres: null,
|
|
28
30
|
language_of_performance: null,
|
|
29
31
|
release_date: null,
|
|
30
32
|
titles: null,
|
|
33
|
+
tracks: null,
|
|
31
34
|
musical_features: null,
|
|
32
|
-
tags: null
|
|
33
|
-
isrc: null
|
|
35
|
+
tags: null
|
|
34
36
|
)
|
|
35
37
|
```
|
|
36
38
|
|
|
@@ -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/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/TrackDTO.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# SongtradrApiClientRuby::TrackDTO
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **songtradr_track_id** | **String** | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'songtradr_api_client_ruby'
|
|
13
|
+
|
|
14
|
+
instance = SongtradrApiClientRuby::TrackDTO.new(
|
|
15
|
+
songtradr_track_id: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
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] |
|
data/docs/UserDTO.md
CHANGED
|
@@ -21,6 +21,15 @@
|
|
|
21
21
|
| **b2b_allowed** | **Boolean** | | |
|
|
22
22
|
| **editor_allowed** | **Boolean** | | |
|
|
23
23
|
| **insights_allowed** | **Boolean** | | |
|
|
24
|
+
| **genres_allowed** | **Boolean** | | |
|
|
25
|
+
| **moods_allowed** | **Boolean** | | |
|
|
26
|
+
| **instrumentation_allowed** | **Boolean** | | |
|
|
27
|
+
| **sound_features_allowed** | **Boolean** | | |
|
|
28
|
+
| **tonal_features_allowed** | **Boolean** | | |
|
|
29
|
+
| **rhythm_features_allowed** | **Boolean** | | |
|
|
30
|
+
| **audience_allowed** | **Boolean** | | |
|
|
31
|
+
| **origin_allowed** | **Boolean** | | |
|
|
32
|
+
| **quality_allowed** | **Boolean** | | |
|
|
24
33
|
| **reduced_musical_features** | **Boolean** | | |
|
|
25
34
|
| **confirmed** | **Boolean** | | |
|
|
26
35
|
| **language** | **String** | | |
|
|
@@ -49,6 +58,15 @@ instance = SongtradrApiClientRuby::UserDTO.new(
|
|
|
49
58
|
b2b_allowed: null,
|
|
50
59
|
editor_allowed: null,
|
|
51
60
|
insights_allowed: null,
|
|
61
|
+
genres_allowed: null,
|
|
62
|
+
moods_allowed: null,
|
|
63
|
+
instrumentation_allowed: null,
|
|
64
|
+
sound_features_allowed: null,
|
|
65
|
+
tonal_features_allowed: null,
|
|
66
|
+
rhythm_features_allowed: null,
|
|
67
|
+
audience_allowed: null,
|
|
68
|
+
origin_allowed: null,
|
|
69
|
+
quality_allowed: null,
|
|
52
70
|
reduced_musical_features: null,
|
|
53
71
|
confirmed: null,
|
|
54
72
|
language: null,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.13.0
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -82,7 +82,7 @@ module SongtradrApiClientRuby
|
|
|
82
82
|
end
|
|
83
83
|
|
|
84
84
|
# Allowed values for genres.
|
|
85
|
-
# @param genre_type [String] Type of the response should have.
|
|
85
|
+
# @param genre_type [String] Type of the response should have. Deprecated: level1Genre, level2Genre - use musicubeLevel1Genre, musicubeLevel2Genre instead.
|
|
86
86
|
# @param [Hash] opts the optional parameters
|
|
87
87
|
# @return [Array<GenreDTO>]
|
|
88
88
|
def genres(genre_type, opts = {})
|
|
@@ -91,7 +91,7 @@ module SongtradrApiClientRuby
|
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
# Allowed values for genres.
|
|
94
|
-
# @param genre_type [String] Type of the response should have.
|
|
94
|
+
# @param genre_type [String] Type of the response should have. Deprecated: level1Genre, level2Genre - use musicubeLevel1Genre, musicubeLevel2Genre instead.
|
|
95
95
|
# @param [Hash] opts the optional parameters
|
|
96
96
|
# @return [Array<(Array<GenreDTO>, Integer, Hash)>] Array<GenreDTO> data, response status code and response headers
|
|
97
97
|
def genres_with_http_info(genre_type, opts = {})
|
|
@@ -103,7 +103,7 @@ module SongtradrApiClientRuby
|
|
|
103
103
|
fail ArgumentError, "Missing the required parameter 'genre_type' when calling AllowedValuesApi.genres"
|
|
104
104
|
end
|
|
105
105
|
# verify enum value
|
|
106
|
-
allowable_values = ["level1Genre", "level2Genre"]
|
|
106
|
+
allowable_values = ["musicubeLevel1Genre", "secondaryMusicubeLevel1Genre", "tertiaryMusicubeLevel1Genre", "musicubeLevel2Genre", "secondaryMusicubeLevel2Genre", "tertiaryMusicubeLevel2Genre", "level1Genre", "level2Genre"]
|
|
107
107
|
if @api_client.config.client_side_validation && !allowable_values.include?(genre_type)
|
|
108
108
|
fail ArgumentError, "invalid value for \"genre_type\", must be one of #{allowable_values}"
|
|
109
109
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.13.0
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.13.0
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.
|
|
6
|
+
The version of the OpenAPI document: 1.13.0
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|