songtradr_api_client_ruby 1.13.2 → 1.13.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -2
  3. data/README.md +5 -5
  4. data/docs/ApiKeyDTO.md +3 -3
  5. data/docs/MusicalFeaturesDTO.md +22 -22
  6. data/docs/PlaylistLargeDTO.md +6 -6
  7. data/docs/ProductMediumDTO.md +8 -8
  8. data/docs/ProductPartyDTO.md +3 -3
  9. data/docs/RecordingGenrePredictionDTO.md +3 -3
  10. data/docs/RecordingLargeDTO.md +9 -9
  11. data/docs/RecordingMediumDTO.md +7 -7
  12. data/docs/RecordingPartyDTO.md +3 -3
  13. data/docs/RecordingSmallDTO.md +3 -3
  14. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +2 -2
  15. data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +2 -2
  16. data/lib/songtradr_api_client_ruby/api/party_api.rb +2 -2
  17. data/lib/songtradr_api_client_ruby/api/playlist_api.rb +2 -2
  18. data/lib/songtradr_api_client_ruby/api/recording_api.rb +2 -2
  19. data/lib/songtradr_api_client_ruby/api/user_api.rb +2 -2
  20. data/lib/songtradr_api_client_ruby/api_client.rb +2 -2
  21. data/lib/songtradr_api_client_ruby/api_error.rb +2 -2
  22. data/lib/songtradr_api_client_ruby/configuration.rb +2 -2
  23. data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +2 -2
  24. data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +15 -15
  25. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +2 -2
  26. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +2 -2
  27. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +2 -2
  28. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +2 -2
  29. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +2 -2
  30. data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +2 -2
  31. data/lib/songtradr_api_client_ruby/models/error_response.rb +2 -2
  32. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +2 -2
  33. data/lib/songtradr_api_client_ruby/models/file_dto.rb +2 -2
  34. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +2 -2
  35. data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +2 -2
  36. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +2 -2
  37. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +2 -2
  38. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +2 -2
  39. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +2 -2
  40. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +2 -2
  41. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +2 -2
  42. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +2 -2
  43. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +2 -2
  44. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +2 -2
  45. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +2 -2
  46. data/lib/songtradr_api_client_ruby/models/login_dto.rb +2 -2
  47. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +244 -244
  48. data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +2 -2
  49. data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +2 -2
  50. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +2 -2
  51. data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +29 -29
  52. data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +45 -45
  53. data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +17 -17
  54. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +2 -2
  55. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +22 -22
  56. data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +52 -52
  57. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +2 -2
  58. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +43 -43
  59. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +2 -2
  60. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +2 -2
  61. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +2 -2
  62. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +17 -17
  63. data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +2 -2
  64. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +27 -27
  65. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +2 -2
  66. data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +8 -8
  67. data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +2 -2
  68. data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +2 -2
  69. data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +2 -2
  70. data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +2 -2
  71. data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +2 -2
  72. data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +2 -2
  73. data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +2 -2
  74. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +2 -2
  75. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +2 -2
  76. data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +2 -2
  77. data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +2 -2
  78. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +2 -2
  79. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +2 -2
  80. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +2 -2
  81. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +2 -2
  82. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +2 -2
  83. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +2 -2
  84. data/lib/songtradr_api_client_ruby/models/title_dto.rb +2 -2
  85. data/lib/songtradr_api_client_ruby/models/token_request.rb +2 -2
  86. data/lib/songtradr_api_client_ruby/models/track_dto.rb +2 -2
  87. data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +2 -2
  88. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +2 -2
  89. data/lib/songtradr_api_client_ruby/models/usage_dto.rb +2 -2
  90. data/lib/songtradr_api_client_ruby/models/user_dto.rb +2 -2
  91. data/lib/songtradr_api_client_ruby/version.rb +3 -3
  92. data/lib/songtradr_api_client_ruby.rb +2 -2
  93. data/openapi-generator-config.yaml +1 -1
  94. data/songtradr_api_client_ruby.gemspec +2 -2
  95. data/spec/api/allowed_values_api_spec.rb +2 -2
  96. data/spec/api/api_keys_api_spec.rb +2 -2
  97. data/spec/api/party_api_spec.rb +2 -2
  98. data/spec/api/playlist_api_spec.rb +2 -2
  99. data/spec/api/recording_api_spec.rb +2 -2
  100. data/spec/api/user_api_spec.rb +2 -2
  101. data/spec/api_client_spec.rb +2 -2
  102. data/spec/configuration_spec.rb +2 -2
  103. data/spec/models/admin_api_user_dto_spec.rb +2 -2
  104. data/spec/models/api_key_dto_spec.rb +4 -4
  105. data/spec/models/category_medium_dto_spec.rb +2 -2
  106. data/spec/models/category_minimal_dto_spec.rb +2 -2
  107. data/spec/models/config_access_dto_spec.rb +2 -2
  108. data/spec/models/config_identifier_dto_spec.rb +2 -2
  109. data/spec/models/contributor_type_dto_spec.rb +2 -2
  110. data/spec/models/create_api_key_dto_spec.rb +2 -2
  111. data/spec/models/error_response_spec.rb +2 -2
  112. data/spec/models/field_summary_dto_spec.rb +2 -2
  113. data/spec/models/file_dto_spec.rb +2 -2
  114. data/spec/models/file_list_dto_spec.rb +2 -2
  115. data/spec/models/file_minimal_with_url_dto_spec.rb +2 -2
  116. data/spec/models/file_small_dto_spec.rb +2 -2
  117. data/spec/models/file_upload_dto_spec.rb +2 -2
  118. data/spec/models/file_w_ith_url_dto_spec.rb +2 -2
  119. data/spec/models/files_summary_dto_spec.rb +2 -2
  120. data/spec/models/forgot_password_dto_spec.rb +2 -2
  121. data/spec/models/genre_dto_spec.rb +2 -2
  122. data/spec/models/genre_minimal_dto_spec.rb +2 -2
  123. data/spec/models/genres_summary_dto_spec.rb +2 -2
  124. data/spec/models/init_put_recording_audio_dto_spec.rb +2 -2
  125. data/spec/models/jwt_token_dto_spec.rb +2 -2
  126. data/spec/models/login_dto_spec.rb +2 -2
  127. data/spec/models/musical_features_dto_spec.rb +74 -74
  128. data/spec/models/p_line_dto_spec.rb +2 -2
  129. data/spec/models/party_large_dto_spec.rb +2 -2
  130. data/spec/models/party_small_dto_spec.rb +2 -2
  131. data/spec/models/playlist_large_dto_spec.rb +7 -7
  132. data/spec/models/product_medium_dto_spec.rb +10 -10
  133. data/spec/models/product_party_dto_spec.rb +4 -4
  134. data/spec/models/recording_for_similarity_search_dto_spec.rb +2 -2
  135. data/spec/models/recording_genre_prediction_dto_spec.rb +5 -5
  136. data/spec/models/recording_large_dto_spec.rb +12 -12
  137. data/spec/models/recording_list_dto_spec.rb +2 -2
  138. data/spec/models/recording_medium_dto_spec.rb +11 -11
  139. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +2 -2
  140. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +2 -2
  141. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +2 -2
  142. data/spec/models/recording_party_dto_spec.rb +4 -4
  143. data/spec/models/recording_playlist_dto_spec.rb +2 -2
  144. data/spec/models/recording_small_dto_spec.rb +4 -4
  145. data/spec/models/recording_tag_small_dto_spec.rb +2 -2
  146. data/spec/models/save_file_recording_dto_spec.rb +5 -5
  147. data/spec/models/save_playlist_dto_spec.rb +2 -2
  148. data/spec/models/save_recording_genre_dto_spec.rb +2 -2
  149. data/spec/models/save_recording_party_dto_spec.rb +2 -2
  150. data/spec/models/save_recording_playlist_dto_spec.rb +2 -2
  151. data/spec/models/save_recording_tag_dto_spec.rb +2 -2
  152. data/spec/models/save_referrer_dto_spec.rb +2 -2
  153. data/spec/models/save_taggrams_dto_spec.rb +2 -2
  154. data/spec/models/save_user_dto_spec.rb +2 -2
  155. data/spec/models/search_filter_values_dto_spec.rb +2 -2
  156. data/spec/models/search_recording_granular_abstraction_dto_spec.rb +2 -2
  157. data/spec/models/search_recording_granular_dto_spec.rb +2 -2
  158. data/spec/models/sign_up_dto_spec.rb +2 -2
  159. data/spec/models/tag_dto_spec.rb +2 -2
  160. data/spec/models/tag_small_dto_spec.rb +2 -2
  161. data/spec/models/taggram_dto_spec.rb +2 -2
  162. data/spec/models/tags_summary_dto_spec.rb +2 -2
  163. data/spec/models/tagstrength_dto_spec.rb +2 -2
  164. data/spec/models/title_dto_spec.rb +2 -2
  165. data/spec/models/token_request_spec.rb +2 -2
  166. data/spec/models/track_dto_spec.rb +2 -2
  167. data/spec/models/track_to_medium_product_dto_spec.rb +2 -2
  168. data/spec/models/update_password_dto_spec.rb +2 -2
  169. data/spec/models/usage_dto_spec.rb +2 -2
  170. data/spec/models/user_dto_spec.rb +2 -2
  171. data/spec/spec_helper.rb +2 -2
  172. metadata +59 -59
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70abe4b49ba156c905041396edd932693bfe576ba0f86ac1081e163d5579c5aa
4
- data.tar.gz: 86a3ee62914a768d255c00d2ca27ef8b71253db8e0d9f4d3f0492907707fd2ad
3
+ metadata.gz: f1f32218a2163a8e265f3461adaab06f8e42b68ba1dd7878fd10a5ee9c5a23bd
4
+ data.tar.gz: 3ef9c5f550d48310fe45bca7f76d91fe27d2b9b329f87e628e91acbf7dfc1a45
5
5
  SHA512:
