songtradr_api_client_ruby 1.13.2 → 1.13.3
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 +4 -2
- data/README.md +5 -5
- data/docs/FileSmallDTO.md +3 -3
- data/docs/MusicalFeaturesDTO.md +20 -20
- data/docs/PlaylistLargeDTO.md +6 -6
- data/docs/ProductMediumDTO.md +6 -6
- data/docs/RecordingGenrePredictionDTO.md +3 -3
- data/docs/RecordingLargeDTO.md +3 -3
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/playlist_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/recording_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/user_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_client.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
- data/lib/songtradr_api_client_ruby/configuration.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/error_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +14 -14
- data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genre_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +72 -72
- data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +28 -28
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +41 -41
- data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +21 -21
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +14 -14
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +7 -7
- data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tag_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/title_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/token_request.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/track_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/usage_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +1 -1
- data/openapi-generator-config.yaml +1 -1
- data/songtradr_api_client_ruby.gemspec +1 -1
- data/spec/api/allowed_values_api_spec.rb +1 -1
- data/spec/api/api_keys_api_spec.rb +1 -1
- data/spec/api/party_api_spec.rb +1 -1
- data/spec/api/playlist_api_spec.rb +1 -1
- data/spec/api/recording_api_spec.rb +1 -1
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/admin_api_user_dto_spec.rb +1 -1
- data/spec/models/api_key_dto_spec.rb +1 -1
- data/spec/models/category_medium_dto_spec.rb +1 -1
- data/spec/models/category_minimal_dto_spec.rb +1 -1
- data/spec/models/config_access_dto_spec.rb +1 -1
- data/spec/models/config_identifier_dto_spec.rb +1 -1
- data/spec/models/contributor_type_dto_spec.rb +1 -1
- data/spec/models/create_api_key_dto_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/field_summary_dto_spec.rb +1 -1
- data/spec/models/file_dto_spec.rb +1 -1
- data/spec/models/file_list_dto_spec.rb +1 -1
- data/spec/models/file_minimal_with_url_dto_spec.rb +1 -1
- data/spec/models/file_small_dto_spec.rb +7 -7
- data/spec/models/file_upload_dto_spec.rb +1 -1
- data/spec/models/file_w_ith_url_dto_spec.rb +1 -1
- data/spec/models/files_summary_dto_spec.rb +1 -1
- data/spec/models/forgot_password_dto_spec.rb +1 -1
- data/spec/models/genre_dto_spec.rb +1 -1
- data/spec/models/genre_minimal_dto_spec.rb +1 -1
- data/spec/models/genres_summary_dto_spec.rb +1 -1
- data/spec/models/init_put_recording_audio_dto_spec.rb +1 -1
- data/spec/models/jwt_token_dto_spec.rb +1 -1
- data/spec/models/login_dto_spec.rb +1 -1
- data/spec/models/musical_features_dto_spec.rb +22 -22
- data/spec/models/p_line_dto_spec.rb +1 -1
- data/spec/models/party_large_dto_spec.rb +1 -1
- data/spec/models/party_small_dto_spec.rb +1 -1
- data/spec/models/playlist_large_dto_spec.rb +6 -6
- data/spec/models/product_medium_dto_spec.rb +8 -8
- data/spec/models/product_party_dto_spec.rb +1 -1
- data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
- data/spec/models/recording_genre_prediction_dto_spec.rb +3 -3
- data/spec/models/recording_large_dto_spec.rb +3 -3
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +1 -1
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +1 -1
- data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +1 -1
- data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +1 -1
- data/spec/models/recording_party_dto_spec.rb +1 -1
- data/spec/models/recording_playlist_dto_spec.rb +1 -1
- data/spec/models/recording_small_dto_spec.rb +1 -1
- data/spec/models/recording_tag_small_dto_spec.rb +1 -1
- data/spec/models/save_file_recording_dto_spec.rb +4 -4
- data/spec/models/save_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_genre_dto_spec.rb +1 -1
- data/spec/models/save_recording_party_dto_spec.rb +1 -1
- data/spec/models/save_recording_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_tag_dto_spec.rb +1 -1
- data/spec/models/save_referrer_dto_spec.rb +1 -1
- data/spec/models/save_taggrams_dto_spec.rb +1 -1
- data/spec/models/save_user_dto_spec.rb +1 -1
- data/spec/models/search_filter_values_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_abstraction_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_dto_spec.rb +1 -1
- data/spec/models/sign_up_dto_spec.rb +1 -1
- data/spec/models/tag_dto_spec.rb +1 -1
- data/spec/models/tag_small_dto_spec.rb +1 -1
- data/spec/models/taggram_dto_spec.rb +1 -1
- data/spec/models/tags_summary_dto_spec.rb +1 -1
- data/spec/models/tagstrength_dto_spec.rb +1 -1
- data/spec/models/title_dto_spec.rb +1 -1
- data/spec/models/token_request_spec.rb +1 -1
- data/spec/models/track_dto_spec.rb +1 -1
- data/spec/models/track_to_medium_product_dto_spec.rb +1 -1
- data/spec/models/update_password_dto_spec.rb +1 -1
- data/spec/models/usage_dto_spec.rb +1 -1
- data/spec/models/user_dto_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +59 -59
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -20,18 +20,18 @@ module SongtradrApiClientRuby
|
|
|
20
20
|
|
|
21
21
|
attr_accessor :state
|
|
22
22
|
|
|
23
|
-
attr_accessor :
|
|
24
|
-
|
|
25
|
-
attr_accessor :pretzel_tier
|
|
23
|
+
attr_accessor :usages
|
|
26
24
|
|
|
27
25
|
attr_accessor :asset_url
|
|
28
26
|
|
|
29
|
-
attr_accessor :
|
|
27
|
+
attr_accessor :pretzel_tier
|
|
30
28
|
|
|
31
|
-
attr_accessor :
|
|
29
|
+
attr_accessor :usage
|
|
32
30
|
|
|
33
31
|
attr_accessor :tracks
|
|
34
32
|
|
|
33
|
+
attr_accessor :songtradr_playlist_guid
|
|
34
|
+
|
|
35
35
|
attr_accessor :created
|
|
36
36
|
|
|
37
37
|
attr_accessor :updated
|
|
@@ -65,12 +65,12 @@ module SongtradrApiClientRuby
|
|
|
65
65
|
{
|
|
66
66
|
:'name' => :'name',
|
|
67
67
|
:'state' => :'state',
|
|
68
|
-
:'
|
|
69
|
-
:'pretzel_tier' => :'pretzelTier',
|
|
68
|
+
:'usages' => :'usages',
|
|
70
69
|
:'asset_url' => :'assetURL',
|
|
70
|
+
:'pretzel_tier' => :'pretzelTier',
|
|
71
71
|
:'usage' => :'usage',
|
|
72
|
-
:'usages' => :'usages',
|
|
73
72
|
:'tracks' => :'tracks',
|
|
73
|
+
:'songtradr_playlist_guid' => :'songtradrPlaylistGuid',
|
|
74
74
|
:'created' => :'created',
|
|
75
75
|
:'updated' => :'updated',
|
|
76
76
|
:'description' => :'description'
|
|
@@ -87,12 +87,12 @@ module SongtradrApiClientRuby
|
|
|
87
87
|
{
|
|
88
88
|
:'name' => :'String',
|
|
89
89
|
:'state' => :'String',
|
|
90
|
-
:'
|
|
91
|
-
:'pretzel_tier' => :'String',
|
|
90
|
+
:'usages' => :'Array<UsageDTO>',
|
|
92
91
|
:'asset_url' => :'String',
|
|
92
|
+
:'pretzel_tier' => :'String',
|
|
93
93
|
:'usage' => :'String',
|
|
94
|
-
:'usages' => :'Array<UsageDTO>',
|
|
95
94
|
:'tracks' => :'Array<RecordingPlaylistDTO>',
|
|
95
|
+
:'songtradr_playlist_guid' => :'String',
|
|
96
96
|
:'created' => :'Time',
|
|
97
97
|
:'updated' => :'Time',
|
|
98
98
|
:'description' => :'String'
|
|
@@ -130,26 +130,22 @@ module SongtradrApiClientRuby
|
|
|
130
130
|
self.state = attributes[:'state']
|
|
131
131
|
end
|
|
132
132
|
|
|
133
|
-
if attributes.key?(:'
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
if attributes.key?(:'pretzel_tier')
|
|
138
|
-
self.pretzel_tier = attributes[:'pretzel_tier']
|
|
133
|
+
if attributes.key?(:'usages')
|
|
134
|
+
if (value = attributes[:'usages']).is_a?(Array)
|
|
135
|
+
self.usages = value
|
|
136
|
+
end
|
|
139
137
|
end
|
|
140
138
|
|
|
141
139
|
if attributes.key?(:'asset_url')
|
|
142
140
|
self.asset_url = attributes[:'asset_url']
|
|
143
141
|
end
|
|
144
142
|
|
|
145
|
-
if attributes.key?(:'
|
|
146
|
-
self.
|
|
143
|
+
if attributes.key?(:'pretzel_tier')
|
|
144
|
+
self.pretzel_tier = attributes[:'pretzel_tier']
|
|
147
145
|
end
|
|
148
146
|
|
|
149
|
-
if attributes.key?(:'
|
|
150
|
-
|
|
151
|
-
self.usages = value
|
|
152
|
-
end
|
|
147
|
+
if attributes.key?(:'usage')
|
|
148
|
+
self.usage = attributes[:'usage']
|
|
153
149
|
end
|
|
154
150
|
|
|
155
151
|
if attributes.key?(:'tracks')
|
|
@@ -158,6 +154,10 @@ module SongtradrApiClientRuby
|
|
|
158
154
|
end
|
|
159
155
|
end
|
|
160
156
|
|
|
157
|
+
if attributes.key?(:'songtradr_playlist_guid')
|
|
158
|
+
self.songtradr_playlist_guid = attributes[:'songtradr_playlist_guid']
|
|
159
|
+
end
|
|
160
|
+
|
|
161
161
|
if attributes.key?(:'created')
|
|
162
162
|
self.created = attributes[:'created']
|
|
163
163
|
end
|
|
@@ -210,12 +210,12 @@ module SongtradrApiClientRuby
|
|
|
210
210
|
self.class == o.class &&
|
|
211
211
|
name == o.name &&
|
|
212
212
|
state == o.state &&
|
|
213
|
-
|
|
214
|
-
pretzel_tier == o.pretzel_tier &&
|
|
213
|
+
usages == o.usages &&
|
|
215
214
|
asset_url == o.asset_url &&
|
|
215
|
+
pretzel_tier == o.pretzel_tier &&
|
|
216
216
|
usage == o.usage &&
|
|
217
|
-
usages == o.usages &&
|
|
218
217
|
tracks == o.tracks &&
|
|
218
|
+
songtradr_playlist_guid == o.songtradr_playlist_guid &&
|
|
219
219
|
created == o.created &&
|
|
220
220
|
updated == o.updated &&
|
|
221
221
|
description == o.description
|
|
@@ -230,7 +230,7 @@ module SongtradrApiClientRuby
|
|
|
230
230
|
# Calculates hash code according to all attributes.
|
|
231
231
|
# @return [Integer] Hash code
|
|
232
232
|
def hash
|
|
233
|
-
[name, state,
|
|
233
|
+
[name, state, usages, asset_url, pretzel_tier, usage, tracks, songtradr_playlist_guid, created, updated, description].hash
|
|
234
234
|
end
|
|
235
235
|
|
|
236
236
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -18,12 +18,6 @@ module SongtradrApiClientRuby
|
|
|
18
18
|
class ProductMediumDTO
|
|
19
19
|
attr_accessor :duration
|
|
20
20
|
|
|
21
|
-
attr_accessor :release_date
|
|
22
|
-
|
|
23
|
-
attr_accessor :takedown_date
|
|
24
|
-
|
|
25
|
-
attr_accessor :parties
|
|
26
|
-
|
|
27
21
|
attr_accessor :genres
|
|
28
22
|
|
|
29
23
|
attr_accessor :titles
|
|
@@ -32,19 +26,25 @@ module SongtradrApiClientRuby
|
|
|
32
26
|
|
|
33
27
|
attr_accessor :grid
|
|
34
28
|
|
|
29
|
+
attr_accessor :release_date
|
|
30
|
+
|
|
31
|
+
attr_accessor :takedown_date
|
|
32
|
+
|
|
33
|
+
attr_accessor :parties
|
|
34
|
+
|
|
35
35
|
attr_accessor :pline
|
|
36
36
|
|
|
37
37
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
38
38
|
def self.attribute_map
|
|
39
39
|
{
|
|
40
40
|
:'duration' => :'duration',
|
|
41
|
-
:'release_date' => :'releaseDate',
|
|
42
|
-
:'takedown_date' => :'takedownDate',
|
|
43
|
-
:'parties' => :'parties',
|
|
44
41
|
:'genres' => :'genres',
|
|
45
42
|
:'titles' => :'titles',
|
|
46
43
|
:'gtin' => :'gtin',
|
|
47
44
|
:'grid' => :'grid',
|
|
45
|
+
:'release_date' => :'releaseDate',
|
|
46
|
+
:'takedown_date' => :'takedownDate',
|
|
47
|
+
:'parties' => :'parties',
|
|
48
48
|
:'pline' => :'pline'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
@@ -58,13 +58,13 @@ module SongtradrApiClientRuby
|
|
|
58
58
|
def self.openapi_types
|
|
59
59
|
{
|
|
60
60
|
:'duration' => :'Time',
|
|
61
|
-
:'release_date' => :'Time',
|
|
62
|
-
:'takedown_date' => :'Time',
|
|
63
|
-
:'parties' => :'Array<ProductPartyDTO>',
|
|
64
61
|
:'genres' => :'Array<GenreMinimalDTO>',
|
|
65
62
|
:'titles' => :'Array<TitleDTO>',
|
|
66
63
|
:'gtin' => :'String',
|
|
67
64
|
:'grid' => :'String',
|
|
65
|
+
:'release_date' => :'Time',
|
|
66
|
+
:'takedown_date' => :'Time',
|
|
67
|
+
:'parties' => :'Array<ProductPartyDTO>',
|
|
68
68
|
:'pline' => :'PLineDTO'
|
|
69
69
|
}
|
|
70
70
|
end
|
|
@@ -94,20 +94,6 @@ module SongtradrApiClientRuby
|
|
|
94
94
|
self.duration = attributes[:'duration']
|
|
95
95
|
end
|
|
96
96
|
|
|
97
|
-
if attributes.key?(:'release_date')
|
|
98
|
-
self.release_date = attributes[:'release_date']
|
|
99
|
-
end
|
|
100
|
-
|
|
101
|
-
if attributes.key?(:'takedown_date')
|
|
102
|
-
self.takedown_date = attributes[:'takedown_date']
|
|
103
|
-
end
|
|
104
|
-
|
|
105
|
-
if attributes.key?(:'parties')
|
|
106
|
-
if (value = attributes[:'parties']).is_a?(Array)
|
|
107
|
-
self.parties = value
|
|
108
|
-
end
|
|
109
|
-
end
|
|
110
|
-
|
|
111
97
|
if attributes.key?(:'genres')
|
|
112
98
|
if (value = attributes[:'genres']).is_a?(Array)
|
|
113
99
|
self.genres = value
|
|
@@ -128,6 +114,20 @@ module SongtradrApiClientRuby
|
|
|
128
114
|
self.grid = attributes[:'grid']
|
|
129
115
|
end
|
|
130
116
|
|
|
117
|
+
if attributes.key?(:'release_date')
|
|
118
|
+
self.release_date = attributes[:'release_date']
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
if attributes.key?(:'takedown_date')
|
|
122
|
+
self.takedown_date = attributes[:'takedown_date']
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
if attributes.key?(:'parties')
|
|
126
|
+
if (value = attributes[:'parties']).is_a?(Array)
|
|
127
|
+
self.parties = value
|
|
128
|
+
end
|
|
129
|
+
end
|
|
130
|
+
|
|
131
131
|
if attributes.key?(:'pline')
|
|
132
132
|
self.pline = attributes[:'pline']
|
|
133
133
|
end
|
|
@@ -148,16 +148,6 @@ module SongtradrApiClientRuby
|
|
|
148
148
|
true
|
|
149
149
|
end
|
|
150
150
|
|
|
151
|
-
# Custom attribute writer method with validation
|
|
152
|
-
# @param [Object] parties Value to be assigned
|
|
153
|
-
def parties=(parties)
|
|
154
|
-
if parties.nil?
|
|
155
|
-
fail ArgumentError, 'parties cannot be nil'
|
|
156
|
-
end
|
|
157
|
-
|
|
158
|
-
@parties = parties
|
|
159
|
-
end
|
|
160
|
-
|
|
161
151
|
# Custom attribute writer method with validation
|
|
162
152
|
# @param [Object] genres Value to be assigned
|
|
163
153
|
def genres=(genres)
|
|
@@ -178,19 +168,29 @@ module SongtradrApiClientRuby
|
|
|
178
168
|
@titles = titles
|
|
179
169
|
end
|
|
180
170
|
|
|
171
|
+
# Custom attribute writer method with validation
|
|
172
|
+
# @param [Object] parties Value to be assigned
|
|
173
|
+
def parties=(parties)
|
|
174
|
+
if parties.nil?
|
|
175
|
+
fail ArgumentError, 'parties cannot be nil'
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
@parties = parties
|
|
179
|
+
end
|
|
180
|
+
|
|
181
181
|
# Checks equality by comparing each attribute.
|
|
182
182
|
# @param [Object] Object to be compared
|
|
183
183
|
def ==(o)
|
|
184
184
|
return true if self.equal?(o)
|
|
185
185
|
self.class == o.class &&
|
|
186
186
|
duration == o.duration &&
|
|
187
|
-
release_date == o.release_date &&
|
|
188
|
-
takedown_date == o.takedown_date &&
|
|
189
|
-
parties == o.parties &&
|
|
190
187
|
genres == o.genres &&
|
|
191
188
|
titles == o.titles &&
|
|
192
189
|
gtin == o.gtin &&
|
|
193
190
|
grid == o.grid &&
|
|
191
|
+
release_date == o.release_date &&
|
|
192
|
+
takedown_date == o.takedown_date &&
|
|
193
|
+
parties == o.parties &&
|
|
194
194
|
pline == o.pline
|
|
195
195
|
end
|
|
196
196
|
|
|
@@ -203,7 +203,7 @@ module SongtradrApiClientRuby
|
|
|
203
203
|
# Calculates hash code according to all attributes.
|
|
204
204
|
# @return [Integer] Hash code
|
|
205
205
|
def hash
|
|
206
|
-
[duration,
|
|
206
|
+
[duration, genres, titles, gtin, grid, release_date, takedown_date, parties, pline].hash
|
|
207
207
|
end
|
|
208
208
|
|
|
209
209
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -18,16 +18,16 @@ module SongtradrApiClientRuby
|
|
|
18
18
|
class RecordingGenrePredictionDTO
|
|
19
19
|
attr_accessor :genre_type
|
|
20
20
|
|
|
21
|
-
attr_accessor :genre
|
|
22
|
-
|
|
23
21
|
attr_accessor :probability
|
|
24
22
|
|
|
23
|
+
attr_accessor :genre
|
|
24
|
+
|
|
25
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
26
26
|
def self.attribute_map
|
|
27
27
|
{
|
|
28
28
|
:'genre_type' => :'genreType',
|
|
29
|
-
:'
|
|
30
|
-
:'
|
|
29
|
+
:'probability' => :'probability',
|
|
30
|
+
:'genre' => :'genre'
|
|
31
31
|
}
|
|
32
32
|
end
|
|
33
33
|
|
|
@@ -40,8 +40,8 @@ module SongtradrApiClientRuby
|
|
|
40
40
|
def self.openapi_types
|
|
41
41
|
{
|
|
42
42
|
:'genre_type' => :'String',
|
|
43
|
-
:'
|
|
44
|
-
:'
|
|
43
|
+
:'probability' => :'Float',
|
|
44
|
+
:'genre' => :'GenreMinimalDTO'
|
|
45
45
|
}
|
|
46
46
|
end
|
|
47
47
|
|
|
@@ -72,17 +72,17 @@ module SongtradrApiClientRuby
|
|
|
72
72
|
self.genre_type = nil
|
|
73
73
|
end
|
|
74
74
|
|
|
75
|
-
if attributes.key?(:'genre')
|
|
76
|
-
self.genre = attributes[:'genre']
|
|
77
|
-
else
|
|
78
|
-
self.genre = nil
|
|
79
|
-
end
|
|
80
|
-
|
|
81
75
|
if attributes.key?(:'probability')
|
|
82
76
|
self.probability = attributes[:'probability']
|
|
83
77
|
else
|
|
84
78
|
self.probability = nil
|
|
85
79
|
end
|
|
80
|
+
|
|
81
|
+
if attributes.key?(:'genre')
|
|
82
|
+
self.genre = attributes[:'genre']
|
|
83
|
+
else
|
|
84
|
+
self.genre = nil
|
|
85
|
+
end
|
|
86
86
|
end
|
|
87
87
|
|
|
88
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -94,14 +94,14 @@ module SongtradrApiClientRuby
|
|
|
94
94
|
invalid_properties.push('invalid value for "genre_type", genre_type cannot be nil.')
|
|
95
95
|
end
|
|
96
96
|
|
|
97
|
-
if @genre.nil?
|
|
98
|
-
invalid_properties.push('invalid value for "genre", genre cannot be nil.')
|
|
99
|
-
end
|
|
100
|
-
|
|
101
97
|
if @probability.nil?
|
|
102
98
|
invalid_properties.push('invalid value for "probability", probability cannot be nil.')
|
|
103
99
|
end
|
|
104
100
|
|
|
101
|
+
if @genre.nil?
|
|
102
|
+
invalid_properties.push('invalid value for "genre", genre cannot be nil.')
|
|
103
|
+
end
|
|
104
|
+
|
|
105
105
|
invalid_properties
|
|
106
106
|
end
|
|
107
107
|
|
|
@@ -110,8 +110,8 @@ module SongtradrApiClientRuby
|
|
|
110
110
|
def valid?
|
|
111
111
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
112
112
|
return false if @genre_type.nil?
|
|
113
|
-
return false if @genre.nil?
|
|
114
113
|
return false if @probability.nil?
|
|
114
|
+
return false if @genre.nil?
|
|
115
115
|
true
|
|
116
116
|
end
|
|
117
117
|
|
|
@@ -121,8 +121,8 @@ module SongtradrApiClientRuby
|
|
|
121
121
|
return true if self.equal?(o)
|
|
122
122
|
self.class == o.class &&
|
|
123
123
|
genre_type == o.genre_type &&
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
probability == o.probability &&
|
|
125
|
+
genre == o.genre
|
|
126
126
|
end
|
|
127
127
|
|
|
128
128
|
# @see the `==` method
|
|
@@ -134,7 +134,7 @@ module SongtradrApiClientRuby
|
|
|
134
134
|
# Calculates hash code according to all attributes.
|
|
135
135
|
# @return [Integer] Hash code
|
|
136
136
|
def hash
|
|
137
|
-
[genre_type,
|
|
137
|
+
[genre_type, probability, genre].hash
|
|
138
138
|
end
|
|
139
139
|
|
|
140
140
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -36,10 +36,10 @@ module SongtradrApiClientRuby
|
|
|
36
36
|
|
|
37
37
|
attr_accessor :spotify_id
|
|
38
38
|
|
|
39
|
-
attr_accessor :pline
|
|
40
|
-
|
|
41
39
|
attr_accessor :genre_predictions
|
|
42
40
|
|
|
41
|
+
attr_accessor :pline
|
|
42
|
+
|
|
43
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
44
44
|
def self.attribute_map
|
|
45
45
|
{
|
|
@@ -53,8 +53,8 @@ module SongtradrApiClientRuby
|
|
|
53
53
|
:'musical_features' => :'musicalFeatures',
|
|
54
54
|
:'tags' => :'tags',
|
|
55
55
|
:'spotify_id' => :'spotifyId',
|
|
56
|
-
:'
|
|
57
|
-
:'
|
|
56
|
+
:'genre_predictions' => :'genrePredictions',
|
|
57
|
+
:'pline' => :'pline'
|
|
58
58
|
}
|
|
59
59
|
end
|
|
60
60
|
|
|
@@ -76,8 +76,8 @@ module SongtradrApiClientRuby
|
|
|
76
76
|
:'musical_features' => :'MusicalFeaturesDTO',
|
|
77
77
|
:'tags' => :'Array<RecordingTagSmallDTO>',
|
|
78
78
|
:'spotify_id' => :'String',
|
|
79
|
-
:'
|
|
80
|
-
:'
|
|
79
|
+
:'genre_predictions' => :'Array<RecordingGenrePredictionDTO>',
|
|
80
|
+
:'pline' => :'PLineDTO'
|
|
81
81
|
}
|
|
82
82
|
end
|
|
83
83
|
|
|
@@ -154,15 +154,15 @@ module SongtradrApiClientRuby
|
|
|
154
154
|
self.spotify_id = attributes[:'spotify_id']
|
|
155
155
|
end
|
|
156
156
|
|
|
157
|
-
if attributes.key?(:'pline')
|
|
158
|
-
self.pline = attributes[:'pline']
|
|
159
|
-
end
|
|
160
|
-
|
|
161
157
|
if attributes.key?(:'genre_predictions')
|
|
162
158
|
if (value = attributes[:'genre_predictions']).is_a?(Array)
|
|
163
159
|
self.genre_predictions = value
|
|
164
160
|
end
|
|
165
161
|
end
|
|
162
|
+
|
|
163
|
+
if attributes.key?(:'pline')
|
|
164
|
+
self.pline = attributes[:'pline']
|
|
165
|
+
end
|
|
166
166
|
end
|
|
167
167
|
|
|
168
168
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -250,8 +250,8 @@ module SongtradrApiClientRuby
|
|
|
250
250
|
musical_features == o.musical_features &&
|
|
251
251
|
tags == o.tags &&
|
|
252
252
|
spotify_id == o.spotify_id &&
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
genre_predictions == o.genre_predictions &&
|
|
254
|
+
pline == o.pline
|
|
255
255
|
end
|
|
256
256
|
|
|
257
257
|
# @see the `==` method
|
|
@@ -263,7 +263,7 @@ module SongtradrApiClientRuby
|
|
|
263
263
|
# Calculates hash code according to all attributes.
|
|
264
264
|
# @return [Integer] Hash code
|
|
265
265
|
def hash
|
|
266
|
-
[duration, isrc, parties, genres, language_of_performance, titles, tracks, musical_features, tags, spotify_id,
|
|
266
|
+
[duration, isrc, parties, genres, language_of_performance, titles, tracks, musical_features, tags, spotify_id, genre_predictions, pline].hash
|
|
267
267
|
end
|
|
268
268
|
|
|
269
269
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.3
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.1-SNAPSHOT
|