songtradr_api_client_ruby 1.18.0 → 2.1.0

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 (124) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +14 -11
  4. data/docs/CategoryMediumDTO.md +3 -3
  5. data/docs/FileSmallDTO.md +5 -5
  6. data/docs/MusicalFeaturesDTO.md +37 -37
  7. data/docs/RecordingApi.md +36 -104
  8. data/docs/RecordingMediumDTO.md +4 -4
  9. data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
  10. data/docs/RecordingPartyDTO.md +3 -3
  11. data/docs/RecordingSmallDTO.md +5 -5
  12. data/docs/UserApi.md +308 -0
  13. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +2 -2
  14. data/lib/songtradr_api_client_ruby/api/recording_api.rb +30 -96
  15. data/lib/songtradr_api_client_ruby/api/user_api.rb +296 -2
  16. data/lib/songtradr_api_client_ruby/api_client.rb +4 -5
  17. data/lib/songtradr_api_client_ruby/api_error.rb +2 -2
  18. data/lib/songtradr_api_client_ruby/configuration.rb +2 -2
  19. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +17 -17
  20. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +2 -2
  21. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +2 -2
  22. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +2 -2
  23. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +2 -2
  24. data/lib/songtradr_api_client_ruby/models/error_response.rb +2 -2
  25. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +2 -2
  26. data/lib/songtradr_api_client_ruby/models/file_dto.rb +2 -2
  27. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +2 -2
  28. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +44 -44
  29. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +2 -2
  30. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +2 -2
  31. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +2 -2
  32. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +2 -2
  33. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +2 -2
  34. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +2 -2
  35. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +2 -2
  36. data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +2 -2
  37. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +2 -2
  38. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +2 -2
  39. data/lib/songtradr_api_client_ruby/models/login_dto.rb +2 -2
  40. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +168 -168
  41. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +2 -2
  42. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +2 -2
  43. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +2 -2
  44. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +2 -2
  45. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +35 -35
  46. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +17 -17
  47. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +2 -2
  48. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +2 -2
  49. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +17 -17
  50. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +38 -38
  51. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +2 -2
  52. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +2 -2
  53. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +2 -2
  54. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +2 -2
  55. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +2 -2
  56. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +2 -2
  57. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +2 -2
  58. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +2 -2
  59. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +2 -2
  60. data/lib/songtradr_api_client_ruby/models/title_dto.rb +2 -2
  61. data/lib/songtradr_api_client_ruby/models/token_request.rb +2 -2
  62. data/lib/songtradr_api_client_ruby/models/track_dto.rb +2 -2
  63. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +2 -2
  64. data/lib/songtradr_api_client_ruby/models/user_dto.rb +2 -2
  65. data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +2 -2
  66. data/lib/songtradr_api_client_ruby/version.rb +3 -3
  67. data/lib/songtradr_api_client_ruby.rb +2 -3
  68. data/openapi-generator-config.yaml +1 -1
  69. data/songtradr_api_client_ruby.gemspec +3 -3
  70. data/spec/api/allowed_values_api_spec.rb +2 -2
  71. data/spec/api/recording_api_spec.rb +10 -21
  72. data/spec/api/user_api_spec.rb +60 -2
  73. data/spec/models/category_medium_dto_spec.rb +4 -4
  74. data/spec/models/category_minimal_dto_spec.rb +2 -2
  75. data/spec/models/config_access_dto_spec.rb +2 -2
  76. data/spec/models/config_identifier_dto_spec.rb +2 -2
  77. data/spec/models/contributor_type_dto_spec.rb +2 -2
  78. data/spec/models/error_response_spec.rb +2 -2
  79. data/spec/models/field_summary_dto_spec.rb +2 -2
  80. data/spec/models/file_dto_spec.rb +2 -2
  81. data/spec/models/file_list_dto_spec.rb +2 -2
  82. data/spec/models/file_small_dto_spec.rb +18 -18
  83. data/spec/models/file_upload_dto_spec.rb +2 -2
  84. data/spec/models/file_w_ith_url_dto_spec.rb +2 -2
  85. data/spec/models/files_summary_dto_spec.rb +2 -2
  86. data/spec/models/forgot_password_dto_spec.rb +2 -2
  87. data/spec/models/genre_dto_spec.rb +2 -2
  88. data/spec/models/genre_minimal_dto_spec.rb +2 -2
  89. data/spec/models/genres_summary_dto_spec.rb +2 -2
  90. data/spec/models/image_recognition_response_spec.rb +2 -2
  91. data/spec/models/init_put_recording_audio_dto_spec.rb +2 -2
  92. data/spec/models/jwt_token_dto_spec.rb +2 -2
  93. data/spec/models/login_dto_spec.rb +2 -2
  94. data/spec/models/musical_features_dto_spec.rb +110 -110
  95. data/spec/models/party_small_dto_spec.rb +2 -2
  96. data/spec/models/recording_for_similarity_search_dto_spec.rb +2 -2
  97. data/spec/models/recording_genre_prediction_dto_spec.rb +2 -2
  98. data/spec/models/recording_list_dto_spec.rb +2 -2
  99. data/spec/models/recording_medium_dto_spec.rb +10 -10
  100. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +4 -4
  101. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +2 -2
  102. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +2 -2
  103. data/spec/models/recording_party_dto_spec.rb +4 -4
  104. data/spec/models/recording_small_dto_spec.rb +6 -6
  105. data/spec/models/recording_tag_small_dto_spec.rb +2 -2
  106. data/spec/models/save_user_dto_spec.rb +2 -2
  107. data/spec/models/search_filter_values_dto_spec.rb +2 -2
  108. data/spec/models/sign_up_dto_spec.rb +2 -2
  109. data/spec/models/tag_dto_spec.rb +2 -2
  110. data/spec/models/tag_small_dto_spec.rb +2 -2
  111. data/spec/models/taggram_dto_spec.rb +2 -2
  112. data/spec/models/tags_summary_dto_spec.rb +2 -2
  113. data/spec/models/tagstrength_dto_spec.rb +2 -2
  114. data/spec/models/title_dto_spec.rb +2 -2
  115. data/spec/models/token_request_spec.rb +2 -2
  116. data/spec/models/track_dto_spec.rb +2 -2
  117. data/spec/models/update_password_dto_spec.rb +2 -2
  118. data/spec/models/user_dto_spec.rb +2 -2
  119. data/spec/models/video_recognition_response_spec.rb +2 -2
  120. data/spec/spec_helper.rb +2 -2
  121. metadata +42 -46
  122. data/docs/SearchRecordingGranularDTO.md +0 -20
  123. data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +0 -232
  124. data/spec/models/search_recording_granular_dto_spec.rb +0 -42