6
- metadata.gz: 24fcf637be439928453c433b2c12cbe92968875eaa7c83362d65e5593003ab75f60f230e51d32821864e4f3849369efcd0c132d15fff7d7832a4acf91a70c6c0
7
- data.tar.gz: dabbb3bb753dbc94711fc5afc221132596aa3d9b7f866758d57cd6050a79cfec1723c99e8bdba37f6680f378698e92da4516e66a362ea1b493f29c9a9491b366
6
+ metadata.gz: 144126beee75426aa5e1ac60f69c57e678fc243c2e85740a2f5c56d897281c584271d9d17cf8f44b61ad60fc7c5e07f8a9a43d1c8c811d99475e5664aa42235c
7
+ data.tar.gz: fcfb2ace87efa5526d6f84b92899b61accb906d3d705702faa6522efe0372f30577a5240eebf8bd70c522178e06f72ed9bc570fa683a12c6581b464ca902a1f6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- songtradr_api_client_ruby (1.13.2)
4
+ songtradr_api_client_ruby (1.13.4)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
 
@@ -9,10 +9,12 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
+ base64 (0.1.1)
12
13
  byebug (11.1.3)
13
14
  coderay (1.1.3)
14
15
  diff-lcs (1.5.0)
15
- faraday (2.7.10)
16
+ faraday (2.7.11)
17
+ base64
16
18
  faraday-net_http (>= 2.0, < 3.1)
