songtradr_api_client_ruby 1.12.24 → 1.13.1

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