@@ -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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -27,6 +27,12 @@ describe SongtradrApiClientRuby::FileSmallDTO do
27
27
  end
28
28
  end
29
29
 
30
+ describe 'test attribute "folder"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
30
36
  describe 'test attribute "name"' do
31
37
  it 'should work' do
32
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -55,12 +61,6 @@ describe SongtradrApiClientRuby::FileSmallDTO do
55
61
  end
56
62
  end
57
63
 
58
- describe 'test attribute "folder"' do
59
- it 'should work' do
60
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
61
- end
62
- end
63
-
64
64
  describe 'test attribute "object_key"' do
65
65
  it 'should work' do
66
66
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -79,16 +79,6 @@ describe SongtradrApiClientRuby::FileSmallDTO do
79
79
  end
80
80
  end
81
81
 
82
- describe 'test attribute "fingerprint_status"' do
83
- it 'should work' do
84
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
85
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["processing", "error", "found", "not_found", "not_started"])
86
- # validator.allowable_values.each do |value|
87
- # expect { instance.fingerprint_status = value }.not_to raise_error
88
- # end
89
- end
90
- end
91
-
92
82
  describe 'test attribute "fingerprint_start_time"' do
93
83
  it 'should work' do
94
84
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -129,4 +119,14 @@ describe SongtradrApiClientRuby::FileSmallDTO do
129
119
  end
130
120
  end
131
121
 
122
+ describe 'test attribute "fingerprint_status"' do
123
+ it 'should work' do
124
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
125
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["processing", "error", "found", "not_found", "not_started"])
126
+ # validator.allowable_values.each do |value|
127
+ # expect { instance.fingerprint_status = value }.not_to raise_error
128
+ # end
129
+ end
130
+ end
131
+
132
132
  end
@@ -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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -37,6 +37,102 @@ describe SongtradrApiClientRuby::MusicalFeaturesDTO do
37
37
  end
38
38
  end
39
39
 
