songtradr_api_client_ruby 1.13.4 → 1.13.5

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 (281) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +48 -5
  4. data/docs/AdminApiCreateUserDTO.md +76 -0
  5. data/docs/AdminApiUpdateUserDTO.md +76 -0
  6. data/docs/AdminUsersControllerApi.md +355 -0
  7. data/docs/AgeRange.md +20 -0
  8. data/docs/ApiKeyDTO.md +3 -3
  9. data/docs/Beard.md +20 -0
  10. data/docs/BoundingBox.md +24 -0
  11. data/docs/ContextValue.md +18 -0
  12. data/docs/CuratePlaylistDTO.md +26 -0
  13. data/docs/CuratePlaylistResponseDTO.md +18 -0
  14. data/docs/DominantColor.md +30 -0
  15. data/docs/Emotion.md +20 -0
  16. data/docs/EyeDirection.md +22 -0
  17. data/docs/EyeOpen.md +20 -0
  18. data/docs/Eyeglasses.md +20 -0
  19. data/docs/FaceDetail.md +50 -0
  20. data/docs/FaceDetection.md +20 -0
  21. data/docs/FaceOccluded.md +20 -0
  22. data/docs/FileSmallDTO.md +7 -7
  23. data/docs/Gender.md +20 -0
  24. data/docs/ImageQuality.md +20 -0
  25. data/docs/ImageRecognitionResponse.md +20 -0
  26. data/docs/Instance.md +22 -0
  27. data/docs/InternalApiApi.md +149 -0
  28. data/docs/Label.md +28 -0
  29. data/docs/LabelAlias.md +18 -0
  30. data/docs/LabelCategory.md +18 -0
  31. data/docs/LabelDetection.md +26 -0
  32. data/docs/Landmark.md +22 -0
  33. data/docs/MouthOpen.md +20 -0
  34. data/docs/MusicalFeaturesDTO.md +26 -26
  35. data/docs/Mustache.md +20 -0
  36. data/docs/Parent.md +18 -0
  37. data/docs/PlaylistApi.md +70 -0
  38. data/docs/PlaylistLargeDTO.md +3 -3
  39. data/docs/Pose.md +22 -0
  40. data/docs/ProductMediumDTO.md +2 -2
  41. data/docs/ProductPartyDTO.md +3 -3
  42. data/docs/RecordingLargeDTO.md +11 -11
  43. data/docs/RecordingMediumDTO.md +9 -9
  44. data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
  45. data/docs/RecordingPartyDTO.md +3 -3
  46. data/docs/RecordingSmallDTO.md +4 -4
  47. data/docs/SaveFileDTO.md +42 -0
  48. data/docs/SaveFileRecordingDTO.md +5 -1
  49. data/docs/Smile.md +20 -0
  50. data/docs/Sunglasses.md +20 -0
  51. data/docs/UserApi.md +140 -0
  52. data/docs/VideoRecognitionResponse.md +20 -0
  53. data/lib/songtradr_api_client_ruby/api/admin_users_controller_api.rb +346 -0
  54. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
  55. data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +1 -1
  56. data/lib/songtradr_api_client_ruby/api/internal_api_api.rb +169 -0
  57. data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
  58. data/lib/songtradr_api_client_ruby/api/playlist_api.rb +78 -1
  59. data/lib/songtradr_api_client_ruby/api/recording_api.rb +1 -1
  60. data/lib/songtradr_api_client_ruby/api/user_api.rb +137 -1
  61. data/lib/songtradr_api_client_ruby/api_client.rb +3 -2
  62. data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
  63. data/lib/songtradr_api_client_ruby/configuration.rb +2 -1
  64. data/lib/songtradr_api_client_ruby/models/admin_api_create_user_dto.rb +489 -0
  65. data/lib/songtradr_api_client_ruby/models/admin_api_update_user_dto.rb +475 -0
  66. data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +1 -1
  67. data/lib/songtradr_api_client_ruby/models/age_range.rb +223 -0
  68. data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +14 -14
  69. data/lib/songtradr_api_client_ruby/models/beard.rb +223 -0
  70. data/lib/songtradr_api_client_ruby/models/bounding_box.rb +241 -0
  71. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +1 -1
  72. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +1 -1
  73. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +1 -1
  74. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +1 -1
  75. data/lib/songtradr_api_client_ruby/models/context_value.rb +216 -0
  76. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +1 -1
  77. data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +1 -1
  78. data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +256 -0
  79. data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +216 -0
  80. data/lib/songtradr_api_client_ruby/models/dominant_color.rb +268 -0
  81. data/lib/songtradr_api_client_ruby/models/emotion.rb +223 -0
  82. data/lib/songtradr_api_client_ruby/models/error_response.rb +1 -1
  83. data/lib/songtradr_api_client_ruby/models/eye_direction.rb +232 -0
  84. data/lib/songtradr_api_client_ruby/models/eye_open.rb +223 -0
  85. data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +223 -0
  86. data/lib/songtradr_api_client_ruby/models/face_detail.rb +362 -0
  87. data/lib/songtradr_api_client_ruby/models/face_detection.rb +223 -0
  88. data/lib/songtradr_api_client_ruby/models/face_occluded.rb +223 -0
  89. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +1 -1
  90. data/lib/songtradr_api_client_ruby/models/file_dto.rb +1 -1
  91. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +1 -1
  92. data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +1 -1
  93. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +32 -32
  94. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +1 -1
  95. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +1 -1
  96. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +1 -1
  97. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +1 -1
  98. data/lib/songtradr_api_client_ruby/models/gender.rb +223 -0
  99. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +1 -1
  100. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +1 -1
  101. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +1 -1
  102. data/lib/songtradr_api_client_ruby/models/image_quality.rb +223 -0
  103. data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +227 -0
  104. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +1 -1
  105. data/lib/songtradr_api_client_ruby/models/instance.rb +234 -0
  106. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
  107. data/lib/songtradr_api_client_ruby/models/label.rb +267 -0
  108. data/lib/songtradr_api_client_ruby/models/label_alias.rb +214 -0
  109. data/lib/songtradr_api_client_ruby/models/label_category.rb +214 -0
  110. data/lib/songtradr_api_client_ruby/models/label_detection.rb +250 -0
  111. data/lib/songtradr_api_client_ruby/models/landmark.rb +232 -0
  112. data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
  113. data/lib/songtradr_api_client_ruby/models/mouth_open.rb +223 -0
  114. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +302 -302
  115. data/lib/songtradr_api_client_ruby/models/mustache.rb +223 -0
  116. data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +1 -1
  117. data/lib/songtradr_api_client_ruby/models/parent.rb +214 -0
  118. data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +1 -1
  119. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +1 -1
  120. data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +16 -16
  121. data/lib/songtradr_api_client_ruby/models/pose.rb +232 -0
  122. data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +11 -11
  123. data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +16 -16
  124. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +1 -1
  125. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +1 -1
  126. data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +59 -59
  127. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
  128. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +50 -50
  129. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +16 -16
  130. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +1 -1
  131. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +1 -1
  132. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +16 -16
  133. data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +1 -1
  134. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +28 -28
  135. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +1 -1
  136. data/lib/songtradr_api_client_ruby/models/save_file_dto.rb +323 -0
  137. data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +23 -5
  138. data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +1 -1
  139. data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +1 -1
  140. data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +1 -1
  141. data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +1 -1
  142. data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +1 -1
  143. data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +1 -1
  144. data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +1 -1
  145. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +1 -1
  146. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +1 -1
  147. data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +1 -1
  148. data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +1 -1
  149. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +1 -1
  150. data/lib/songtradr_api_client_ruby/models/smile.rb +223 -0
  151. data/lib/songtradr_api_client_ruby/models/sunglasses.rb +223 -0
  152. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +1 -1
  153. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +1 -1
  154. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +1 -1
  155. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +1 -1
  156. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +1 -1
  157. data/lib/songtradr_api_client_ruby/models/title_dto.rb +1 -1
  158. data/lib/songtradr_api_client_ruby/models/token_request.rb +1 -1
  159. data/lib/songtradr_api_client_ruby/models/track_dto.rb +1 -1
  160. data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +1 -1
  161. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +1 -1
  162. data/lib/songtradr_api_client_ruby/models/usage_dto.rb +1 -1
  163. data/lib/songtradr_api_client_ruby/models/user_dto.rb +1 -1
  164. data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +227 -0
  165. data/lib/songtradr_api_client_ruby/version.rb +2 -2
  166. data/lib/songtradr_api_client_ruby.rb +36 -1
  167. data/openapi-generator-config.yaml +1 -1
  168. data/songtradr_api_client_ruby.gemspec +1 -1
  169. data/spec/api/admin_users_controller_api_spec.rb +93 -0
  170. data/spec/api/allowed_values_api_spec.rb +1 -1
  171. data/spec/api/api_keys_api_spec.rb +1 -1
  172. data/spec/api/internal_api_api_spec.rb +58 -0
  173. data/spec/api/party_api_spec.rb +1 -1
  174. data/spec/api/playlist_api_spec.rb +13 -1
  175. data/spec/api/recording_api_spec.rb +1 -1
  176. data/spec/api/user_api_spec.rb +25 -1
  177. data/spec/api_client_spec.rb +1 -1
  178. data/spec/configuration_spec.rb +1 -1
  179. data/spec/models/admin_api_create_user_dto_spec.rb +210 -0
  180. data/spec/models/admin_api_update_user_dto_spec.rb +210 -0
  181. data/spec/models/admin_api_user_dto_spec.rb +4 -2
  182. data/spec/models/age_range_spec.rb +42 -0
  183. data/spec/models/api_key_dto_spec.rb +6 -4
  184. data/spec/models/beard_spec.rb +42 -0
  185. data/spec/models/bounding_box_spec.rb +54 -0
  186. data/spec/models/category_medium_dto_spec.rb +4 -2
  187. data/spec/models/category_minimal_dto_spec.rb +4 -2
  188. data/spec/models/config_access_dto_spec.rb +4 -2
  189. data/spec/models/config_identifier_dto_spec.rb +4 -2
  190. data/spec/models/context_value_spec.rb +36 -0
  191. data/spec/models/contributor_type_dto_spec.rb +4 -2
  192. data/spec/models/create_api_key_dto_spec.rb +4 -2
  193. data/spec/models/curate_playlist_dto_spec.rb +60 -0
  194. data/spec/models/curate_playlist_response_dto_spec.rb +36 -0
  195. data/spec/models/dominant_color_spec.rb +72 -0
  196. data/spec/models/emotion_spec.rb +42 -0
  197. data/spec/models/error_response_spec.rb +4 -2
  198. data/spec/models/eye_direction_spec.rb +48 -0
  199. data/spec/models/eye_open_spec.rb +42 -0
  200. data/spec/models/eyeglasses_spec.rb +42 -0
  201. data/spec/models/face_detail_spec.rb +132 -0
  202. data/spec/models/face_detection_spec.rb +42 -0
  203. data/spec/models/face_occluded_spec.rb +42 -0
  204. data/spec/models/field_summary_dto_spec.rb +4 -2
  205. data/spec/models/file_dto_spec.rb +4 -2
  206. data/spec/models/file_list_dto_spec.rb +4 -2
  207. data/spec/models/file_minimal_with_url_dto_spec.rb +4 -2
  208. data/spec/models/file_small_dto_spec.rb +20 -18
  209. data/spec/models/file_upload_dto_spec.rb +4 -2
  210. data/spec/models/file_w_ith_url_dto_spec.rb +4 -2
  211. data/spec/models/files_summary_dto_spec.rb +4 -2
  212. data/spec/models/forgot_password_dto_spec.rb +4 -2
  213. data/spec/models/gender_spec.rb +42 -0
  214. data/spec/models/genre_dto_spec.rb +4 -2
  215. data/spec/models/genre_minimal_dto_spec.rb +4 -2
  216. data/spec/models/genres_summary_dto_spec.rb +4 -2
  217. data/spec/models/image_quality_spec.rb +42 -0
  218. data/spec/models/image_recognition_response_spec.rb +42 -0
  219. data/spec/models/init_put_recording_audio_dto_spec.rb +4 -2
  220. data/spec/models/instance_spec.rb +48 -0
  221. data/spec/models/jwt_token_dto_spec.rb +4 -2
  222. data/spec/models/label_alias_spec.rb +36 -0
  223. data/spec/models/label_category_spec.rb +36 -0
  224. data/spec/models/label_detection_spec.rb +60 -0
  225. data/spec/models/label_spec.rb +66 -0
  226. data/spec/models/landmark_spec.rb +48 -0
  227. data/spec/models/login_dto_spec.rb +4 -2
  228. data/spec/models/mouth_open_spec.rb +42 -0
  229. data/spec/models/musical_features_dto_spec.rb +134 -132
  230. data/spec/models/mustache_spec.rb +42 -0
  231. data/spec/models/p_line_dto_spec.rb +4 -2
  232. data/spec/models/parent_spec.rb +36 -0
  233. data/spec/models/party_large_dto_spec.rb +4 -2
  234. data/spec/models/party_small_dto_spec.rb +4 -2
  235. data/spec/models/playlist_large_dto_spec.rb +10 -8
  236. data/spec/models/pose_spec.rb +48 -0
  237. data/spec/models/product_medium_dto_spec.rb +7 -5
  238. data/spec/models/product_party_dto_spec.rb +6 -4
  239. data/spec/models/recording_for_similarity_search_dto_spec.rb +4 -2
  240. data/spec/models/recording_genre_prediction_dto_spec.rb +4 -2
  241. data/spec/models/recording_large_dto_spec.rb +15 -13
  242. data/spec/models/recording_list_dto_spec.rb +4 -2
  243. data/spec/models/recording_medium_dto_spec.rb +15 -13
  244. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +6 -4
  245. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +4 -2
  246. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +4 -2
  247. data/spec/models/recording_party_dto_spec.rb +6 -4
  248. data/spec/models/recording_playlist_dto_spec.rb +4 -2
  249. data/spec/models/recording_small_dto_spec.rb +6 -4
  250. data/spec/models/recording_tag_small_dto_spec.rb +4 -2
  251. data/spec/models/save_file_dto_spec.rb +108 -0
  252. data/spec/models/save_file_recording_dto_spec.rb +16 -2
  253. data/spec/models/save_playlist_dto_spec.rb +4 -2
  254. data/spec/models/save_recording_genre_dto_spec.rb +4 -2
  255. data/spec/models/save_recording_party_dto_spec.rb +4 -2
  256. data/spec/models/save_recording_playlist_dto_spec.rb +4 -2
  257. data/spec/models/save_recording_tag_dto_spec.rb +4 -2
  258. data/spec/models/save_referrer_dto_spec.rb +4 -2
  259. data/spec/models/save_taggrams_dto_spec.rb +4 -2
  260. data/spec/models/save_user_dto_spec.rb +4 -2
  261. data/spec/models/search_filter_values_dto_spec.rb +4 -2
  262. data/spec/models/search_recording_granular_abstraction_dto_spec.rb +4 -2
  263. data/spec/models/search_recording_granular_dto_spec.rb +4 -2
  264. data/spec/models/sign_up_dto_spec.rb +4 -2
  265. data/spec/models/smile_spec.rb +42 -0
  266. data/spec/models/sunglasses_spec.rb +42 -0
  267. data/spec/models/tag_dto_spec.rb +4 -2
  268. data/spec/models/tag_small_dto_spec.rb +4 -2
  269. data/spec/models/taggram_dto_spec.rb +4 -2
  270. data/spec/models/tags_summary_dto_spec.rb +4 -2
  271. data/spec/models/tagstrength_dto_spec.rb +4 -2
  272. data/spec/models/title_dto_spec.rb +4 -2
  273. data/spec/models/token_request_spec.rb +4 -2
  274. data/spec/models/track_dto_spec.rb +4 -2
  275. data/spec/models/track_to_medium_product_dto_spec.rb +4 -2
  276. data/spec/models/update_password_dto_spec.rb +4 -2
  277. data/spec/models/usage_dto_spec.rb +4 -2
  278. data/spec/models/user_dto_spec.rb +4 -2
  279. data/spec/models/video_recognition_response_spec.rb +42 -0
  280. data/spec/spec_helper.rb +1 -1
  281. metadata +201 -61
