songtradr_api_client_ruby 1.15.0 → 1.17.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 +8 -8
- data/README.md +5 -30
- data/docs/FileSmallDTO.md +7 -7
- data/docs/ImageRecognitionResponse.md +2 -2
- data/docs/MusicalFeaturesDTO.md +79 -79
- data/docs/RecordingApi.md +2 -0
- data/docs/RecordingMediumDTO.md +4 -4
- data/docs/RecordingSmallDTO.md +3 -3
- data/docs/UserApi.md +8 -0
- data/docs/VideoRecognitionResponse.md +2 -2
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +2 -2
- data/lib/songtradr_api_client_ruby/api/playlist_api.rb +2 -2
- data/lib/songtradr_api_client_ruby/api/recording_api.rb +6 -3
- data/lib/songtradr_api_client_ruby/api/user_api.rb +29 -5
- data/lib/songtradr_api_client_ruby/api_client.rb +4 -4
- data/lib/songtradr_api_client_ruby/api_error.rb +2 -2
- data/lib/songtradr_api_client_ruby/configuration.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/error_response.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/file_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +36 -36
- data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/genre_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +4 -4
- data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +599 -599
- data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +35 -35
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +27 -27
- data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/tag_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/title_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/token_request.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/track_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/user_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +4 -4
- data/lib/songtradr_api_client_ruby/version.rb +3 -3
- data/lib/songtradr_api_client_ruby.rb +2 -27
- data/openapi-generator-config.yaml +1 -1
- data/songtradr_api_client_ruby.gemspec +2 -2
- data/spec/api/allowed_values_api_spec.rb +2 -2
- data/spec/api/playlist_api_spec.rb +2 -2
- data/spec/api/recording_api_spec.rb +3 -2
- data/spec/api/user_api_spec.rb +6 -2
- data/spec/models/category_medium_dto_spec.rb +2 -2
- data/spec/models/category_minimal_dto_spec.rb +2 -2
- data/spec/models/config_access_dto_spec.rb +2 -2
- data/spec/models/config_identifier_dto_spec.rb +2 -2
- data/spec/models/contributor_type_dto_spec.rb +2 -2
- data/spec/models/curate_playlist_dto_spec.rb +2 -2
- data/spec/models/curate_playlist_response_dto_spec.rb +2 -2
- data/spec/models/error_response_spec.rb +2 -2
- data/spec/models/field_summary_dto_spec.rb +2 -2
- data/spec/models/file_dto_spec.rb +2 -2
- data/spec/models/file_list_dto_spec.rb +2 -2
- data/spec/models/file_small_dto_spec.rb +18 -18
- data/spec/models/file_upload_dto_spec.rb +2 -2
- data/spec/models/file_w_ith_url_dto_spec.rb +2 -2
- data/spec/models/files_summary_dto_spec.rb +2 -2
- data/spec/models/forgot_password_dto_spec.rb +2 -2
- data/spec/models/genre_dto_spec.rb +2 -2
- data/spec/models/genre_minimal_dto_spec.rb +2 -2
- data/spec/models/genres_summary_dto_spec.rb +2 -2
- data/spec/models/image_recognition_response_spec.rb +2 -2
- data/spec/models/init_put_recording_audio_dto_spec.rb +2 -2
- data/spec/models/jwt_token_dto_spec.rb +2 -2
- data/spec/models/login_dto_spec.rb +2 -2
- data/spec/models/musical_features_dto_spec.rb +176 -176
- data/spec/models/party_small_dto_spec.rb +2 -2
- data/spec/models/recording_for_similarity_search_dto_spec.rb +2 -2
- data/spec/models/recording_genre_prediction_dto_spec.rb +2 -2
- data/spec/models/recording_list_dto_spec.rb +2 -2
- data/spec/models/recording_medium_dto_spec.rb +9 -9
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +2 -2
- data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +2 -2
- data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +2 -2
- data/spec/models/recording_party_dto_spec.rb +2 -2
- data/spec/models/recording_small_dto_spec.rb +5 -5
- data/spec/models/recording_tag_small_dto_spec.rb +2 -2
- data/spec/models/save_user_dto_spec.rb +2 -2
- data/spec/models/search_filter_values_dto_spec.rb +2 -2
- data/spec/models/search_recording_granular_dto_spec.rb +2 -2
- data/spec/models/sign_up_dto_spec.rb +2 -2
- data/spec/models/tag_dto_spec.rb +2 -2
- data/spec/models/tag_small_dto_spec.rb +2 -2
- data/spec/models/taggram_dto_spec.rb +2 -2
- data/spec/models/tags_summary_dto_spec.rb +2 -2
- data/spec/models/tagstrength_dto_spec.rb +2 -2
- data/spec/models/title_dto_spec.rb +2 -2
- data/spec/models/token_request_spec.rb +2 -2
- data/spec/models/track_dto_spec.rb +2 -2
- data/spec/models/update_password_dto_spec.rb +2 -2
- data/spec/models/user_dto_spec.rb +2 -2
- data/spec/models/video_recognition_response_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +42 -146
- data/docs/AgeRange.md +0 -20
- data/docs/Beard.md +0 -20
- data/docs/BoundingBox.md +0 -24
- data/docs/DominantColor.md +0 -30
- data/docs/Emotion.md +0 -20
- data/docs/EyeDirection.md +0 -22
- data/docs/EyeOpen.md +0 -20
- data/docs/Eyeglasses.md +0 -20
- data/docs/FaceDetail.md +0 -50
- data/docs/FaceDetection.md +0 -20
- data/docs/FaceOccluded.md +0 -20
- data/docs/Gender.md +0 -20
- data/docs/ImageQuality.md +0 -20
- data/docs/Instance.md +0 -22
- data/docs/Label.md +0 -28
- data/docs/LabelAlias.md +0 -18
- data/docs/LabelCategory.md +0 -18
- data/docs/LabelDetection.md +0 -26
- data/docs/Landmark.md +0 -22
- data/docs/MouthOpen.md +0 -20
- data/docs/Mustache.md +0 -20
- data/docs/Parent.md +0 -18
- data/docs/Pose.md +0 -22
- data/docs/Smile.md +0 -20
- data/docs/Sunglasses.md +0 -20
- data/lib/songtradr_api_client_ruby/models/age_range.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/beard.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/bounding_box.rb +0 -241
- data/lib/songtradr_api_client_ruby/models/dominant_color.rb +0 -268
- data/lib/songtradr_api_client_ruby/models/emotion.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/eye_direction.rb +0 -232
- data/lib/songtradr_api_client_ruby/models/eye_open.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/face_detail.rb +0 -362
- data/lib/songtradr_api_client_ruby/models/face_detection.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/face_occluded.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/gender.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/image_quality.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/instance.rb +0 -234
- data/lib/songtradr_api_client_ruby/models/label.rb +0 -267
- data/lib/songtradr_api_client_ruby/models/label_alias.rb +0 -214
- data/lib/songtradr_api_client_ruby/models/label_category.rb +0 -214
- data/lib/songtradr_api_client_ruby/models/label_detection.rb +0 -250
- data/lib/songtradr_api_client_ruby/models/landmark.rb +0 -232
- data/lib/songtradr_api_client_ruby/models/mouth_open.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/mustache.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/parent.rb +0 -214
- data/lib/songtradr_api_client_ruby/models/pose.rb +0 -232
- data/lib/songtradr_api_client_ruby/models/smile.rb +0 -223
- data/lib/songtradr_api_client_ruby/models/sunglasses.rb +0 -223
- data/spec/api_client_spec.rb +0 -223
- data/spec/configuration_spec.rb +0 -82
- data/spec/models/age_range_spec.rb +0 -42
- data/spec/models/beard_spec.rb +0 -42
- data/spec/models/bounding_box_spec.rb +0 -54
- data/spec/models/dominant_color_spec.rb +0 -72
- data/spec/models/emotion_spec.rb +0 -42
- data/spec/models/eye_direction_spec.rb +0 -48
- data/spec/models/eye_open_spec.rb +0 -42
- data/spec/models/eyeglasses_spec.rb +0 -42
- data/spec/models/face_detail_spec.rb +0 -132
- data/spec/models/face_detection_spec.rb +0 -42
- data/spec/models/face_occluded_spec.rb +0 -42
- data/spec/models/gender_spec.rb +0 -42
- data/spec/models/image_quality_spec.rb +0 -42
- data/spec/models/instance_spec.rb +0 -48
- data/spec/models/label_alias_spec.rb +0 -36
- data/spec/models/label_category_spec.rb +0 -36
- data/spec/models/label_detection_spec.rb +0 -60
- data/spec/models/label_spec.rb +0 -66
- data/spec/models/landmark_spec.rb +0 -48
- data/spec/models/mouth_open_spec.rb +0 -42
- data/spec/models/mustache_spec.rb +0 -42
- data/spec/models/parent_spec.rb +0 -36
- data/spec/models/pose_spec.rb +0 -48
- data/spec/models/smile_spec.rb +0 -42
- data/spec/models/sunglasses_spec.rb +0 -42
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27fd7c5e52e178be8eeab432fc7712828524df6b08e46ae9b4794ff02698fea0
|
|
4
|
+
data.tar.gz: dc4e3ed9da82140d2241cfba93a659dd53d2bc132584dc802044a85b53f7c557
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf8e3579006330b20f00fee4c18e9bb573eed2e66bf4bad68f5967060717965939ca70232a9ea488c5a9ac988e1bc6884c4fdd4fb7398f03fb854e6b118a9dc3
|
|
7
|
+
data.tar.gz: 7be09dcbf79d5a9e7e0dc429d813bf0e94720899ed72f34f0873123124fe8776d48d4556bd20873863669851f7ec440a0ebbfdaf16c21bcbfe6f1d299a2b4f67
|
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.17.0)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart
|
|
7
7
|
|
|
@@ -9,11 +9,11 @@ GEM
|
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
11
|
ast (2.4.2)
|
|
12
|
-
base64 (0.
|
|
12
|
+
base64 (0.2.0)
|
|
13
13
|
byebug (11.1.3)
|
|
14
14
|
coderay (1.1.3)
|
|
15
15
|
diff-lcs (1.5.0)
|
|
16
|
-
faraday (2.
|
|
16
|
+
faraday (2.8.1)
|
|
17
17
|
base64
|
|
18
18
|
faraday-net_http (>= 2.0, < 3.1)
|
|
19
19
|
ruby2_keywords (>= 0.0.4)
|
|
@@ -23,8 +23,8 @@ GEM
|
|
|
23
23
|
jaro_winkler (1.5.6)
|
|
24
24
|
method_source (1.0.0)
|
|
25
25
|
multipart-post (2.3.0)
|
|
26
|
-
parallel (1.
|
|
27
|
-
parser (3.
|
|
26
|
+
parallel (1.24.0)
|
|
27
|
+
parser (3.3.0.2)
|
|
28
28
|
ast (~> 2.4.1)
|
|
29
29
|
racc
|
|
30
30
|
pry (0.14.2)
|
|
@@ -33,9 +33,9 @@ GEM
|
|
|
33
33
|
pry-byebug (3.10.1)
|
|
34
34
|
byebug (~> 11.0)
|
|
35
35
|
pry (>= 0.13, < 0.15)
|
|
36
|
-
psych (5.1.
|
|
36
|
+
psych (5.1.2)
|
|
37
37
|
stringio
|
|
38
|
-
racc (1.7.
|
|
38
|
+
racc (1.7.3)
|
|
39
39
|
rainbow (3.1.1)
|
|
40
40
|
rake (13.0.6)
|
|
41
41
|
rspec (3.12.0)
|
|
@@ -61,7 +61,7 @@ GEM
|
|
|
61
61
|
unicode-display_width (>= 1.4.0, < 1.6)
|
|
62
62
|
ruby-progressbar (1.13.0)
|
|
63
63
|
ruby2_keywords (0.0.5)
|
|
64
|
-
stringio (3.0
|
|
64
|
+
stringio (3.1.0)
|
|
65
65
|
unicode-display_width (1.5.0)
|
|
66
66
|
|
|
67
67
|
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.17.0
|
|
37
|
+
- Package version: 1.17.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.17.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.17.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.17.0'
|
|
64
64
|
|
|
65
65
|
### Install from Git
|
|
66
66
|
|
|
@@ -138,9 +138,6 @@ Class | Method | HTTP request | Description
|
|
|
138
138
|
|
|
139
139
|
## Documentation for Models
|
|
140
140
|
|
|
141
|
-
- [SongtradrApiClientRuby::AgeRange](docs/AgeRange.md)
|
|
142
|
-
- [SongtradrApiClientRuby::Beard](docs/Beard.md)
|
|
143
|
-
- [SongtradrApiClientRuby::BoundingBox](docs/BoundingBox.md)
|
|
144
141
|
- [SongtradrApiClientRuby::CategoryMediumDTO](docs/CategoryMediumDTO.md)
|
|
145
142
|
- [SongtradrApiClientRuby::CategoryMinimalDTO](docs/CategoryMinimalDTO.md)
|
|
146
143
|
- [SongtradrApiClientRuby::ConfigAccessDTO](docs/ConfigAccessDTO.md)
|
|
@@ -148,15 +145,7 @@ Class | Method | HTTP request | Description
|
|
|
148
145
|
- [SongtradrApiClientRuby::ContributorTypeDTO](docs/ContributorTypeDTO.md)
|
|
149
146
|
- [SongtradrApiClientRuby::CuratePlaylistDTO](docs/CuratePlaylistDTO.md)
|
|
150
147
|
- [SongtradrApiClientRuby::CuratePlaylistResponseDTO](docs/CuratePlaylistResponseDTO.md)
|
|
151
|
-
- [SongtradrApiClientRuby::DominantColor](docs/DominantColor.md)
|
|
152
|
-
- [SongtradrApiClientRuby::Emotion](docs/Emotion.md)
|
|
153
148
|
- [SongtradrApiClientRuby::ErrorResponse](docs/ErrorResponse.md)
|
|
154
|
-
- [SongtradrApiClientRuby::EyeDirection](docs/EyeDirection.md)
|
|
155
|
-
- [SongtradrApiClientRuby::EyeOpen](docs/EyeOpen.md)
|
|
156
|
-
- [SongtradrApiClientRuby::Eyeglasses](docs/Eyeglasses.md)
|
|
157
|
-
- [SongtradrApiClientRuby::FaceDetail](docs/FaceDetail.md)
|
|
158
|
-
- [SongtradrApiClientRuby::FaceDetection](docs/FaceDetection.md)
|
|
159
|
-
- [SongtradrApiClientRuby::FaceOccluded](docs/FaceOccluded.md)
|
|
160
149
|
- [SongtradrApiClientRuby::FieldSummaryDTO](docs/FieldSummaryDTO.md)
|
|
161
150
|
- [SongtradrApiClientRuby::FileDTO](docs/FileDTO.md)
|
|
162
151
|
- [SongtradrApiClientRuby::FileListDTO](docs/FileListDTO.md)
|
|
@@ -165,27 +154,15 @@ Class | Method | HTTP request | Description
|
|
|
165
154
|
- [SongtradrApiClientRuby::FileWIthUrlDTO](docs/FileWIthUrlDTO.md)
|
|
166
155
|
- [SongtradrApiClientRuby::FilesSummaryDTO](docs/FilesSummaryDTO.md)
|
|
167
156
|
- [SongtradrApiClientRuby::ForgotPasswordDTO](docs/ForgotPasswordDTO.md)
|
|
168
|
-
- [SongtradrApiClientRuby::Gender](docs/Gender.md)
|
|
169
157
|
- [SongtradrApiClientRuby::GenreDTO](docs/GenreDTO.md)
|
|
170
158
|
- [SongtradrApiClientRuby::GenreMinimalDTO](docs/GenreMinimalDTO.md)
|
|
171
159
|
- [SongtradrApiClientRuby::GenresSummaryDTO](docs/GenresSummaryDTO.md)
|
|
172
|
-
- [SongtradrApiClientRuby::ImageQuality](docs/ImageQuality.md)
|
|
173
160
|
- [SongtradrApiClientRuby::ImageRecognitionResponse](docs/ImageRecognitionResponse.md)
|
|
174
161
|
- [SongtradrApiClientRuby::InitPutRecordingAudioDTO](docs/InitPutRecordingAudioDTO.md)
|
|
175
|
-
- [SongtradrApiClientRuby::Instance](docs/Instance.md)
|
|
176
162
|
- [SongtradrApiClientRuby::JwtTokenDTO](docs/JwtTokenDTO.md)
|
|
177
|
-
- [SongtradrApiClientRuby::Label](docs/Label.md)
|
|
178
|
-
- [SongtradrApiClientRuby::LabelAlias](docs/LabelAlias.md)
|
|
179
|
-
- [SongtradrApiClientRuby::LabelCategory](docs/LabelCategory.md)
|
|
180
|
-
- [SongtradrApiClientRuby::LabelDetection](docs/LabelDetection.md)
|
|
181
|
-
- [SongtradrApiClientRuby::Landmark](docs/Landmark.md)
|
|
182
163
|
- [SongtradrApiClientRuby::LoginDTO](docs/LoginDTO.md)
|
|
183
|
-
- [SongtradrApiClientRuby::MouthOpen](docs/MouthOpen.md)
|
|
184
164
|
- [SongtradrApiClientRuby::MusicalFeaturesDTO](docs/MusicalFeaturesDTO.md)
|
|
185
|
-
- [SongtradrApiClientRuby::Mustache](docs/Mustache.md)
|
|
186
|
-
- [SongtradrApiClientRuby::Parent](docs/Parent.md)
|
|
187
165
|
- [SongtradrApiClientRuby::PartySmallDTO](docs/PartySmallDTO.md)
|
|
188
|
-
- [SongtradrApiClientRuby::Pose](docs/Pose.md)
|
|
189
166
|
- [SongtradrApiClientRuby::RecordingForSimilaritySearchDTO](docs/RecordingForSimilaritySearchDTO.md)
|
|
190
167
|
- [SongtradrApiClientRuby::RecordingGenrePredictionDTO](docs/RecordingGenrePredictionDTO.md)
|
|
191
168
|
- [SongtradrApiClientRuby::RecordingListDTO](docs/RecordingListDTO.md)
|
|
@@ -200,8 +177,6 @@ Class | Method | HTTP request | Description
|
|
|
200
177
|
- [SongtradrApiClientRuby::SearchFilterValuesDTO](docs/SearchFilterValuesDTO.md)
|
|
201
178
|
- [SongtradrApiClientRuby::SearchRecordingGranularDTO](docs/SearchRecordingGranularDTO.md)
|
|
202
179
|
- [SongtradrApiClientRuby::SignUpDTO](docs/SignUpDTO.md)
|
|
203
|
-
- [SongtradrApiClientRuby::Smile](docs/Smile.md)
|
|
204
|
-
- [SongtradrApiClientRuby::Sunglasses](docs/Sunglasses.md)
|
|
205
180
|
- [SongtradrApiClientRuby::TagDTO](docs/TagDTO.md)
|
|
206
181
|
- [SongtradrApiClientRuby::TagSmallDTO](docs/TagSmallDTO.md)
|
|
207
182
|
- [SongtradrApiClientRuby::TaggramDTO](docs/TaggramDTO.md)
|
data/docs/FileSmallDTO.md
CHANGED
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
| **extension** | **String** | extension of the file | |
|
|
10
10
|
| **error_message** | **String** | | [optional] |
|
|
11
11
|
| **folder** | **String** | | |
|
|
12
|
+
| **object_key** | **String** | | |
|
|
13
|
+
| **upload_start_time** | **Time** | | [optional] |
|
|
14
|
+
| **upload_end_time** | **Time** | | [optional] |
|
|
12
15
|
| **fingerprint_status** | **String** | status of the audio recognition | [optional] |
|
|
13
16
|
| **fingerprint_start_time** | **Time** | | [optional] |
|
|
14
17
|
| **fingerprint_end_time** | **Time** | | [optional] |
|
|
@@ -16,9 +19,6 @@
|
|
|
16
19
|
| **inference_start_time** | **Time** | | [optional] |
|
|
17
20
|
| **inference_end_time** | **Time** | | [optional] |
|
|
18
21
|
| **error_time** | **Time** | | [optional] |
|
|
19
|
-
| **object_key** | **String** | | |
|
|
20
|
-
| **upload_start_time** | **Time** | | [optional] |
|
|
21
|
-
| **upload_end_time** | **Time** | | [optional] |
|
|
22
22
|
|
|
23
23
|
## Example
|
|
24
24
|
|
|
@@ -31,16 +31,16 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
|
|
|
31
31
|
extension: null,
|
|
32
32
|
error_message: null,
|
|
33
33
|
folder: null,
|
|
34
|
+
object_key: null,
|
|
35
|
+
upload_start_time: null,
|
|
36
|
+
upload_end_time: null,
|
|
34
37
|
fingerprint_status: null,
|
|
35
38
|
fingerprint_start_time: null,
|
|
36
39
|
fingerprint_end_time: null,
|
|
37
40
|
inference_status: null,
|
|
38
41
|
inference_start_time: null,
|
|
39
42
|
inference_end_time: null,
|
|
40
|
-
error_time: null
|
|
41
|
-
object_key: null,
|
|
42
|
-
upload_start_time: null,
|
|
43
|
-
upload_end_time: null
|
|
43
|
+
error_time: null
|
|
44
44
|
)
|
|
45
45
|
```
|
|
46
46
|
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **labels** |
|
|
8
|
-
| **faces** |
|
|
7
|
+
| **labels** | **Array<Object>** | | [optional] |
|
|
8
|
+
| **faces** | **Array<Object>** | | [optional] |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
data/docs/MusicalFeaturesDTO.md
CHANGED
|
@@ -5,46 +5,8 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **space** | **String** | Search for space | [optional] |
|
|
8
|
-
| **arousal** | **String** | Search for an arousal | [optional] |
|
|
9
|
-
| **language_of_performance** | **String** | | [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] |
|
|
18
|
-
| **rhythm** | **String** | Search for rhythm | [optional] |
|
|
19
|
-
| **roughness** | **String** | Search for roughness | [optional] |
|
|
20
|
-
| **scale** | **String** | Search for a tonal scale | [optional] |
|
|
21
|
-
| **sound_generation** | **String** | Search for type of sound generation | [optional] |
|
|
22
|
-
| **tempo** | **String** | Search for tempo | [optional] |
|
|
23
|
-
| **texture** | **String** | Search for texture | [optional] |
|
|
24
|
-
| **timbre** | **String** | Search for timbre | [optional] |
|
|
25
|
-
| **tonality** | **String** | Search for tonality | [optional] |
|
|
26
|
-
| **valence** | **String** | Search for a valence | [optional] |
|
|
27
|
-
| **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
|
|
28
|
-
| **origin_decade** | **String** | Search for origin decade | [optional] |
|
|
29
|
-
| **curateability** | **String** | Search for curatebility | [optional] |
|
|
30
|
-
| **use_case** | **String** | Search for use case | [optional] |
|
|
31
|
-
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
|
32
8
|
| **primary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
33
9
|
| **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] |
|
|
42
|
-
| **tertiary_instrument_affinity** | **Float** | | [optional] |
|
|
43
|
-
| **sound_generation_affinity** | **Float** | | [optional] |
|
|
44
|
-
| **rhythm_affinity** | **Float** | | [optional] |
|
|
45
|
-
| **primary_sound_character_affinity** | **Float** | | [optional] |
|
|
46
|
-
| **tonality_affinity** | **Float** | | [optional] |
|
|
47
|
-
| **bpm** | **Float** | | [optional] |
|
|
48
10
|
| **production_rating** | **String** | | [optional] |
|
|
49
11
|
| **production_rating_affinity** | **Float** | | [optional] |
|
|
50
12
|
| **performance_rating** | **String** | | [optional] |
|
|
@@ -72,7 +34,46 @@
|
|
|
72
34
|
| **use_case_affinity** | **Float** | | [optional] |
|
|
73
35
|
| **industry_suitability** | **String** | Search for Industry suitability | [optional] |
|
|
74
36
|
| **industry_suitability_affinity** | **Float** | | [optional] |
|
|
37
|
+
| **secondary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
38
|
+
| **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
39
|
+
| **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
40
|
+
| **vocals_affinity** | **Float** | | [optional] |
|
|
41
|
+
| **dominant_instrument_affinity** | **Float** | | [optional] |
|
|
42
|
+
| **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
43
|
+
| **secondary_instrument_affinity** | **Float** | | [optional] |
|
|
44
|
+
| **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
45
|
+
| **tertiary_instrument_affinity** | **Float** | | [optional] |
|
|
46
|
+
| **sound_generation_affinity** | **Float** | | [optional] |
|
|
47
|
+
| **rhythm_affinity** | **Float** | | [optional] |
|
|
48
|
+
| **primary_sound_character_affinity** | **Float** | | [optional] |
|
|
49
|
+
| **tonality_affinity** | **Float** | | [optional] |
|
|
50
|
+
| **bpm** | **Float** | | [optional] |
|
|
75
51
|
| **audience_region** | **String** | | [optional] |
|
|
52
|
+
| **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
53
|
+
| **energy** | **String** | Search for energy | [optional] |
|
|
54
|
+
| **engagement** | **String** | Search for an engagement | [optional] |
|
|
55
|
+
| **groovyness** | **String** | Search for groovyness | [optional] |
|
|
56
|
+
| **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
|
|
57
|
+
| **pleasantness** | **String** | Search for pleasantness | [optional] |
|
|
58
|
+
| **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
59
|
+
| **primary_sound_character** | **String** | Search for a sound character | [optional] |
|
|
60
|
+
| **rhythm** | **String** | Search for rhythm | [optional] |
|
|
61
|
+
| **roughness** | **String** | Search for roughness | [optional] |
|
|
62
|
+
| **scale** | **String** | Search for a tonal scale | [optional] |
|
|
63
|
+
| **key** | **String** | Search for a harmonic key | [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] |
|
|
70
|
+
| **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
|
|
71
|
+
| **origin_decade** | **String** | Search for origin decade | [optional] |
|
|
72
|
+
| **curateability** | **String** | Search for curatebility | [optional] |
|
|
73
|
+
| **use_case** | **String** | Search for use case | [optional] |
|
|
74
|
+
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
|
75
|
+
| **language_of_performance** | **String** | | [optional] |
|
|
76
|
+
| **arousal** | **String** | Search for an arousal | [optional] |
|
|
76
77
|
| **valence_affinity** | **Float** | | [optional] |
|
|
77
78
|
| **arousal_affinity** | **Float** | | [optional] |
|
|
78
79
|
| **pleasantness_affinity** | **Float** | | [optional] |
|
|
@@ -88,7 +89,6 @@
|
|
|
88
89
|
| **space_affinity** | **Float** | | [optional] |
|
|
89
90
|
| **key_affinity** | **Float** | | [optional] |
|
|
90
91
|
| **channel_suitability_affinity** | **Float** | | [optional] |
|
|
91
|
-
| **key** | **String** | Search for a harmonic key | [optional] |
|
|
92
92
|
|
|
93
93
|
## Example
|
|
94
94
|
|
|
@@ -97,46 +97,8 @@ require 'songtradr_api_client_ruby'
|
|
|
97
97
|
|
|
98
98
|
instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
99
99
|
space: null,
|
|
100
|
-
arousal: null,
|
|
101
|
-
language_of_performance: 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,
|
|
110
|
-
rhythm: null,
|
|
111
|
-
roughness: null,
|
|
112
|
-
scale: null,
|
|
113
|
-
sound_generation: null,
|
|
114
|
-
tempo: null,
|
|
115
|
-
texture: null,
|
|
116
|
-
timbre: null,
|
|
117
|
-
tonality: null,
|
|
118
|
-
valence: null,
|
|
119
|
-
vocals: null,
|
|
120
|
-
origin_decade: null,
|
|
121
|
-
curateability: null,
|
|
122
|
-
use_case: null,
|
|
123
|
-
channel_suitability: null,
|
|
124
100
|
primary_mood_cluster_affinity: null,
|
|
125
101
|
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,
|
|
134
|
-
tertiary_instrument_affinity: null,
|
|
135
|
-
sound_generation_affinity: null,
|
|
136
|
-
rhythm_affinity: null,
|
|
137
|
-
primary_sound_character_affinity: null,
|
|
138
|
-
tonality_affinity: null,
|
|
139
|
-
bpm: null,
|
|
140
102
|
production_rating: null,
|
|
141
103
|
production_rating_affinity: null,
|
|
142
104
|
performance_rating: null,
|
|
@@ -164,7 +126,46 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
164
126
|
use_case_affinity: null,
|
|
165
127
|
industry_suitability: null,
|
|
166
128
|
industry_suitability_affinity: null,
|
|
129
|
+
secondary_mood_cluster_affinity: null,
|
|
130
|
+
tertiary_mood_cluster: null,
|
|
131
|
+
tertiary_mood_cluster_affinity: null,
|
|
132
|
+
vocals_affinity: null,
|
|
133
|
+
dominant_instrument_affinity: null,
|
|
134
|
+
secondary_instrument: null,
|
|
135
|
+
secondary_instrument_affinity: null,
|
|
136
|
+
tertiary_instrument: null,
|
|
137
|
+
tertiary_instrument_affinity: null,
|
|
138
|
+
sound_generation_affinity: null,
|
|
139
|
+
rhythm_affinity: null,
|
|
140
|
+
primary_sound_character_affinity: null,
|
|
141
|
+
tonality_affinity: null,
|
|
142
|
+
bpm: null,
|
|
167
143
|
audience_region: null,
|
|
144
|
+
dominant_instrument: null,
|
|
145
|
+
energy: null,
|
|
146
|
+
engagement: null,
|
|
147
|
+
groovyness: null,
|
|
148
|
+
harmony: null,
|
|
149
|
+
pleasantness: null,
|
|
150
|
+
primary_mood_cluster: null,
|
|
151
|
+
primary_sound_character: null,
|
|
152
|
+
rhythm: null,
|
|
153
|
+
roughness: null,
|
|
154
|
+
scale: null,
|
|
155
|
+
key: null,
|
|
156
|
+
sound_generation: null,
|
|
157
|
+
tempo: null,
|
|
158
|
+
texture: null,
|
|
159
|
+
timbre: null,
|
|
160
|
+
tonality: null,
|
|
161
|
+
valence: null,
|
|
162
|
+
vocals: null,
|
|
163
|
+
origin_decade: null,
|
|
164
|
+
curateability: null,
|
|
165
|
+
use_case: null,
|
|
166
|
+
channel_suitability: null,
|
|
167
|
+
language_of_performance: null,
|
|
168
|
+
arousal: null,
|
|
168
169
|
valence_affinity: null,
|
|
169
170
|
arousal_affinity: null,
|
|
170
171
|
pleasantness_affinity: null,
|
|
@@ -179,8 +180,7 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
179
180
|
groovyness_affinity: null,
|
|
180
181
|
space_affinity: null,
|
|
181
182
|
key_affinity: null,
|
|
182
|
-
channel_suitability_affinity: null
|
|
183
|
-
key: null
|
|
183
|
+
channel_suitability_affinity: null
|
|
184
184
|
)
|
|
185
185
|
```
|
|
186
186
|
|
data/docs/RecordingApi.md
CHANGED
|
@@ -177,6 +177,7 @@ opts = {
|
|
|
177
177
|
tag_name: 'energetic', # String | Show only taggrams for one tag.
|
|
178
178
|
genre_name: 'Ska', # String | Show only taggrams for one genre.
|
|
179
179
|
from_timestamp: 16.0, # Float | Show only taggrams data starting from from this timestamp in seconds.
|
|
180
|
+
to_timestamp: 32.0, # Float | Show only taggrams data before this timestamp in seconds.
|
|
180
181
|
fill_with_zero: true # Boolean | If set to true, empty timeseries are filled with timeseries of 0.0 values.
|
|
181
182
|
}
|
|
182
183
|
|
|
@@ -216,6 +217,7 @@ end
|
|
|
216
217
|
| **tag_name** | **String** | Show only taggrams for one tag. | [optional] |
|
|
217
218
|
| **genre_name** | **String** | Show only taggrams for one genre. | [optional] |
|
|
218
219
|
| **from_timestamp** | **Float** | Show only taggrams data starting from from this timestamp in seconds. | [optional] |
|
|
220
|
+
| **to_timestamp** | **Float** | Show only taggrams data before this timestamp in seconds. | [optional] |
|
|
219
221
|
| **fill_with_zero** | **Boolean** | If set to true, empty timeseries are filled with timeseries of 0.0 values. | [optional] |
|
|
220
222
|
|
|
221
223
|
### Return type
|
data/docs/RecordingMediumDTO.md
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **isrc** | **String** | | |
|
|
8
|
-
| **recording_party_entities** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
9
|
-
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
|
10
8
|
| **language_of_performance** | **String** | | [optional] |
|
|
11
9
|
| **release_date** | **Time** | | [optional] |
|
|
12
10
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
13
11
|
| **tracks** | [**Array<TrackDTO>**](TrackDTO.md) | | [optional] |
|
|
14
12
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
|
13
|
+
| **recording_party_entities** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
14
|
+
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
|
15
15
|
| **spotify_id** | **String** | | [optional] |
|
|
16
16
|
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
17
17
|
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
|
@@ -23,13 +23,13 @@ require 'songtradr_api_client_ruby'
|
|
|
23
23
|
|
|
24
24
|
instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
|
|
25
25
|
isrc: null,
|
|
26
|
-
recording_party_entities: null,
|
|
27
|
-
genres: null,
|
|
28
26
|
language_of_performance: null,
|
|
29
27
|
release_date: null,
|
|
30
28
|
titles: null,
|
|
31
29
|
tracks: null,
|
|
32
30
|
musical_features: null,
|
|
31
|
+
recording_party_entities: null,
|
|
32
|
+
genres: null,
|
|
33
33
|
spotify_id: null,
|
|
34
34
|
tags: null,
|
|
35
35
|
genre_predictions: null
|
data/docs/RecordingSmallDTO.md
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **duration** | **Integer** | | [optional] |
|
|
8
8
|
| **isrc** | **String** | | |
|
|
9
|
-
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
10
9
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
11
10
|
| **tracks** | [**Array<TrackDTO>**](TrackDTO.md) | | [optional] |
|
|
11
|
+
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
12
12
|
|
|
13
13
|
## Example
|
|
14
14
|
|
|
@@ -18,9 +18,9 @@ require 'songtradr_api_client_ruby'
|
|
|
18
18
|
instance = SongtradrApiClientRuby::RecordingSmallDTO.new(
|
|
19
19
|
duration: null,
|
|
20
20
|
isrc: null,
|
|
21
|
-
parties: null,
|
|
22
21
|
titles: null,
|
|
23
|
-
tracks: null
|
|
22
|
+
tracks: null,
|
|
23
|
+
parties: null
|
|
24
24
|
)
|
|
25
25
|
```
|
|
26
26
|
|
data/docs/UserApi.md
CHANGED
|
@@ -591,6 +591,7 @@ opts = {
|
|
|
591
591
|
tag_name: 'energetic', # String | Show only taggrams for one tag.
|
|
592
592
|
genre_name: 'Ska', # String | Show only taggrams for one genre.
|
|
593
593
|
from_timestamp: 16.0, # Float | Show only taggrams data starting from from this timestamp in seconds.
|
|
594
|
+
to_timestamp: 32.0, # Float | Show only taggrams data before this timestamp in seconds.
|
|
594
595
|
fill_with_zero: true, # Boolean | If set to true, empty timeseries are filled with timeseries of 0.0 values.
|
|
595
596
|
page: 56, # Integer | Zero-based page index (0..N)
|
|
596
597
|
size: 56, # Integer | The size of the page to be returned
|
|
@@ -633,6 +634,7 @@ end
|
|
|
633
634
|
| **tag_name** | **String** | Show only taggrams for one tag. | [optional] |
|
|
634
635
|
| **genre_name** | **String** | Show only taggrams for one genre. | [optional] |
|
|
635
636
|
| **from_timestamp** | **Float** | Show only taggrams data starting from from this timestamp in seconds. | [optional] |
|
|
637
|
+
| **to_timestamp** | **Float** | Show only taggrams data before this timestamp in seconds. | [optional] |
|
|
636
638
|
| **fill_with_zero** | **Boolean** | If set to true, empty timeseries are filled with timeseries of 0.0 values. | [optional] |
|
|
637
639
|
| **page** | **Integer** | Zero-based page index (0..N) | [optional][default to 0] |
|
|
638
640
|
| **size** | **Integer** | The size of the page to be returned | [optional][default to 20] |
|
|
@@ -777,6 +779,7 @@ opts = {
|
|
|
777
779
|
sound_generation: 'acoustic', # String |
|
|
778
780
|
tempo: 'very slow', # String |
|
|
779
781
|
scale: 'major key', # String |
|
|
782
|
+
key: 'C', # String |
|
|
780
783
|
rhythm: 'common time', # String |
|
|
781
784
|
primary_sound_character: 'aggressive', # String |
|
|
782
785
|
timbre: 'very warm', # String |
|
|
@@ -871,6 +874,7 @@ end
|
|
|
871
874
|
| **sound_generation** | **String** | | [optional] |
|
|
872
875
|
| **tempo** | **String** | | [optional] |
|
|
873
876
|
| **scale** | **String** | | [optional] |
|
|
877
|
+
| **key** | **String** | | [optional] |
|
|
874
878
|
| **rhythm** | **String** | | [optional] |
|
|
875
879
|
| **primary_sound_character** | **String** | | [optional] |
|
|
876
880
|
| **timbre** | **String** | | [optional] |
|
|
@@ -1234,6 +1238,7 @@ opts = {
|
|
|
1234
1238
|
sound_generation: 'acoustic', # String |
|
|
1235
1239
|
tempo: 'very slow', # String |
|
|
1236
1240
|
scale: 'major key', # String |
|
|
1241
|
+
key: 'C', # String |
|
|
1237
1242
|
rhythm: 'common time', # String |
|
|
1238
1243
|
primary_sound_character: 'aggressive', # String |
|
|
1239
1244
|
timbre: 'very warm', # String |
|
|
@@ -1327,6 +1332,7 @@ end
|
|
|
1327
1332
|
| **sound_generation** | **String** | | [optional] |
|
|
1328
1333
|
| **tempo** | **String** | | [optional] |
|
|
1329
1334
|
| **scale** | **String** | | [optional] |
|
|
1335
|
+
| **key** | **String** | | [optional] |
|
|
1330
1336
|
| **rhythm** | **String** | | [optional] |
|
|
1331
1337
|
| **primary_sound_character** | **String** | | [optional] |
|
|
1332
1338
|
| **timbre** | **String** | | [optional] |
|
|
@@ -1487,6 +1493,7 @@ opts = {
|
|
|
1487
1493
|
sound_generation: 'acoustic', # String |
|
|
1488
1494
|
tempo: 'very slow', # String |
|
|
1489
1495
|
scale: 'major key', # String |
|
|
1496
|
+
key: 'C', # String |
|
|
1490
1497
|
rhythm: 'common time', # String |
|
|
1491
1498
|
primary_sound_character: 'aggressive', # String |
|
|
1492
1499
|
timbre: 'very warm', # String |
|
|
@@ -1576,6 +1583,7 @@ end
|
|
|
1576
1583
|
| **sound_generation** | **String** | | [optional] |
|
|
1577
1584
|
| **tempo** | **String** | | [optional] |
|
|
1578
1585
|
| **scale** | **String** | | [optional] |
|
|
1586
|
+
| **key** | **String** | | [optional] |
|
|
1579
1587
|
| **rhythm** | **String** | | [optional] |
|
|
1580
1588
|
| **primary_sound_character** | **String** | | [optional] |
|
|
1581
1589
|
| **timbre** | **String** | | [optional] |
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **labels** |
|
|
8
|
-
| **faces** |
|
|
7
|
+
| **labels** | **Array<Object>** | | [optional] |
|
|
8
|
+
| **faces** | **Array<Object>** | | [optional] |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
@@ -3,10 +3,10 @@
|
|
|
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.17.0
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 7.
|
|
9
|
+
OpenAPI Generator version: 7.3.0-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -3,10 +3,10 @@
|
|
|
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.17.0
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 7.
|
|
9
|
+
OpenAPI Generator version: 7.3.0-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -3,10 +3,10 @@
|
|
|
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.17.0
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 7.
|
|
9
|
+
OpenAPI Generator version: 7.3.0-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -154,6 +154,7 @@ module SongtradrApiClientRuby
|
|
|
154
154
|
# @option opts [String] :tag_name Show only taggrams for one tag.
|
|
155
155
|
# @option opts [String] :genre_name Show only taggrams for one genre.
|
|
156
156
|
# @option opts [Float] :from_timestamp Show only taggrams data starting from from this timestamp in seconds.
|
|
157
|
+
# @option opts [Float] :to_timestamp Show only taggrams data before this timestamp in seconds.
|
|
157
158
|
# @option opts [Boolean] :fill_with_zero If set to true, empty timeseries are filled with timeseries of 0.0 values.
|
|
158
159
|
# @return [Array<RecordingMinimalWithTaggramsDTO>]
|
|
159
160
|
def recordings_by_ids_with_taggrams(ids, opts = {})
|
|
@@ -168,6 +169,7 @@ module SongtradrApiClientRuby
|
|
|
168
169
|
# @option opts [String] :tag_name Show only taggrams for one tag.
|
|
169
170
|
# @option opts [String] :genre_name Show only taggrams for one genre.
|
|
170
171
|
# @option opts [Float] :from_timestamp Show only taggrams data starting from from this timestamp in seconds.
|
|
172
|
+
# @option opts [Float] :to_timestamp Show only taggrams data before this timestamp in seconds.
|
|
171
173
|
# @option opts [Boolean] :fill_with_zero If set to true, empty timeseries are filled with timeseries of 0.0 values.
|
|
172
174
|
# @return [Array<(Array<RecordingMinimalWithTaggramsDTO>, Integer, Hash)>] Array<RecordingMinimalWithTaggramsDTO> data, response status code and response headers
|
|
173
175
|
def recordings_by_ids_with_taggrams_with_http_info(ids, opts = {})
|
|
@@ -191,6 +193,7 @@ module SongtradrApiClientRuby
|
|
|
191
193
|
query_params[:'tagName'] = opts[:'tag_name'] if !opts[:'tag_name'].nil?
|
|
192
194
|
query_params[:'genreName'] = opts[:'genre_name'] if !opts[:'genre_name'].nil?
|
|
193
195
|
query_params[:'fromTimestamp'] = opts[:'from_timestamp'] if !opts[:'from_timestamp'].nil?
|
|
196
|
+
query_params[:'toTimestamp'] = opts[:'to_timestamp'] if !opts[:'to_timestamp'].nil?
|
|
194
197
|
query_params[:'fillWithZero'] = opts[:'fill_with_zero'] if !opts[:'fill_with_zero'].nil?
|
|
195
198
|
|
|
196
199
|
# header parameters
|
|
@@ -562,7 +565,7 @@ module SongtradrApiClientRuby
|
|
|
562
565
|
if @api_client.config.client_side_validation && opts[:'curateability'] && !allowable_values.include?(opts[:'curateability'])
|
|
563
566
|
fail ArgumentError, "invalid value for \"curateability\", must be one of #{allowable_values}"
|
|
564
567
|
end
|
|
565
|
-
allowable_values = ["background", "sport", "focus", "christmas", "film", "summer", "adverts", "party", "relax"]
|
|
568
|
+
allowable_values = ["background", "sport", "focus", "christmas", "film", "summer", "adverts", "party", "relax", "karaoke"]
|
|
566
569
|
if @api_client.config.client_side_validation && opts[:'use_case'] && !allowable_values.include?(opts[:'use_case'])
|
|
567
570
|
fail ArgumentError, "invalid value for \"use_case\", must be one of #{allowable_values}"
|
|
568
571
|
end
|