17
19
  ruby2_keywords (>= 0.0.4)
18
20
  faraday-multipart (1.0.4)
data/README.md CHANGED
@@ -33,8 +33,8 @@ You can either search the released music via the /public/recording endpoints or
33
33
 
34
34
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
35
35
 
36
- - API version: 1.13.2
37
- - Package version: 1.13.2
36
+ - API version: 1.13.4
37
+ - Package version: 1.13.4
38
38
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
39
39
  For more information, please visit [https://songtradr.com](https://songtradr.com)
40
40
 
@@ -51,16 +51,16 @@ gem build songtradr_api_client_ruby.gemspec
51
51
  Then either install the gem locally:
52
52
 
53
53
  ```shell
54
- gem install ./songtradr_api_client_ruby-1.13.2.gem
54
+ gem install ./songtradr_api_client_ruby-1.13.4.gem
55
55
  ```
56
56
 
57
- (for development, run `gem install --dev ./songtradr_api_client_ruby-1.13.2.gem` to install the development dependencies)
57
+ (for development, run `gem install --dev ./songtradr_api_client_ruby-1.13.4.gem` to install the development dependencies)
58
58
 
59
59
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
60
60
 
61
61
  Finally add this to the Gemfile:
62
62
 
63
- gem 'songtradr_api_client_ruby', '~> 1.13.2'
63
+ gem 'songtradr_api_client_ruby', '~> 1.13.4'
64
64
 
65
65
  ### Install from Git
66
66
 
data/docs/ApiKeyDTO.md CHANGED
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | | |
8
8
  | **id** | **String** | | |
9
- | **created_at** | **Time** | | |
10
9
  | **last_used_at** | **Time** | | [optional] |
10
+ | **created_at** | **Time** | | |
11
11
 
12
12
  ## Example
13
13
 
@@ -17,8 +17,8 @@ require 'songtradr_api_client_ruby'
17
17
  instance = SongtradrApiClientRuby::ApiKeyDTO.new(
18
18
  name: null,
19
19
  id: null,
20
- created_at: null,
21
- last_used_at: null
20
+ last_used_at: null,
21
+ created_at: null
22
22
  )
23
23
  ```
24
24
 
@@ -5,17 +5,6 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **space** | **String** | Search for space | [optional] |
8
- | **language_of_performance** | **String** | | [optional] |
9
- | **arousal** | **String** | Search for an arousal | [optional] |
10
- | **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
11
- | **energy** | **String** | Search for energy | [optional] |
12
- | **engagement** | **String** | Search for an engagement | [optional] |
13
- | **groovyness** | **String** | Search for groovyness | [optional] |
14
- | **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
15
- | **pleasantness** | **String** | Search for pleasantness | [optional] |
16
- | **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
17
- | **primary_sound_character** | **String** | Search for a sound character | [optional] |
18
- | **rhythm** | **String** | Search for rhythm | [optional] |
19
8
  | **roughness** | **String** | Search for roughness | [optional] |
20
9
  | **scale** | **String** | Search for a tonal scale | [optional] |
21
10
  | **sound_generation** | **String** | Search for type of sound generation | [optional] |
@@ -29,6 +18,17 @@
29
18
  | **curateability** | **String** | Search for curatebility | [optional] |
30
19
  | **use_case** | **String** | Search for use case | [optional] |
31
20
  | **channel_suitability** | **String** | Search for social media suitability | [optional] |
21
+ | **language_of_performance** | **String** | | [optional] |
22
+ | **arousal** | **String** | Search for an arousal | [optional] |
23
+ | **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
24
+ | **energy** | **String** | Search for energy | [optional] |
25
+ | **engagement** | **String** | Search for an engagement | [optional] |
26
+ | **groovyness** | **String** | Search for groovyness | [optional] |
27
+ | **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
28
+ | **pleasantness** | **String** | Search for pleasantness | [optional] |
29
+ | **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
30
+ | **primary_sound_character** | **String** | Search for a sound character | [optional] |
31
+ | **rhythm** | **String** | Search for rhythm | [optional] |
32
32
  | **primary_mood_cluster_affinity** | **Float** | | [optional] |
33
33
  | **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
34
34
  | **secondary_mood_cluster_affinity** | **Float** | | [optional] |
@@ -97,17 +97,6 @@ require 'songtradr_api_client_ruby'
97
97
 
98
98
  instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
99
99
  space: null,
100
- language_of_performance: null,
101
- arousal: null,
102
- dominant_instrument: null,
103
- energy: null,
104
- engagement: null,
105
- groovyness: null,
106
- harmony: null,
107
- pleasantness: null,
108
- primary_mood_cluster: null,
109
- primary_sound_character: null,
110
- rhythm: null,
111
100
  roughness: null,
112
101
  scale: null,
113
102
  sound_generation: null,
@@ -121,6 +110,17 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
121
110
  curateability: null,
122
111
  use_case: null,
123
112
  channel_suitability: null,
113
+ language_of_performance: null,
114
+ arousal: null,
115
+ dominant_instrument: null,
116
+ energy: null,
117
+ engagement: null,
118
+ groovyness: null,
119
+ harmony: null,
120
+ pleasantness: null,
121
+ primary_mood_cluster: null,
122
+ primary_sound_character: null,
123
+ rhythm: null,
124
124
  primary_mood_cluster_affinity: null,
125
125
  secondary_mood_cluster: null,
126
126
  secondary_mood_cluster_affinity: null,
@@ -6,15 +6,15 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | | |
8
8
  | **state** | **String** | | [optional] |
9
+ | **description** | **String** | | [optional] |
9
10
  | **songtradr_playlist_guid** | **String** | | [optional] |
10
- | **pretzel_tier** | **String** | | [optional] |
11
11
  | **asset_url** | **String** | | [optional] |
12
+ | **pretzel_tier** | **String** | | [optional] |
12
13
  | **usage** | **String** | | [optional] |
13
- | **usages** | [**Array&lt;UsageDTO&gt;**](UsageDTO.md) | | [optional] |
14
14
  | **tracks** | [**Array&lt;RecordingPlaylistDTO&gt;**](RecordingPlaylistDTO.md) | | [optional] |
15
15
  | **created** | **Time** | | [optional] |
16
16
  | **updated** | **Time** | | [optional] |
17
- | **description** | **String** | | [optional] |
17
+ | **usages** | [**Array&lt;UsageDTO&gt;**](UsageDTO.md) | | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -24,15 +24,15 @@ require 'songtradr_api_client_ruby'
24
24
  instance = SongtradrApiClientRuby::PlaylistLargeDTO.new(
25
25
  name: null,
26
26
  state: null,
27
+ description: null,
27
28
  songtradr_playlist_guid: null,
28
- pretzel_tier: null,
29
29
  asset_url: null,
30
+ pretzel_tier: null,
30
31
  usage: null,
31
- usages: null,
32
32
  tracks: null,
33
33
  created: null,
34
34
  updated: null,
35
- description: null
35
+ usages: null
36
36
  )
37
37
  ```
38
38
 
@@ -5,14 +5,14 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Time** | | [optional] |
8
- | **release_date** | **Time** | | [optional] |
9
- | **takedown_date** | **Time** | | [optional] |
10
- | **parties** | [**Array&lt;ProductPartyDTO&gt;**](ProductPartyDTO.md) | | [optional] |
8
+ | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
11
9
  | **genres** | [**Array&lt;GenreMinimalDTO&gt;**](GenreMinimalDTO.md) | | [optional] |
12
10
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
13
11
  | **gtin** | **String** | | [optional] |
14
12
  | **grid** | **String** | | [optional] |
15
- | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
13
+ | **release_date** | **Time** | | [optional] |
14
+ | **takedown_date** | **Time** | | [optional] |
15
+ | **parties** | [**Array&lt;ProductPartyDTO&gt;**](ProductPartyDTO.md) | | [optional] |
16
16
 
17
17
  ## Example
18
18
 
@@ -21,14 +21,14 @@ require 'songtradr_api_client_ruby'
21
21
 
22
22
  instance = SongtradrApiClientRuby::ProductMediumDTO.new(
23
23
  duration: null,
24
- release_date: null,
25
- takedown_date: null,
26
- parties: null,
24
+ pline: null,
27
25
  genres: null,
28
26
  titles: null,
29
27
  gtin: null,
30
28
  grid: null,
31
- pline: null
29
+ release_date: null,
30
+ takedown_date: null,
31
+ parties: null
32
32
  )
33
33
  ```
34
34
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
8
7
  | **contributor_types** | [**Array&lt;ContributorTypeDTO&gt;**](ContributorTypeDTO.md) | | [optional] |
8
+ | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
9
9
 
10
10
  ## Example
11
11
 
@@ -13,8 +13,8 @@
13
13
  require 'songtradr_api_client_ruby'
14
14
 
15
15
  instance = SongtradrApiClientRuby::ProductPartyDTO.new(
16
- party: null,
17
- contributor_types: null
16
+ contributor_types: null,
17
+ party: null
18
18
  )
19
19
  ```
20
20
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **genre_type** | **String** | | |
8
7
  | **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
9
8
  | **probability** | **Float** | | |
9
+ | **genre_type** | **String** | | |
10
10
 
11
11
  ## Example
12
12
 
@@ -14,9 +14,9 @@
14
14
  require 'songtradr_api_client_ruby'
15
15
 
16
16
  instance = SongtradrApiClientRuby::RecordingGenrePredictionDTO.new(
17
- genre_type: null,
18
17
  genre: null,
19
- probability: null
18
+ probability: null,
19
+ genre_type: null
20
20
  )
21
21
  ```
22
22
 
@@ -6,16 +6,16 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Integer** | | [optional] |
8
8
  | **isrc** | **String** | | |
9
- | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
9
+ | **spotify_id** | **String** | | [optional] |
10
+ | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
11
+ | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
10
12
  | **genres** | [**Array&lt;GenreDTO&gt;**](GenreDTO.md) | | [optional] |
11
13
  | **language_of_performance** | **String** | | [optional] |
12
14
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
13
15
  | **tracks** | [**Array&lt;TrackToMediumProductDTO&gt;**](TrackToMediumProductDTO.md) | | [optional] |
14
16
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
17
+ | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
15
18
  | **tags** | [**Array&lt;RecordingTagSmallDTO&gt;**](RecordingTagSmallDTO.md) | | [optional] |
16
- | **spotify_id** | **String** | | [optional] |
17
- | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
18
- | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
19
19
 
20
20
  ## Example
21
21
 
@@ -25,16 +25,16 @@ require 'songtradr_api_client_ruby'
25
25
  instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
26
26
  duration: null,
27
27
  isrc: null,
28
- parties: null,
28
+ spotify_id: null,
29
+ genre_predictions: null,
30
+ pline: null,
29
31
  genres: null,
30
32
  language_of_performance: null,
31
33
  titles: null,
32
34
  tracks: null,
33
35
  musical_features: null,
34
- tags: null,
35
- spotify_id: null,
36
- pline: null,
37
- genre_predictions: null
36
+ parties: null,
37
+ tags: null
38
38
  )
39
39
  ```
40
40
 
@@ -5,16 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **isrc** | **String** | | |
8
- | **recording_party_entities** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
8
+ | **spotify_id** | **String** | | [optional] |
9
+ | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
9
10
  | **genres** | [**Array&lt;GenreDTO&gt;**](GenreDTO.md) | | [optional] |
10
11
  | **language_of_performance** | **String** | | [optional] |
11
12
  | **release_date** | **Time** | | [optional] |
12
13
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
13
14
  | **tracks** | [**Array&lt;TrackDTO&gt;**](TrackDTO.md) | | [optional] |
14
15
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
16
+ | **recording_party_entities** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
15
17
  | **tags** | [**Array&lt;RecordingTagSmallDTO&gt;**](RecordingTagSmallDTO.md) | | [optional] |
16
- | **spotify_id** | **String** | | [optional] |
17
- | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -23,16 +23,16 @@ require 'songtradr_api_client_ruby'
23
23
 
24
24
  instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
25
25
  isrc: null,
26
- recording_party_entities: null,
26
+ spotify_id: null,
27
+ genre_predictions: null,
27
28
  genres: null,
28
29
  language_of_performance: null,
29
30
  release_date: null,
30
31
  titles: null,
31
32
  tracks: null,
32
33
  musical_features: null,
33
- tags: null,
34
- spotify_id: null,
35
- genre_predictions: null
34
+ recording_party_entities: null,
35
+ tags: null
36
36
  )
37
37
  ```
38
38
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
8
7
  | **contributor_types** | [**Array&lt;ContributorTypeDTO&gt;**](ContributorTypeDTO.md) | | [optional] |
8
+ | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
9
9
 
10
10
  ## Example
11
11
 
@@ -13,8 +13,8 @@
13
13
  require 'songtradr_api_client_ruby'
14
14
 
15
15
  instance = SongtradrApiClientRuby::RecordingPartyDTO.new(
16
- party: null,
17
- contributor_types: null
16
+ contributor_types: null,
17
+ party: null
18
18
  )
19
19
  ```
20
20
 
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Integer** | | [optional] |
8
8
  | **isrc** | **String** | | |
9
- | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
10
9
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
10
+ | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
11
11
 
12
12
  ## Example
13
13
 
@@ -17,8 +17,8 @@ require 'songtradr_api_client_ruby'
17
17
  instance = SongtradrApiClientRuby::RecordingSmallDTO.new(
18
18
  duration: null,
19
19
  isrc: null,
20
- parties: null,
21
- titles: null
20
+ titles: null,
21
+ parties: null
22
22
  )
23
23
  ```
24
24
 
@@ -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.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.2
6
+ The version of the OpenAPI document: 1.13.4
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12