songtradr_api_client_ruby 1.12.21 → 1.12.23
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 +26 -12
- data/docs/APIKeysApi.md +217 -0
- data/docs/AdminApiUserDTO.md +70 -0
- data/docs/ApiKeyDTO.md +24 -0
- data/docs/CategoryMediumDTO.md +3 -3
- data/docs/CreateApiKeyDTO.md +18 -0
- data/docs/MusicalFeaturesDTO.md +54 -54
- data/docs/PlaylistLargeDTO.md +3 -3
- data/docs/ProductMediumDTO.md +9 -9
- data/docs/RecordingLargeDTO.md +14 -14
- data/docs/RecordingMediumDTO.md +14 -14
- data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
- data/docs/RecordingPlaylistDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +4 -4
- data/docs/UserDTO.md +2 -0
- data/getspec.rb +28 -5
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +213 -0
- 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 +453 -0
- data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +261 -0
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +14 -14
- 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 +219 -0
- 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 +1 -1
- 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 +448 -448
- 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 +16 -16
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +51 -51
- 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 +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +71 -71
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +63 -63
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +14 -14
- 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 +14 -14
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +22 -22
- 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 +1 -1
- 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_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 +16 -2
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +5 -1
- data/openapi-generator-config.yaml +4 -3
- data/songtradr_api_client_ruby.gemspec +4 -4
- data/spec/api/allowed_values_api_spec.rb +1 -1
- data/spec/api/api_keys_api_spec.rb +70 -0
- 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 +190 -0
- data/spec/models/api_key_dto_spec.rb +52 -0
- data/spec/models/category_medium_dto_spec.rb +3 -3
- data/spec/models/category_minimal_dto_spec.rb +1 -1
- data/spec/models/config_access_dto_spec.rb +1 -1
- data/spec/models/config_identifier_dto_spec.rb +1 -1
- data/spec/models/contributor_type_dto_spec.rb +1 -1
- data/spec/models/create_api_key_dto_spec.rb +34 -0
- 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 +1 -1
- 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 +165 -165
- 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 +7 -7
- data/spec/models/product_medium_dto_spec.rb +9 -9
- data/spec/models/product_party_dto_spec.rb +1 -1
- data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
- data/spec/models/recording_genre_prediction_dto_spec.rb +1 -1
- data/spec/models/recording_large_dto_spec.rb +12 -12
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +11 -11
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +3 -3
- data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +1 -1
- data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +1 -1
- data/spec/models/recording_party_dto_spec.rb +1 -1
- data/spec/models/recording_playlist_dto_spec.rb +4 -4
- data/spec/models/recording_small_dto_spec.rb +3 -3
- data/spec/models/recording_tag_small_dto_spec.rb +1 -1
- data/spec/models/save_file_recording_dto_spec.rb +1 -1
- data/spec/models/save_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_genre_dto_spec.rb +1 -1
- data/spec/models/save_recording_party_dto_spec.rb +1 -1
- data/spec/models/save_recording_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_tag_dto_spec.rb +1 -1
- data/spec/models/save_referrer_dto_spec.rb +1 -1
- data/spec/models/save_taggrams_dto_spec.rb +1 -1
- data/spec/models/save_user_dto_spec.rb +1 -1
- data/spec/models/search_filter_values_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_abstraction_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_dto_spec.rb +1 -1
- data/spec/models/sign_up_dto_spec.rb +1 -1
- data/spec/models/tag_dto_spec.rb +1 -1
- data/spec/models/tag_small_dto_spec.rb +1 -1
- data/spec/models/taggram_dto_spec.rb +1 -1
- data/spec/models/tags_summary_dto_spec.rb +1 -1
- data/spec/models/tagstrength_dto_spec.rb +1 -1
- data/spec/models/title_dto_spec.rb +1 -1
- data/spec/models/token_request_spec.rb +1 -1
- data/spec/models/track_to_medium_product_dto_spec.rb +1 -1
- data/spec/models/update_password_dto_spec.rb +1 -1
- data/spec/models/usage_dto_spec.rb +1 -1
- data/spec/models/user_dto_spec.rb +7 -1
- data/spec/spec_helper.rb +1 -1
- metadata +72 -76
|
@@ -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.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -16,15 +16,9 @@ require 'time'
|
|
|
16
16
|
module SongtradrApiClientRuby
|
|
17
17
|
# Recording with a mid-sized field set.
|
|
18
18
|
class RecordingMediumDTO
|
|
19
|
-
attr_accessor :
|
|
20
|
-
|
|
21
|
-
attr_accessor :isrc
|
|
22
|
-
|
|
23
|
-
attr_accessor :release_date
|
|
24
|
-
|
|
25
|
-
attr_accessor :titles
|
|
19
|
+
attr_accessor :spotify_id
|
|
26
20
|
|
|
27
|
-
attr_accessor :
|
|
21
|
+
attr_accessor :genre_predictions
|
|
28
22
|
|
|
29
23
|
attr_accessor :recording_party_entities
|
|
30
24
|
|
|
@@ -32,23 +26,29 @@ module SongtradrApiClientRuby
|
|
|
32
26
|
|
|
33
27
|
attr_accessor :language_of_performance
|
|
34
28
|
|
|
35
|
-
attr_accessor :
|
|
29
|
+
attr_accessor :release_date
|
|
36
30
|
|
|
37
|
-
attr_accessor :
|
|
31
|
+
attr_accessor :titles
|
|
32
|
+
|
|
33
|
+
attr_accessor :musical_features
|
|
34
|
+
|
|
35
|
+
attr_accessor :tags
|
|
36
|
+
|
|
37
|
+
attr_accessor :isrc
|
|
38
38
|
|
|
39
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
40
40
|
def self.attribute_map
|
|
41
41
|
{
|
|
42
|
-
:'
|
|
43
|
-
:'
|
|
44
|
-
:'release_date' => :'releaseDate',
|
|
45
|
-
:'titles' => :'titles',
|
|
46
|
-
:'musical_features' => :'musicalFeatures',
|
|
42
|
+
:'spotify_id' => :'spotifyId',
|
|
43
|
+
:'genre_predictions' => :'genrePredictions',
|
|
47
44
|
:'recording_party_entities' => :'recordingPartyEntities',
|
|
48
45
|
:'genres' => :'genres',
|
|
49
46
|
:'language_of_performance' => :'languageOfPerformance',
|
|
50
|
-
:'
|
|
51
|
-
:'
|
|
47
|
+
:'release_date' => :'releaseDate',
|
|
48
|
+
:'titles' => :'titles',
|
|
49
|
+
:'musical_features' => :'musicalFeatures',
|
|
50
|
+
:'tags' => :'tags',
|
|
51
|
+
:'isrc' => :'isrc'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
54
54
|
|
|
@@ -60,16 +60,16 @@ module SongtradrApiClientRuby
|
|
|
60
60
|
# Attribute type mapping.
|
|
61
61
|
def self.openapi_types
|
|
62
62
|
{
|
|
63
|
-
:'
|
|
64
|
-
:'
|
|
65
|
-
:'release_date' => :'Time',
|
|
66
|
-
:'titles' => :'Array<TitleDTO>',
|
|
67
|
-
:'musical_features' => :'MusicalFeaturesDTO',
|
|
63
|
+
:'spotify_id' => :'String',
|
|
64
|
+
:'genre_predictions' => :'Array<RecordingGenrePredictionDTO>',
|
|
68
65
|
:'recording_party_entities' => :'Array<RecordingPartyDTO>',
|
|
69
66
|
:'genres' => :'Array<GenreDTO>',
|
|
70
67
|
:'language_of_performance' => :'String',
|
|
71
|
-
:'
|
|
72
|
-
:'
|
|
68
|
+
:'release_date' => :'Time',
|
|
69
|
+
:'titles' => :'Array<TitleDTO>',
|
|
70
|
+
:'musical_features' => :'MusicalFeaturesDTO',
|
|
71
|
+
:'tags' => :'Array<RecordingTagSmallDTO>',
|
|
72
|
+
:'isrc' => :'String'
|
|
73
73
|
}
|
|
74
74
|
end
|
|
75
75
|
|
|
@@ -94,30 +94,16 @@ module SongtradrApiClientRuby
|
|
|
94
94
|
h[k.to_sym] = v
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
if attributes.key?(:'
|
|
98
|
-
|
|
99
|
-
self.tags = value
|
|
100
|
-
end
|
|
101
|
-
end
|
|
102
|
-
|
|
103
|
-
if attributes.key?(:'isrc')
|
|
104
|
-
self.isrc = attributes[:'isrc']
|
|
105
|
-
end
|
|
106
|
-
|
|
107
|
-
if attributes.key?(:'release_date')
|
|
108
|
-
self.release_date = attributes[:'release_date']
|
|
97
|
+
if attributes.key?(:'spotify_id')
|
|
98
|
+
self.spotify_id = attributes[:'spotify_id']
|
|
109
99
|
end
|
|
110
100
|
|
|
111
|
-
if attributes.key?(:'
|
|
112
|
-
if (value = attributes[:'
|
|
113
|
-
self.
|
|
101
|
+
if attributes.key?(:'genre_predictions')
|
|
102
|
+
if (value = attributes[:'genre_predictions']).is_a?(Array)
|
|
103
|
+
self.genre_predictions = value
|
|
114
104
|
end
|
|
115
105
|
end
|
|
116
106
|
|
|
117
|
-
if attributes.key?(:'musical_features')
|
|
118
|
-
self.musical_features = attributes[:'musical_features']
|
|
119
|
-
end
|
|
120
|
-
|
|
121
107
|
if attributes.key?(:'recording_party_entities')
|
|
122
108
|
if (value = attributes[:'recording_party_entities']).is_a?(Array)
|
|
123
109
|
self.recording_party_entities = value
|
|
@@ -134,15 +120,29 @@ module SongtradrApiClientRuby
|
|
|
134
120
|
self.language_of_performance = attributes[:'language_of_performance']
|
|
135
121
|
end
|
|
136
122
|
|
|
137
|
-
if attributes.key?(:'
|
|
138
|
-
self.
|
|
123
|
+
if attributes.key?(:'release_date')
|
|
124
|
+
self.release_date = attributes[:'release_date']
|
|
139
125
|
end
|
|
140
126
|
|
|
141
|
-
if attributes.key?(:'
|
|
142
|
-
if (value = attributes[:'
|
|
143
|
-
self.
|
|
127
|
+
if attributes.key?(:'titles')
|
|
128
|
+
if (value = attributes[:'titles']).is_a?(Array)
|
|
129
|
+
self.titles = value
|
|
144
130
|
end
|
|
145
131
|
end
|
|
132
|
+
|
|
133
|
+
if attributes.key?(:'musical_features')
|
|
134
|
+
self.musical_features = attributes[:'musical_features']
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
if attributes.key?(:'tags')
|
|
138
|
+
if (value = attributes[:'tags']).is_a?(Array)
|
|
139
|
+
self.tags = value
|
|
140
|
+
end
|
|
141
|
+
end
|
|
142
|
+
|
|
143
|
+
if attributes.key?(:'isrc')
|
|
144
|
+
self.isrc = attributes[:'isrc']
|
|
145
|
+
end
|
|
146
146
|
end
|
|
147
147
|
|
|
148
148
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -164,9 +164,9 @@ module SongtradrApiClientRuby
|
|
|
164
164
|
end
|
|
165
165
|
|
|
166
166
|
# Custom attribute writer method with validation
|
|
167
|
-
# @param [Object]
|
|
168
|
-
def
|
|
169
|
-
@
|
|
167
|
+
# @param [Object] genre_predictions Value to be assigned
|
|
168
|
+
def genre_predictions=(genre_predictions)
|
|
169
|
+
@genre_predictions = genre_predictions
|
|
170
170
|
end
|
|
171
171
|
|
|
172
172
|
# Custom attribute writer method with validation
|
|
@@ -182,9 +182,9 @@ module SongtradrApiClientRuby
|
|
|
182
182
|
end
|
|
183
183
|
|
|
184
184
|
# Custom attribute writer method with validation
|
|
185
|
-
# @param [Object]
|
|
186
|
-
def
|
|
187
|
-
@
|
|
185
|
+
# @param [Object] titles Value to be assigned
|
|
186
|
+
def titles=(titles)
|
|
187
|
+
@titles = titles
|
|
188
188
|
end
|
|
189
189
|
|
|
190
190
|
# Checks equality by comparing each attribute.
|
|
@@ -192,16 +192,16 @@ module SongtradrApiClientRuby
|
|
|
192
192
|
def ==(o)
|
|
193
193
|
return true if self.equal?(o)
|
|
194
194
|
self.class == o.class &&
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
release_date == o.release_date &&
|
|
198
|
-
titles == o.titles &&
|
|
199
|
-
musical_features == o.musical_features &&
|
|
195
|
+
spotify_id == o.spotify_id &&
|
|
196
|
+
genre_predictions == o.genre_predictions &&
|
|
200
197
|
recording_party_entities == o.recording_party_entities &&
|
|
201
198
|
genres == o.genres &&
|
|
202
199
|
language_of_performance == o.language_of_performance &&
|
|
203
|
-
|
|
204
|
-
|
|
200
|
+
release_date == o.release_date &&
|
|
201
|
+
titles == o.titles &&
|
|
202
|
+
musical_features == o.musical_features &&
|
|
203
|
+
tags == o.tags &&
|
|
204
|
+
isrc == o.isrc
|
|
205
205
|
end
|
|
206
206
|
|
|
207
207
|
# @see the `==` method
|
|
@@ -213,7 +213,7 @@ module SongtradrApiClientRuby
|
|
|
213
213
|
# Calculates hash code according to all attributes.
|
|
214
214
|
# @return [Integer] Hash code
|
|
215
215
|
def hash
|
|
216
|
-
[
|
|
216
|
+
[spotify_id, genre_predictions, recording_party_entities, genres, language_of_performance, release_date, titles, musical_features, tags, isrc].hash
|
|
217
217
|
end
|
|
218
218
|
|
|
219
219
|
# 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.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -16,15 +16,15 @@ require 'time'
|
|
|
16
16
|
module SongtradrApiClientRuby
|
|
17
17
|
# Recording in its minimal form, but with AI-predicted musical features.
|
|
18
18
|
class RecordingMinimalWithMusicalFeaturesDTO
|
|
19
|
-
attr_accessor :isrc
|
|
20
|
-
|
|
21
19
|
attr_accessor :musical_features
|
|
22
20
|
|
|
21
|
+
attr_accessor :isrc
|
|
22
|
+
|
|
23
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
24
24
|
def self.attribute_map
|
|
25
25
|
{
|
|
26
|
-
:'
|
|
27
|
-
:'
|
|
26
|
+
:'musical_features' => :'musicalFeatures',
|
|
27
|
+
:'isrc' => :'isrc'
|
|
28
28
|
}
|
|
29
29
|
end
|
|
30
30
|
|
|
@@ -36,8 +36,8 @@ module SongtradrApiClientRuby
|
|
|
36
36
|
# Attribute type mapping.
|
|
37
37
|
def self.openapi_types
|
|
38
38
|
{
|
|
39
|
-
:'
|
|
40
|
-
:'
|
|
39
|
+
:'musical_features' => :'Array<MusicalFeaturesDTO>',
|
|
40
|
+
:'isrc' => :'String'
|
|
41
41
|
}
|
|
42
42
|
end
|
|
43
43
|
|
|
@@ -62,15 +62,15 @@ module SongtradrApiClientRuby
|
|
|
62
62
|
h[k.to_sym] = v
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
if attributes.key?(:'isrc')
|
|
66
|
-
self.isrc = attributes[:'isrc']
|
|
67
|
-
end
|
|
68
|
-
|
|
69
65
|
if attributes.key?(:'musical_features')
|
|
70
66
|
if (value = attributes[:'musical_features']).is_a?(Array)
|
|
71
67
|
self.musical_features = value
|
|
72
68
|
end
|
|
73
69
|
end
|
|
70
|
+
|
|
71
|
+
if attributes.key?(:'isrc')
|
|
72
|
+
self.isrc = attributes[:'isrc']
|
|
73
|
+
end
|
|
74
74
|
end
|
|
75
75
|
|
|
76
76
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -96,8 +96,8 @@ module SongtradrApiClientRuby
|
|
|
96
96
|
def ==(o)
|
|
97
97
|
return true if self.equal?(o)
|
|
98
98
|
self.class == o.class &&
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
musical_features == o.musical_features &&
|
|
100
|
+
isrc == o.isrc
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
# @see the `==` method
|
|
@@ -109,7 +109,7 @@ module SongtradrApiClientRuby
|
|
|
109
109
|
# Calculates hash code according to all attributes.
|
|
110
110
|
# @return [Integer] Hash code
|
|
111
111
|
def hash
|
|
112
|
-
[
|
|
112
|
+
[musical_features, isrc].hash
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
# 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.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -18,19 +18,19 @@ module SongtradrApiClientRuby
|
|
|
18
18
|
class RecordingPlaylistDTO
|
|
19
19
|
attr_accessor :recording
|
|
20
20
|
|
|
21
|
+
attr_accessor :songtradr_track_guid
|
|
22
|
+
|
|
21
23
|
attr_accessor :assigned_by_id
|
|
22
24
|
|
|
23
25
|
attr_accessor :sequence
|
|
24
26
|
|
|
25
|
-
attr_accessor :songtradr_track_guid
|
|
26
|
-
|
|
27
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
28
|
def self.attribute_map
|
|
29
29
|
{
|
|
30
30
|
:'recording' => :'recording',
|
|
31
|
+
:'songtradr_track_guid' => :'songtradrTrackGuid',
|
|
31
32
|
:'assigned_by_id' => :'assignedById',
|
|
32
|
-
:'sequence' => :'sequence'
|
|
33
|
-
:'songtradr_track_guid' => :'songtradrTrackGuid'
|
|
33
|
+
:'sequence' => :'sequence'
|
|
34
34
|
}
|
|
35
35
|
end
|
|
36
36
|
|
|
@@ -43,9 +43,9 @@ module SongtradrApiClientRuby
|
|
|
43
43
|
def self.openapi_types
|
|
44
44
|
{
|
|
45
45
|
:'recording' => :'RecordingMediumDTO',
|
|
46
|
+
:'songtradr_track_guid' => :'String',
|
|
46
47
|
:'assigned_by_id' => :'Integer',
|
|
47
|
-
:'sequence' => :'Integer'
|
|
48
|
-
:'songtradr_track_guid' => :'String'
|
|
48
|
+
:'sequence' => :'Integer'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
51
51
|
|
|
@@ -74,6 +74,10 @@ module SongtradrApiClientRuby
|
|
|
74
74
|
self.recording = attributes[:'recording']
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
+
if attributes.key?(:'songtradr_track_guid')
|
|
78
|
+
self.songtradr_track_guid = attributes[:'songtradr_track_guid']
|
|
79
|
+
end
|
|
80
|
+
|
|
77
81
|
if attributes.key?(:'assigned_by_id')
|
|
78
82
|
self.assigned_by_id = attributes[:'assigned_by_id']
|
|
79
83
|
end
|
|
@@ -81,10 +85,6 @@ module SongtradrApiClientRuby
|
|
|
81
85
|
if attributes.key?(:'sequence')
|
|
82
86
|
self.sequence = attributes[:'sequence']
|
|
83
87
|
end
|
|
84
|
-
|
|
85
|
-
if attributes.key?(:'songtradr_track_guid')
|
|
86
|
-
self.songtradr_track_guid = attributes[:'songtradr_track_guid']
|
|
87
|
-
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
90
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -106,9 +106,9 @@ module SongtradrApiClientRuby
|
|
|
106
106
|
return true if self.equal?(o)
|
|
107
107
|
self.class == o.class &&
|
|
108
108
|
recording == o.recording &&
|
|
109
|
+
songtradr_track_guid == o.songtradr_track_guid &&
|
|
109
110
|
assigned_by_id == o.assigned_by_id &&
|
|
110
|
-
sequence == o.sequence
|
|
111
|
-
songtradr_track_guid == o.songtradr_track_guid
|
|
111
|
+
sequence == o.sequence
|
|
112
112
|
end
|
|
113
113
|
|
|
114
114
|
# @see the `==` method
|
|
@@ -120,7 +120,7 @@ module SongtradrApiClientRuby
|
|
|
120
120
|
# Calculates hash code according to all attributes.
|
|
121
121
|
# @return [Integer] Hash code
|
|
122
122
|
def hash
|
|
123
|
-
[recording, assigned_by_id, sequence
|
|
123
|
+
[recording, songtradr_track_guid, assigned_by_id, sequence].hash
|
|
124
124
|
end
|
|
125
125
|
|
|
126
126
|
# 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.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -18,19 +18,19 @@ module SongtradrApiClientRuby
|
|
|
18
18
|
class RecordingSmallDTO
|
|
19
19
|
attr_accessor :duration
|
|
20
20
|
|
|
21
|
-
attr_accessor :
|
|
21
|
+
attr_accessor :parties
|
|
22
22
|
|
|
23
23
|
attr_accessor :titles
|
|
24
24
|
|
|
25
|
-
attr_accessor :
|
|
25
|
+
attr_accessor :isrc
|
|
26
26
|
|
|
27
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
28
|
def self.attribute_map
|
|
29
29
|
{
|
|
30
30
|
:'duration' => :'duration',
|
|
31
|
-
:'
|
|
31
|
+
:'parties' => :'parties',
|
|
32
32
|
:'titles' => :'titles',
|
|
33
|
-
:'
|
|
33
|
+
:'isrc' => :'isrc'
|
|
34
34
|
}
|
|
35
35
|
end
|
|
36
36
|
|
|
@@ -43,9 +43,9 @@ module SongtradrApiClientRuby
|
|
|
43
43
|
def self.openapi_types
|
|
44
44
|
{
|
|
45
45
|
:'duration' => :'Integer',
|
|
46
|
-
:'
|
|
46
|
+
:'parties' => :'Array<RecordingPartyDTO>',
|
|
47
47
|
:'titles' => :'Array<TitleDTO>',
|
|
48
|
-
:'
|
|
48
|
+
:'isrc' => :'String'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
51
51
|
|
|
@@ -74,8 +74,10 @@ module SongtradrApiClientRuby
|
|
|
74
74
|
self.duration = attributes[:'duration']
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
if attributes.key?(:'
|
|
78
|
-
|
|
77
|
+
if attributes.key?(:'parties')
|
|
78
|
+
if (value = attributes[:'parties']).is_a?(Array)
|
|
79
|
+
self.parties = value
|
|
80
|
+
end
|
|
79
81
|
end
|
|
80
82
|
|
|
81
83
|
if attributes.key?(:'titles')
|
|
@@ -84,10 +86,8 @@ module SongtradrApiClientRuby
|
|
|
84
86
|
end
|
|
85
87
|
end
|
|
86
88
|
|
|
87
|
-
if attributes.key?(:'
|
|
88
|
-
|
|
89
|
-
self.parties = value
|
|
90
|
-
end
|
|
89
|
+
if attributes.key?(:'isrc')
|
|
90
|
+
self.isrc = attributes[:'isrc']
|
|
91
91
|
end
|
|
92
92
|
end
|
|
93
93
|
|
|
@@ -109,27 +109,27 @@ module SongtradrApiClientRuby
|
|
|
109
109
|
true
|
|
110
110
|
end
|
|
111
111
|
|
|
112
|
-
# Custom attribute writer method with validation
|
|
113
|
-
# @param [Object] titles Value to be assigned
|
|
114
|
-
def titles=(titles)
|
|
115
|
-
@titles = titles
|
|
116
|
-
end
|
|
117
|
-
|
|
118
112
|
# Custom attribute writer method with validation
|
|
119
113
|
# @param [Object] parties Value to be assigned
|
|
120
114
|
def parties=(parties)
|
|
121
115
|
@parties = parties
|
|
122
116
|
end
|
|
123
117
|
|
|
118
|
+
# Custom attribute writer method with validation
|
|
119
|
+
# @param [Object] titles Value to be assigned
|
|
120
|
+
def titles=(titles)
|
|
121
|
+
@titles = titles
|
|
122
|
+
end
|
|
123
|
+
|
|
124
124
|
# Checks equality by comparing each attribute.
|
|
125
125
|
# @param [Object] Object to be compared
|
|
126
126
|
def ==(o)
|
|
127
127
|
return true if self.equal?(o)
|
|
128
128
|
self.class == o.class &&
|
|
129
129
|
duration == o.duration &&
|
|
130
|
-
|
|
130
|
+
parties == o.parties &&
|
|
131
131
|
titles == o.titles &&
|
|
132
|
-
|
|
132
|
+
isrc == o.isrc
|
|
133
133
|
end
|
|
134
134
|
|
|
135
135
|
# @see the `==` method
|
|
@@ -141,7 +141,7 @@ module SongtradrApiClientRuby
|
|
|
141
141
|
# Calculates hash code according to all attributes.
|
|
142
142
|
# @return [Integer] Hash code
|
|
143
143
|
def hash
|
|
144
|
-
[duration,
|
|
144
|
+
[duration, parties, titles, isrc].hash
|
|
145
145
|
end
|
|
146
146
|
|
|
147
147
|
# 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.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.12.
|
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|