40
+ describe 'test attribute "groovyness_affinity"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "space_affinity"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "loudness_affinity"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "key_affinity"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "channel_suitability_affinity"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "valence_affinity"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "arousal_affinity"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
79
+ end
80
+ end
81
+
82
+ describe 'test attribute "pleasantness_affinity"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
85
+ end
86
+ end
87
+
88
+ describe 'test attribute "engagement_affinity"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
91
+ end
92
+ end
93
+
94
+ describe 'test attribute "energy_affinity"' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
+ end
98
+ end
99
+
100
+ describe 'test attribute "tempo_affinity"' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
103
+ end
104
+ end
105
+
106
+ describe 'test attribute "scale_affinity"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
109
+ end
110
+ end
111
+
112
+ describe 'test attribute "timbre_affinity"' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
115
+ end
116
+ end
117
+
118
+ describe 'test attribute "roughness_affinity"' do
119
+ it 'should work' do
120
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
121
+ end
122
+ end
123
+
124
+ describe 'test attribute "harmony_affinity"' do
125
+ it 'should work' do
126
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
127
+ end
128
+ end
129
+
130
+ describe 'test attribute "texture_affinity"' do
131
+ it 'should work' do
132
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
133
+ end
134
+ end
135
+
40
136
  describe 'test attribute "language_of_performance"' do
41
137
  it 'should work' do
42
138
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -297,6 +393,18 @@ describe SongtradrApiClientRuby::MusicalFeaturesDTO do
297
393
  end
298
394
  end
299
395
 
396
+ describe 'test attribute "bpm"' do
397
+ it 'should work' do
398
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
399
+ end
400
+ end
401
+
402
+ describe 'test attribute "primary_mood_cluster_affinity"' do
403
+ it 'should work' do
404
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
405
+ end
406
+ end
407
+
300
408
  describe 'test attribute "secondary_mood_cluster"' do
301
409
  it 'should work' do
302
410
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -397,12 +505,6 @@ describe SongtradrApiClientRuby::MusicalFeaturesDTO do
397
505
  end
398
506
  end
399
507
 
400
- describe 'test attribute "bpm"' do
401
- it 'should work' do
402
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
403
- end
404
- end
405
-
406
508
  describe 'test attribute "production_rating"' do
407
509
  it 'should work' do
408
510
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -451,12 +553,6 @@ describe SongtradrApiClientRuby::MusicalFeaturesDTO do
451
553
  end
452
554
  end
453
555
 
454
- describe 'test attribute "primary_mood_cluster_affinity"' do
455
- it 'should work' do
456
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
457
- end
458
- end
459
-
460
556
  describe 'test attribute "audience_age"' do
461
557
  it 'should work' do
462
558
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -625,100 +721,4 @@ describe SongtradrApiClientRuby::MusicalFeaturesDTO do
625
721
  end
626
722
  end
627
723
 
628
- describe 'test attribute "harmony_affinity"' do
629
- it 'should work' do
630
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
631
- end
632
- end
633
-
634
- describe 'test attribute "texture_affinity"' do
635
- it 'should work' do
636
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
637
- end
638
- end
639
-
640
- describe 'test attribute "groovyness_affinity"' do
641
- it 'should work' do
642
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
643
- end
644
- end
645
-
646
- describe 'test attribute "space_affinity"' do
647
- it 'should work' do
648
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
649
- end
650
- end
651
-
652
- describe 'test attribute "loudness_affinity"' do
653
- it 'should work' do
654
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
655
- end
656
- end
657
-
658
- describe 'test attribute "key_affinity"' do
659
- it 'should work' do
660
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
661
- end
662
- end
663
-
664
- describe 'test attribute "channel_suitability_affinity"' do
665
- it 'should work' do
666
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
667
- end
668
- end
669
-
670
- describe 'test attribute "valence_affinity"' do
671
- it 'should work' do
672
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
673
- end
674
- end
675
-
676
- describe 'test attribute "arousal_affinity"' do
677
- it 'should work' do
678
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
679
- end
680
- end
681
-
682
- describe 'test attribute "pleasantness_affinity"' do
683
- it 'should work' do
684
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
685
- end
686
- end
687
-
688
- describe 'test attribute "engagement_affinity"' do
689
- it 'should work' do
690
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
691
- end
692
- end
693
-
694
- describe 'test attribute "energy_affinity"' do
695
- it 'should work' do
696
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
697
- end
698
- end
699
-
700
- describe 'test attribute "tempo_affinity"' do
701
- it 'should work' do
702
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
703
- end
704
- end
705
-
706
- describe 'test attribute "scale_affinity"' do
707
- it 'should work' do
708
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
709
- end
710
- end
711
-
712
- describe 'test attribute "timbre_affinity"' do
713
- it 'should work' do
714
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
715
- end
716
- end
717
-
718
- describe 'test attribute "roughness_affinity"' do
719
- it 'should work' do
720
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
721
- end
722
- end
723
-
724
724
  end
@@ -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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.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.18.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.4.0-SNAPSHOT
9
+ Generator version: 7.5.0-SNAPSHOT
10
10
 
11
11
  =end
12
12