@@ -0,0 +1,346 @@
1
+ =begin
2
+ #Songtradr API
3
+
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
+
6
+ The version of the OpenAPI document: 1.13.5
7
+ Contact: info@songtradr.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module SongtradrApiClientRuby
16
+ class AdminUsersControllerApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # create a user
23
+ # @param admin_api_create_user_dto [AdminApiCreateUserDTO]
24
+ # @param [Hash] opts the optional parameters
25
+ # @return [AdminApiUserDTO]
26
+ def create_user(admin_api_create_user_dto, opts = {})
27
+ data, _status_code, _headers = create_user_with_http_info(admin_api_create_user_dto, opts)
28
+ data
29
+ end
30
+
31
+ # create a user
32
+ # @param admin_api_create_user_dto [AdminApiCreateUserDTO]
33
+ # @param [Hash] opts the optional parameters
34
+ # @return [Array<(AdminApiUserDTO, Integer, Hash)>] AdminApiUserDTO data, response status code and response headers
35
+ def create_user_with_http_info(admin_api_create_user_dto, opts = {})
36
+ if @api_client.config.debugging
37
+ @api_client.config.logger.debug 'Calling API: AdminUsersControllerApi.create_user ...'
38
+ end
39
+ # verify the required parameter 'admin_api_create_user_dto' is set
40
+ if @api_client.config.client_side_validation && admin_api_create_user_dto.nil?
41
+ fail ArgumentError, "Missing the required parameter 'admin_api_create_user_dto' when calling AdminUsersControllerApi.create_user"
42
+ end
43
+ # resource path
44
+ local_var_path = '/api/v1/admin/users'
45
+
46
+ # query parameters
47
+ query_params = opts[:query_params] || {}
48
+
49
+ # header parameters
50
+ header_params = opts[:header_params] || {}
51
+ # HTTP header 'Accept' (if needed)
52
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
53
+ # HTTP header 'Content-Type'
54
+ content_type = @api_client.select_header_content_type(['application/json'])
55
+ if !content_type.nil?
56
+ header_params['Content-Type'] = content_type
57
+ end
58
+
59
+ # form parameters
60
+ form_params = opts[:form_params] || {}
61
+
62
+ # http body (model)
63
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(admin_api_create_user_dto)
64
+
65
+ # return_type
66
+ return_type = opts[:debug_return_type] || 'AdminApiUserDTO'
67
+
68
+ # auth_names
69
+ auth_names = opts[:debug_auth_names] || ['bearer-jwt']
70
+
71
+ new_options = opts.merge(
72
+ :operation => :"AdminUsersControllerApi.create_user",
73
+ :header_params => header_params,
74
+ :query_params => query_params,
75
+ :form_params => form_params,
76
+ :body => post_body,
77
+ :auth_names => auth_names,
78
+ :return_type => return_type
79
+ )
80
+
81
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
82
+ if @api_client.config.debugging
83
+ @api_client.config.logger.debug "API called: AdminUsersControllerApi#create_user\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
84
+ end
85
+ return data, status_code, headers
86
+ end
87
+
88
+ # delete a user
89
+ # @param id [Integer]
90
+ # @param [Hash] opts the optional parameters
91
+ # @return [Object]
92
+ def delete_user(id, opts = {})
93
+ data, _status_code, _headers = delete_user_with_http_info(id, opts)
94
+ data
95
+ end
96
+
97
+ # delete a user
98
+ # @param id [Integer]
99
+ # @param [Hash] opts the optional parameters
100
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
101
+ def delete_user_with_http_info(id, opts = {})
102
+ if @api_client.config.debugging
103
+ @api_client.config.logger.debug 'Calling API: AdminUsersControllerApi.delete_user ...'
104
+ end
105
+ # verify the required parameter 'id' is set
106
+ if @api_client.config.client_side_validation && id.nil?
107
+ fail ArgumentError, "Missing the required parameter 'id' when calling AdminUsersControllerApi.delete_user"
108
+ end
109
+ # resource path
110
+ local_var_path = '/api/v1/admin/users/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
111
+
112
+ # query parameters
113
+ query_params = opts[:query_params] || {}
114
+
115
+ # header parameters
116
+ header_params = opts[:header_params] || {}
117
+ # HTTP header 'Accept' (if needed)
118
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
119
+
120
+ # form parameters
121
+ form_params = opts[:form_params] || {}
122
+
123
+ # http body (model)
124
+ post_body = opts[:debug_body]
125
+
126
+ # return_type
127
+ return_type = opts[:debug_return_type] || 'Object'
128
+
129
+ # auth_names
130
+ auth_names = opts[:debug_auth_names] || ['bearer-jwt']
131
+
132
+ new_options = opts.merge(
133
+ :operation => :"AdminUsersControllerApi.delete_user",
134
+ :header_params => header_params,
135
+ :query_params => query_params,
136
+ :form_params => form_params,
137
+ :body => post_body,
138
+ :auth_names => auth_names,
139
+ :return_type => return_type
140
+ )
141
+
142
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
143
+ if @api_client.config.debugging
144
+ @api_client.config.logger.debug "API called: AdminUsersControllerApi#delete_user\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
145
+ end
146
+ return data, status_code, headers
147
+ end
148
+
149
+ # show details of a user
150
+ # @param id [Integer]
151
+ # @param [Hash] opts the optional parameters
152
+ # @return [AdminApiUserDTO]
153
+ def get_user(id, opts = {})
154
+ data, _status_code, _headers = get_user_with_http_info(id, opts)
155
+ data
156
+ end
157
+
158
+ # show details of a user
159
+ # @param id [Integer]
160
+ # @param [Hash] opts the optional parameters
161
+ # @return [Array<(AdminApiUserDTO, Integer, Hash)>] AdminApiUserDTO data, response status code and response headers
162
+ def get_user_with_http_info(id, opts = {})
163
+ if @api_client.config.debugging
164
+ @api_client.config.logger.debug 'Calling API: AdminUsersControllerApi.get_user ...'
165
+ end
166
+ # verify the required parameter 'id' is set
167
+ if @api_client.config.client_side_validation && id.nil?
168
+ fail ArgumentError, "Missing the required parameter 'id' when calling AdminUsersControllerApi.get_user"
169
+ end
170
+ # resource path
171
+ local_var_path = '/api/v1/admin/users/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
172
+
173
+ # query parameters
174
+ query_params = opts[:query_params] || {}
175
+
176
+ # header parameters
177
+ header_params = opts[:header_params] || {}
178
+ # HTTP header 'Accept' (if needed)
179
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
180
+
181
+ # form parameters
182
+ form_params = opts[:form_params] || {}
183
+
184
+ # http body (model)
185
+ post_body = opts[:debug_body]
186
+
187
+ # return_type
188
+ return_type = opts[:debug_return_type] || 'AdminApiUserDTO'
189
+
190
+ # auth_names
191
+ auth_names = opts[:debug_auth_names] || ['bearer-jwt']
192
+
193
+ new_options = opts.merge(
194
+ :operation => :"AdminUsersControllerApi.get_user",
195
+ :header_params => header_params,
196
+ :query_params => query_params,
197
+ :form_params => form_params,
198
+ :body => post_body,
199
+ :auth_names => auth_names,
200
+ :return_type => return_type
201
+ )
202
+
203
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
204
+ if @api_client.config.debugging
205
+ @api_client.config.logger.debug "API called: AdminUsersControllerApi#get_user\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
206
+ end
207
+ return data, status_code, headers
208
+ end
209
+
210
+ # List users
211
+ # @param [Hash] opts the optional parameters
212
+ # @option opts [Integer] :page Zero-based page index (0..N) (default to 0)
213
+ # @option opts [Integer] :size The size of the page to be returned (default to 20)
214
+ # @option opts [Array<String>] :sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
215
+ # @return [AdminApiUserDTO]
216
+ def get_users(opts = {})
217
+ data, _status_code, _headers = get_users_with_http_info(opts)
218
+ data
219
+ end
220
+
221
+ # List users
222
+ # @param [Hash] opts the optional parameters
223
+ # @option opts [Integer] :page Zero-based page index (0..N) (default to 0)
224
+ # @option opts [Integer] :size The size of the page to be returned (default to 20)
225
+ # @option opts [Array<String>] :sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
226
+ # @return [Array<(AdminApiUserDTO, Integer, Hash)>] AdminApiUserDTO data, response status code and response headers
227
+ def get_users_with_http_info(opts = {})
228
+ if @api_client.config.debugging
229
+ @api_client.config.logger.debug 'Calling API: AdminUsersControllerApi.get_users ...'
230
+ end
231
+ # resource path
232
+ local_var_path = '/api/v1/admin/users'
233
+
234
+ # query parameters
235
+ query_params = opts[:query_params] || {}
236
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
237
+ query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
238
+ query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
239
+
240
+ # header parameters
241
+ header_params = opts[:header_params] || {}
242
+ # HTTP header 'Accept' (if needed)
243
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
244
+
245
+ # form parameters
246
+ form_params = opts[:form_params] || {}
247
+
248
+ # http body (model)
249
+ post_body = opts[:debug_body]
250
+
251
+ # return_type
252
+ return_type = opts[:debug_return_type] || 'AdminApiUserDTO'
253
+
254
+ # auth_names
255
+ auth_names = opts[:debug_auth_names] || ['bearer-jwt']
256
+
257
+ new_options = opts.merge(
258
+ :operation => :"AdminUsersControllerApi.get_users",
259
+ :header_params => header_params,
260
+ :query_params => query_params,
261
+ :form_params => form_params,
262
+ :body => post_body,
263
+ :auth_names => auth_names,
264
+ :return_type => return_type
265
+ )
266
+
267
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
268
+ if @api_client.config.debugging
269
+ @api_client.config.logger.debug "API called: AdminUsersControllerApi#get_users\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
270
+ end
271
+ return data, status_code, headers
272
+ end
273
+
274
+ # update a user
275
+ # @param id [Integer]
276
+ # @param admin_api_update_user_dto [AdminApiUpdateUserDTO]
277
+ # @param [Hash] opts the optional parameters
278
+ # @return [AdminApiUserDTO]
279
+ def update_user(id, admin_api_update_user_dto, opts = {})
280
+ data, _status_code, _headers = update_user_with_http_info(id, admin_api_update_user_dto, opts)
281
+ data
282
+ end
283
+
284
+ # update a user
285
+ # @param id [Integer]
286
+ # @param admin_api_update_user_dto [AdminApiUpdateUserDTO]
287
+ # @param [Hash] opts the optional parameters
288
+ # @return [Array<(AdminApiUserDTO, Integer, Hash)>] AdminApiUserDTO data, response status code and response headers
289
+ def update_user_with_http_info(id, admin_api_update_user_dto, opts = {})
290
+ if @api_client.config.debugging
291
+ @api_client.config.logger.debug 'Calling API: AdminUsersControllerApi.update_user ...'
292
+ end
293
+ # verify the required parameter 'id' is set
294
+ if @api_client.config.client_side_validation && id.nil?
295
+ fail ArgumentError, "Missing the required parameter 'id' when calling AdminUsersControllerApi.update_user"
296
+ end
297
+ # verify the required parameter 'admin_api_update_user_dto' is set
298
+ if @api_client.config.client_side_validation && admin_api_update_user_dto.nil?
299
+ fail ArgumentError, "Missing the required parameter 'admin_api_update_user_dto' when calling AdminUsersControllerApi.update_user"
300
+ end
301
+ # resource path
302
+ local_var_path = '/api/v1/admin/users/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
303
+
304
+ # query parameters
305
+ query_params = opts[:query_params] || {}
306
+
307
+ # header parameters
308
+ header_params = opts[:header_params] || {}
309
+ # HTTP header 'Accept' (if needed)
310
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
311
+ # HTTP header 'Content-Type'
312
+ content_type = @api_client.select_header_content_type(['application/json'])
313
+ if !content_type.nil?
314
+ header_params['Content-Type'] = content_type
315
+ end
316
+
317
+ # form parameters
318
+ form_params = opts[:form_params] || {}
319
+
320
+ # http body (model)
321
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(admin_api_update_user_dto)
322
+
323
+ # return_type
324
+ return_type = opts[:debug_return_type] || 'AdminApiUserDTO'
325
+
326
+ # auth_names
327
+ auth_names = opts[:debug_auth_names] || ['bearer-jwt']
328
+
329
+ new_options = opts.merge(
330
+ :operation => :"AdminUsersControllerApi.update_user",
331
+ :header_params => header_params,
332
+ :query_params => query_params,
333
+ :form_params => form_params,
334
+ :body => post_body,
335
+ :auth_names => auth_names,
336
+ :return_type => return_type
337
+ )
338
+
339
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
340
+ if @api_client.config.debugging
341
+ @api_client.config.logger.debug "API called: AdminUsersControllerApi#update_user\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
342
+ end
343
+ return data, status_code, headers
344
+ end
345
+ end
346
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.4
6
+ The version of the OpenAPI document: 1.13.5
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.1.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.4
6
+ The version of the OpenAPI document: 1.13.5
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.1.0-SNAPSHOT
@@ -0,0 +1,169 @@
1
+ =begin
2
+ #Songtradr API
3
+
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
+
6
+ The version of the OpenAPI document: 1.13.5
7
+ Contact: info@songtradr.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module SongtradrApiClientRuby
16
+ class InternalApiApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # @param authorization [String]
23
+ # @param save_file_recording_dto [Array<SaveFileRecordingDTO>]
24
+ # @param [Hash] opts the optional parameters
25
+ # @return [Object]
26
+ def internal_create_inference(authorization, save_file_recording_dto, opts = {})
27
+ data, _status_code, _headers = internal_create_inference_with_http_info(authorization, save_file_recording_dto, opts)
28
+ data
29
+ end
30
+
31
+ # @param authorization [String]
32
+ # @param save_file_recording_dto [Array<SaveFileRecordingDTO>]
33
+ # @param [Hash] opts the optional parameters
34
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
35
+ def internal_create_inference_with_http_info(authorization, save_file_recording_dto, opts = {})
36
+ if @api_client.config.debugging
37
+ @api_client.config.logger.debug 'Calling API: InternalApiApi.internal_create_inference ...'
38
+ end
39
+ # verify the required parameter 'authorization' is set
40
+ if @api_client.config.client_side_validation && authorization.nil?
41
+ fail ArgumentError, "Missing the required parameter 'authorization' when calling InternalApiApi.internal_create_inference"
42
+ end
43
+ # verify the required parameter 'save_file_recording_dto' is set
44
+ if @api_client.config.client_side_validation && save_file_recording_dto.nil?
45
+ fail ArgumentError, "Missing the required parameter 'save_file_recording_dto' when calling InternalApiApi.internal_create_inference"
46
+ end
47
+ # resource path
48
+ local_var_path = '/api/v1/internal/inference'
49
+
50
+ # query parameters
51
+ query_params = opts[:query_params] || {}
52
+
53
+ # header parameters
54
+ header_params = opts[:header_params] || {}
55
+ # HTTP header 'Accept' (if needed)
56
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
57
+ # HTTP header 'Content-Type'
58
+ content_type = @api_client.select_header_content_type(['application/json'])
59
+ if !content_type.nil?
60
+ header_params['Content-Type'] = content_type
61
+ end
62
+ header_params[:'Authorization'] = authorization
63
+
64
+ # form parameters
65
+ form_params = opts[:form_params] || {}
66
+
67
+ # http body (model)
68
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(save_file_recording_dto)
69
+
70
+ # return_type
71
+ return_type = opts[:debug_return_type] || 'Object'
72
+
73
+ # auth_names
74
+ auth_names = opts[:debug_auth_names] || ['bearer-jwt']
75
+
76
+ new_options = opts.merge(
77
+ :operation => :"InternalApiApi.internal_create_inference",
78
+ :header_params => header_params,
79
+ :query_params => query_params,
80
+ :form_params => form_params,
81
+ :body => post_body,
82
+ :auth_names => auth_names,
83
+ :return_type => return_type
84
+ )
85
+
86
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
87
+ if @api_client.config.debugging
88
+ @api_client.config.logger.debug "API called: InternalApiApi#internal_create_inference\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
89
+ end
90
+ return data, status_code, headers
91
+ end
92
+
93
+ # @param customer_name [String]
94
+ # @param object_key [String]
95
+ # @param save_file_dto [SaveFileDTO]
96
+ # @param [Hash] opts the optional parameters
97
+ # @return [Object]
98
+ def internal_update_file(customer_name, object_key, save_file_dto, opts = {})
99
+ data, _status_code, _headers = internal_update_file_with_http_info(customer_name, object_key, save_file_dto, opts)
100
+ data
101
+ end
102
+
103
+ # @param customer_name [String]
104
+ # @param object_key [String]
105
+ # @param save_file_dto [SaveFileDTO]
106
+ # @param [Hash] opts the optional parameters
107
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
108
+ def internal_update_file_with_http_info(customer_name, object_key, save_file_dto, opts = {})
109
+ if @api_client.config.debugging
110
+ @api_client.config.logger.debug 'Calling API: InternalApiApi.internal_update_file ...'
111
+ end
112
+ # verify the required parameter 'customer_name' is set
113
+ if @api_client.config.client_side_validation && customer_name.nil?
114
+ fail ArgumentError, "Missing the required parameter 'customer_name' when calling InternalApiApi.internal_update_file"
115
+ end
116
+ # verify the required parameter 'object_key' is set
117
+ if @api_client.config.client_side_validation && object_key.nil?
118
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling InternalApiApi.internal_update_file"
119
+ end
120
+ # verify the required parameter 'save_file_dto' is set
121
+ if @api_client.config.client_side_validation && save_file_dto.nil?
122
+ fail ArgumentError, "Missing the required parameter 'save_file_dto' when calling InternalApiApi.internal_update_file"
123
+ end
124
+ # resource path
125
+ local_var_path = '/api/v1/internal/file/{customerName}/{objectKey}'.sub('{' + 'customerName' + '}', CGI.escape(customer_name.to_s)).sub('{' + 'objectKey' + '}', CGI.escape(object_key.to_s))
126
+
127
+ # query parameters
128
+ query_params = opts[:query_params] || {}
129
+
130
+ # header parameters
131
+ header_params = opts[:header_params] || {}
132
+ # HTTP header 'Accept' (if needed)
133
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
134
+ # HTTP header 'Content-Type'
135
+ content_type = @api_client.select_header_content_type(['application/json'])
136
+ if !content_type.nil?
137
+ header_params['Content-Type'] = content_type
138
+ end
139
+
140
+ # form parameters
141
+ form_params = opts[:form_params] || {}
142
+
143
+ # http body (model)
144
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(save_file_dto)
145
+
146
+ # return_type
147
+ return_type = opts[:debug_return_type] || 'Object'
148
+
149
+ # auth_names
150
+ auth_names = opts[:debug_auth_names] || ['bearer-jwt']
151
+
152
+ new_options = opts.merge(
153
+ :operation => :"InternalApiApi.internal_update_file",
154
+ :header_params => header_params,
155
+ :query_params => query_params,
156
+ :form_params => form_params,
157
+ :body => post_body,
158
+ :auth_names => auth_names,
159
+ :return_type => return_type
160
+ )
161
+
162
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
163
+ if @api_client.config.debugging
164
+ @api_client.config.logger.debug "API called: InternalApiApi#internal_update_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
165
+ end
166
+ return data, status_code, headers
167
+ end
168
+ end
169
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.4
6
+ The version of the OpenAPI document: 1.13.5
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.1.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.4
6
+ The version of the OpenAPI document: 1.13.5
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.1.0-SNAPSHOT
@@ -158,6 +158,83 @@ module SongtradrApiClientRuby
158
158
  return data, status_code, headers
