songtradr_api_client_ruby 1.16.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 +5 -5
- data/README.md +5 -30
- data/docs/ImageRecognitionResponse.md +2 -2
- data/docs/MusicalFeaturesDTO.md +78 -78
- data/docs/RecordingGenrePredictionDTO.md +3 -3
- data/docs/RecordingMediumDTO.md +4 -4
- data/docs/RecordingPartyDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +3 -3
- 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 +2 -2
- data/lib/songtradr_api_client_ruby/api/user_api.rb +2 -2
- 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 +2 -2
- 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 +557 -557
- 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 +22 -22
- 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 +17 -17
- 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 +2 -2
- data/spec/api/user_api_spec.rb +2 -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 +2 -2
- 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 +171 -171
- 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 +5 -5
- 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 +4 -4
- 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
|
|
|
@@ -13,7 +13,7 @@ GEM
|
|
|
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,7 +33,7 @@ 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
38
|
racc (1.7.3)
|
|
39
39
|
rainbow (3.1.1)
|
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)
|
|
@@ -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,47 +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
|
-
| **tempo** | **String** | Search for tempo | [optional] |
|
|
10
|
-
| **texture** | **String** | Search for texture | [optional] |
|
|
11
|
-
| **timbre** | **String** | Search for timbre | [optional] |
|
|
12
|
-
| **tonality** | **String** | Search for tonality | [optional] |
|
|
13
|
-
| **valence** | **String** | Search for a valence | [optional] |
|
|
14
|
-
| **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
|
|
15
|
-
| **origin_decade** | **String** | Search for origin decade | [optional] |
|
|
16
|
-
| **curateability** | **String** | Search for curatebility | [optional] |
|
|
17
|
-
| **use_case** | **String** | Search for use case | [optional] |
|
|
18
|
-
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
|
19
|
-
| **language_of_performance** | **String** | | [optional] |
|
|
20
|
-
| **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
21
|
-
| **energy** | **String** | Search for energy | [optional] |
|
|
22
|
-
| **engagement** | **String** | Search for an engagement | [optional] |
|
|
23
|
-
| **groovyness** | **String** | Search for groovyness | [optional] |
|
|
24
|
-
| **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
|
|
25
|
-
| **pleasantness** | **String** | Search for pleasantness | [optional] |
|
|
26
|
-
| **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
27
|
-
| **primary_sound_character** | **String** | Search for a sound character | [optional] |
|
|
28
|
-
| **rhythm** | **String** | Search for rhythm | [optional] |
|
|
29
|
-
| **roughness** | **String** | Search for roughness | [optional] |
|
|
30
|
-
| **scale** | **String** | Search for a tonal scale | [optional] |
|
|
31
|
-
| **key** | **String** | Search for a harmonic key | [optional] |
|
|
32
|
-
| **sound_generation** | **String** | Search for type of sound generation | [optional] |
|
|
33
8
|
| **primary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
34
9
|
| **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
35
|
-
| **secondary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
36
|
-
| **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
37
|
-
| **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
38
|
-
| **vocals_affinity** | **Float** | | [optional] |
|
|
39
|
-
| **dominant_instrument_affinity** | **Float** | | [optional] |
|
|
40
|
-
| **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
41
|
-
| **secondary_instrument_affinity** | **Float** | | [optional] |
|
|
42
|
-
| **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
43
|
-
| **tertiary_instrument_affinity** | **Float** | | [optional] |
|
|
44
|
-
| **sound_generation_affinity** | **Float** | | [optional] |
|
|
45
|
-
| **rhythm_affinity** | **Float** | | [optional] |
|
|
46
|
-
| **primary_sound_character_affinity** | **Float** | | [optional] |
|
|
47
|
-
| **tonality_affinity** | **Float** | | [optional] |
|
|
48
|
-
| **bpm** | **Float** | | [optional] |
|
|
49
10
|
| **production_rating** | **String** | | [optional] |
|
|
50
11
|
| **production_rating_affinity** | **Float** | | [optional] |
|
|
51
12
|
| **performance_rating** | **String** | | [optional] |
|
|
@@ -73,7 +34,46 @@
|
|
|
73
34
|
| **use_case_affinity** | **Float** | | [optional] |
|
|
74
35
|
| **industry_suitability** | **String** | Search for Industry suitability | [optional] |
|
|
75
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] |
|
|
76
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] |
|
|
77
77
|
| **valence_affinity** | **Float** | | [optional] |
|
|
78
78
|
| **arousal_affinity** | **Float** | | [optional] |
|
|
79
79
|
| **pleasantness_affinity** | **Float** | | [optional] |
|
|
@@ -97,47 +97,8 @@ require 'songtradr_api_client_ruby'
|
|
|
97
97
|
|
|
98
98
|
instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
99
99
|
space: null,
|
|
100
|
-
arousal: null,
|
|
101
|
-
tempo: null,
|
|
102
|
-
texture: null,
|
|
103
|
-
timbre: null,
|
|
104
|
-
tonality: null,
|
|
105
|
-
valence: null,
|
|
106
|
-
vocals: null,
|
|
107
|
-
origin_decade: null,
|
|
108
|
-
curateability: null,
|
|
109
|
-
use_case: null,
|
|
110
|
-
channel_suitability: null,
|
|
111
|
-
language_of_performance: null,
|
|
112
|
-
dominant_instrument: null,
|
|
113
|
-
energy: null,
|
|
114
|
-
engagement: null,
|
|
115
|
-
groovyness: null,
|
|
116
|
-
harmony: null,
|
|
117
|
-
pleasantness: null,
|
|
118
|
-
primary_mood_cluster: null,
|
|
119
|
-
primary_sound_character: null,
|
|
120
|
-
rhythm: null,
|
|
121
|
-
roughness: null,
|
|
122
|
-
scale: null,
|
|
123
|
-
key: null,
|
|
124
|
-
sound_generation: null,
|
|
125
100
|
primary_mood_cluster_affinity: null,
|
|
126
101
|
secondary_mood_cluster: null,
|
|
127
|
-
secondary_mood_cluster_affinity: null,
|
|
128
|
-
tertiary_mood_cluster: null,
|
|
129
|
-
tertiary_mood_cluster_affinity: null,
|
|
130
|
-
vocals_affinity: null,
|
|
131
|
-
dominant_instrument_affinity: null,
|
|
132
|
-
secondary_instrument: null,
|
|
133
|
-
secondary_instrument_affinity: null,
|
|
134
|
-
tertiary_instrument: null,
|
|
135
|
-
tertiary_instrument_affinity: null,
|
|
136
|
-
sound_generation_affinity: null,
|
|
137
|
-
rhythm_affinity: null,
|
|
138
|
-
primary_sound_character_affinity: null,
|
|
139
|
-
tonality_affinity: null,
|
|
140
|
-
bpm: null,
|
|
141
102
|
production_rating: null,
|
|
142
103
|
production_rating_affinity: null,
|
|
143
104
|
performance_rating: null,
|
|
@@ -165,7 +126,46 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
165
126
|
use_case_affinity: null,
|
|
166
127
|
industry_suitability: null,
|
|
167
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,
|
|
168
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,
|
|
169
169
|
valence_affinity: null,
|
|
170
170
|
arousal_affinity: null,
|
|
171
171
|
pleasantness_affinity: null,
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **genre_type** | **String** | | |
|
|
7
8
|
| **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
|
|
8
9
|
| **probability** | **Float** | | |
|
|
9
|
-
| **genre_type** | **String** | | |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
require 'songtradr_api_client_ruby'
|
|
15
15
|
|
|
16
16
|
instance = SongtradrApiClientRuby::RecordingGenrePredictionDTO.new(
|
|
17
|
+
genre_type: null,
|
|
17
18
|
genre: null,
|
|
18
|
-
probability: null
|
|
19
|
-
genre_type: null
|
|
19
|
+
probability: null
|
|
20
20
|
)
|
|
21
21
|
```
|
|
22
22
|
|
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/RecordingPartyDTO.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
|
8
7
|
| **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
|
|
8
|
+
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
require 'songtradr_api_client_ruby'
|
|
14
14
|
|
|
15
15
|
instance = SongtradrApiClientRuby::RecordingPartyDTO.new(
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
party: null,
|
|
17
|
+
contributor_types: null
|
|
18
18
|
)
|
|
19
19
|
```
|
|
20
20
|
|
data/docs/RecordingSmallDTO.md
CHANGED
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -52,7 +52,7 @@ module SongtradrApiClientRuby
|
|
|
52
52
|
stream = nil
|
|
53
53
|
begin
|
|
54
54
|
response = connection(opts).public_send(http_method.to_sym.downcase) do |req|
|
|
55
|
-
build_request(http_method, path, req, opts)
|
|
55
|
+
request = build_request(http_method, path, req, opts)
|
|
56
56
|
stream = download_file(request) if opts[:return_type] == 'File' || opts[:return_type] == 'Binary'
|
|
57
57
|
end
|
|
58
58
|
|
|
@@ -79,7 +79,7 @@ module SongtradrApiClientRuby
|
|
|
79
79
|
end
|
|
80
80
|
|
|
81
81
|
if opts[:return_type] == 'File' || opts[:return_type] == 'Binary'
|
|
82
|
-
data = deserialize_file(stream)
|
|
82
|
+
data = deserialize_file(response, stream)
|
|
83
83
|
elsif opts[:return_type]
|
|
84
84
|
data = deserialize(response, opts[:return_type])
|
|
85
85
|
else
|
|
@@ -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
|
|
|
@@ -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
|
|