159
159
  end
160
160
 
161
+ # Curate playlist.
162
+ # @param method_name [String] Name of the curation task that should be executed
163
+ # @param curate_playlist_dto [CuratePlaylistDTO]
164
+ # @param [Hash] opts the optional parameters
165
+ # @return [CuratePlaylistResponseDTO]
166
+ def curate_playlist(method_name, curate_playlist_dto, opts = {})
167
+ data, _status_code, _headers = curate_playlist_with_http_info(method_name, curate_playlist_dto, opts)
168
+ data
169
+ end
170
+
171
+ # Curate playlist.
172
+ # @param method_name [String] Name of the curation task that should be executed
173
+ # @param curate_playlist_dto [CuratePlaylistDTO]
174
+ # @param [Hash] opts the optional parameters
175
+ # @return [Array<(CuratePlaylistResponseDTO, Integer, Hash)>] CuratePlaylistResponseDTO data, response status code and response headers
176
+ def curate_playlist_with_http_info(method_name, curate_playlist_dto, opts = {})
177
+ if @api_client.config.debugging
178
+ @api_client.config.logger.debug 'Calling API: PlaylistApi.curate_playlist ...'
179
+ end
180
+ # verify the required parameter 'method_name' is set
181
+ if @api_client.config.client_side_validation && method_name.nil?
182
+ fail ArgumentError, "Missing the required parameter 'method_name' when calling PlaylistApi.curate_playlist"
183
+ end
184
+ # verify enum value
185
+ allowable_values = ["RECOMMEND", "REPLACE_SIMILAR", "REPLACE_DIFFERENT", "ORDER"]
186
+ if @api_client.config.client_side_validation && !allowable_values.include?(method_name)
187
+ fail ArgumentError, "invalid value for \"method_name\", must be one of #{allowable_values}"
188
+ end
189
+ # verify the required parameter 'curate_playlist_dto' is set
190
+ if @api_client.config.client_side_validation && curate_playlist_dto.nil?
191
+ fail ArgumentError, "Missing the required parameter 'curate_playlist_dto' when calling PlaylistApi.curate_playlist"
192
+ end
193
+ # resource path
194
+ local_var_path = '/api/v1/playlist/{methodName}'.sub('{' + 'methodName' + '}', CGI.escape(method_name.to_s))
195
+
196
+ # query parameters
197
+ query_params = opts[:query_params] || {}
198
+
199
+ # header parameters
200
+ header_params = opts[:header_params] || {}
201
+ # HTTP header 'Accept' (if needed)
202
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
203
+ # HTTP header 'Content-Type'
204
+ content_type = @api_client.select_header_content_type(['application/json'])
205
+ if !content_type.nil?
206
+ header_params['Content-Type'] = content_type
207
+ end
208
+
209
+ # form parameters
210
+ form_params = opts[:form_params] || {}
211
+
212
+ # http body (model)
213
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(curate_playlist_dto)
214
+
215
+ # return_type
216
+ return_type = opts[:debug_return_type] || 'CuratePlaylistResponseDTO'
217
+
218
+ # auth_names
219
+ auth_names = opts[:debug_auth_names] || ['bearer-jwt']
220
+
221
+ new_options = opts.merge(
222
+ :operation => :"PlaylistApi.curate_playlist",
223
+ :header_params => header_params,
224
+ :query_params => query_params,
225
+ :form_params => form_params,
226
+ :body => post_body,
227
+ :auth_names => auth_names,
228
+ :return_type => return_type
229
+ )
230
+
231
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
232
+ if @api_client.config.debugging
233
+ @api_client.config.logger.debug "API called: PlaylistApi#curate_playlist\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
234
+ end
235
+ return data, status_code, headers
236
+ end
237
+
161
238
  # Delete playlist.
162
239
  # @param songtradr_playlist_guid [String] ID of the file that should be deleted.
163
240
  # @param [Hash] opts the optional parameters
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.13.4
6
+ The version of the OpenAPI document: 1.13.5
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.1.0-SNAPSHOT