songtradr_api_client_ruby 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +14 -9
  4. data/docs/FileSmallDTO.md +5 -5
  5. data/docs/MusicalFeaturesDTO.md +14 -14
  6. data/docs/RecordingApi.md +36 -36
  7. data/docs/RecordingMediumDTO.md +2 -2
  8. data/docs/RecordingSmallDTO.md +3 -3
  9. data/docs/UserApi.md +308 -0
  10. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +2 -2
  11. data/lib/songtradr_api_client_ruby/api/recording_api.rb +30 -30
  12. data/lib/songtradr_api_client_ruby/api/user_api.rb +296 -2
  13. data/lib/songtradr_api_client_ruby/api_client.rb +4 -5
  14. data/lib/songtradr_api_client_ruby/api_error.rb +2 -2
  15. data/lib/songtradr_api_client_ruby/configuration.rb +2 -2
  16. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +2 -2
  17. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +2 -2
  18. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +2 -2
  19. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +2 -2
  20. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +2 -2
  21. data/lib/songtradr_api_client_ruby/models/error_response.rb +2 -2
  22. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +2 -2
  23. data/lib/songtradr_api_client_ruby/models/file_dto.rb +2 -2
  24. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +2 -2
  25. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +44 -44
  26. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +2 -2
  27. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +2 -2
  28. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +2 -2
  29. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +2 -2
  30. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +2 -2
  31. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +2 -2
  32. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +2 -2
  33. data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +2 -2
  34. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +2 -2
  35. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +2 -2
  36. data/lib/songtradr_api_client_ruby/models/login_dto.rb +2 -2
  37. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +76 -76
  38. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +2 -2
  39. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +2 -2
  40. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +2 -2
  41. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +2 -2
  42. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +24 -24
  43. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +2 -2
  44. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +2 -2
  45. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +2 -2
  46. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +2 -2
  47. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +27 -27
  48. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +2 -2
  49. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +2 -2
  50. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +2 -2
  51. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +2 -2
  52. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +2 -2
  53. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +2 -2
  54. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +2 -2
  55. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +2 -2
  56. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +2 -2
  57. data/lib/songtradr_api_client_ruby/models/title_dto.rb +2 -2
  58. data/lib/songtradr_api_client_ruby/models/token_request.rb +2 -2
  59. data/lib/songtradr_api_client_ruby/models/track_dto.rb +2 -2
  60. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +2 -2
  61. data/lib/songtradr_api_client_ruby/models/user_dto.rb +2 -2
  62. data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +2 -2
  63. data/lib/songtradr_api_client_ruby/version.rb +3 -3
  64. data/lib/songtradr_api_client_ruby.rb +2 -2
  65. data/openapi-generator-config.yaml +1 -1
  66. data/songtradr_api_client_ruby.gemspec +3 -3
  67. data/spec/api/allowed_values_api_spec.rb +2 -2
  68. data/spec/api/recording_api_spec.rb +10 -10
  69. data/spec/api/user_api_spec.rb +60 -2
  70. data/spec/models/category_medium_dto_spec.rb +2 -2
  71. data/spec/models/category_minimal_dto_spec.rb +2 -2
  72. data/spec/models/config_access_dto_spec.rb +2 -2
  73. data/spec/models/config_identifier_dto_spec.rb +2 -2
  74. data/spec/models/contributor_type_dto_spec.rb +2 -2
  75. data/spec/models/error_response_spec.rb +2 -2
  76. data/spec/models/field_summary_dto_spec.rb +2 -2
  77. data/spec/models/file_dto_spec.rb +2 -2
  78. data/spec/models/file_list_dto_spec.rb +2 -2
  79. data/spec/models/file_small_dto_spec.rb +18 -18
  80. data/spec/models/file_upload_dto_spec.rb +2 -2
  81. data/spec/models/file_w_ith_url_dto_spec.rb +2 -2
  82. data/spec/models/files_summary_dto_spec.rb +2 -2
  83. data/spec/models/forgot_password_dto_spec.rb +2 -2
  84. data/spec/models/genre_dto_spec.rb +2 -2
  85. data/spec/models/genre_minimal_dto_spec.rb +2 -2
  86. data/spec/models/genres_summary_dto_spec.rb +2 -2
  87. data/spec/models/image_recognition_response_spec.rb +2 -2
  88. data/spec/models/init_put_recording_audio_dto_spec.rb +2 -2
  89. data/spec/models/jwt_token_dto_spec.rb +2 -2
  90. data/spec/models/login_dto_spec.rb +2 -2
  91. data/spec/models/musical_features_dto_spec.rb +32 -32
  92. data/spec/models/party_small_dto_spec.rb +2 -2
  93. data/spec/models/recording_for_similarity_search_dto_spec.rb +2 -2
  94. data/spec/models/recording_genre_prediction_dto_spec.rb +2 -2
  95. data/spec/models/recording_list_dto_spec.rb +2 -2
  96. data/spec/models/recording_medium_dto_spec.rb +8 -8
  97. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +2 -2
  98. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +2 -2
  99. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +2 -2
  100. data/spec/models/recording_party_dto_spec.rb +2 -2
  101. data/spec/models/recording_small_dto_spec.rb +5 -5
  102. data/spec/models/recording_tag_small_dto_spec.rb +2 -2
  103. data/spec/models/save_user_dto_spec.rb +2 -2
  104. data/spec/models/search_filter_values_dto_spec.rb +2 -2
  105. data/spec/models/sign_up_dto_spec.rb +2 -2
  106. data/spec/models/tag_dto_spec.rb +2 -2
  107. data/spec/models/tag_small_dto_spec.rb +2 -2
  108. data/spec/models/taggram_dto_spec.rb +2 -2
  109. data/spec/models/tags_summary_dto_spec.rb +2 -2
  110. data/spec/models/tagstrength_dto_spec.rb +2 -2
  111. data/spec/models/title_dto_spec.rb +2 -2
  112. data/spec/models/token_request_spec.rb +2 -2
  113. data/spec/models/track_dto_spec.rb +2 -2
  114. data/spec/models/update_password_dto_spec.rb +2 -2
  115. data/spec/models/user_dto_spec.rb +2 -2
  116. data/spec/models/video_recognition_response_spec.rb +2 -2
  117. data/spec/spec_helper.rb +2 -2
  118. metadata +42 -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: 2.0.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
 
@@ -20,20 +20,20 @@ module SongtradrApiClientRuby
20
20
 
21
21
  attr_accessor :isrc
22
22
 
23
+ attr_accessor :parties
24
+
23
25
  attr_accessor :titles
24
26
 
25
27
  attr_accessor :tracks
26
28
 
27
- attr_accessor :parties
28
-
29
29
  # Attribute mapping from ruby-style variable name to JSON key.
30
30
  def self.attribute_map
31
31
  {
32
32
  :'duration' => :'duration',
33
33
  :'isrc' => :'isrc',
34
+ :'parties' => :'parties',
34
35
  :'titles' => :'titles',
35
- :'tracks' => :'tracks',
36
- :'parties' => :'parties'
36
+ :'tracks' => :'tracks'
37
37
  }
38
38
  end
39
39
 
@@ -47,9 +47,9 @@ module SongtradrApiClientRuby
47
47
  {
48
48
  :'duration' => :'Integer',
49
49
  :'isrc' => :'String',
50
+ :'parties' => :'Array<RecordingPartyDTO>',
50
51
  :'titles' => :'Array<TitleDTO>',
51
- :'tracks' => :'Array<TrackDTO>',
52
- :'parties' => :'Array<RecordingPartyDTO>'
52
+ :'tracks' => :'Array<TrackDTO>'
53
53
  }
54
54
  end
55
55
 
@@ -84,6 +84,12 @@ module SongtradrApiClientRuby
84
84
  self.isrc = nil
85
85
  end
86
86
 
87
+ if attributes.key?(:'parties')
88
+ if (value = attributes[:'parties']).is_a?(Array)
89
+ self.parties = value
90
+ end
91
+ end
92
+
87
93
  if attributes.key?(:'titles')
88
94
  if (value = attributes[:'titles']).is_a?(Array)
89
95
  self.titles = value
@@ -95,12 +101,6 @@ module SongtradrApiClientRuby
95
101
  self.tracks = value
96
102
  end
97
103
  end
98
-
99
- if attributes.key?(:'parties')
100
- if (value = attributes[:'parties']).is_a?(Array)
101
- self.parties = value
102
- end
103
- end
104
104
  end
105
105
 
106
106
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -123,16 +123,6 @@ module SongtradrApiClientRuby
123
123
  true
124
124
  end
125
125
 
126
- # Custom attribute writer method with validation
127
- # @param [Object] titles Value to be assigned
128
- def titles=(titles)
129
- if titles.nil?
130
- fail ArgumentError, 'titles cannot be nil'
131
- end
132
-
133
- @titles = titles
134
- end
135
-
136
126
  # Custom attribute writer method with validation
137
127
  # @param [Object] parties Value to be assigned
138
128
  def parties=(parties)
@@ -143,6 +133,16 @@ module SongtradrApiClientRuby
143
133
  @parties = parties
144
134
  end
145
135
 
136
+ # Custom attribute writer method with validation
137
+ # @param [Object] titles Value to be assigned
138
+ def titles=(titles)
139
+ if titles.nil?
140
+ fail ArgumentError, 'titles cannot be nil'
141
+ end
142
+
143
+ @titles = titles
144
+ end
145
+
146
146
  # Checks equality by comparing each attribute.
147
147
  # @param [Object] Object to be compared
148
148
  def ==(o)
@@ -150,9 +150,9 @@ module SongtradrApiClientRuby
150
150
  self.class == o.class &&
151
151
  duration == o.duration &&
152
152
  isrc == o.isrc &&
153
+ parties == o.parties &&
153
154
  titles == o.titles &&
154
- tracks == o.tracks &&
155
- parties == o.parties
155
+ tracks == o.tracks
156
156
  end
157
157
 
158
158
  # @see the `==` method
@@ -164,7 +164,7 @@ module SongtradrApiClientRuby
164
164
  # Calculates hash code according to all attributes.
165
165
  # @return [Integer] Hash code
166
166
  def hash
167
- [duration, isrc, titles, tracks, parties].hash
167
+ [duration, isrc, parties, titles, tracks].hash
168
168
  end
169
169
 
170
170
  # Builds the object from hash
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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: 2.0.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,13 +3,13 @@
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: 2.0.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
 
13
13
  module SongtradrApiClientRuby
14
- VERSION = '2.0.0'
14
+ VERSION = '2.1.0'
15
15
  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: 2.0.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
 
@@ -8,4 +8,4 @@ gemDescription: Client for Songtradr API, Documented at https://github.com/songt
8
8
  gemLicense: MIT
9
9
  inputSpec: https://api.songtradr.com/v3/api-docs
10
10
  # gemVersion: this is appended during workflow
11
- gemVersion: 2.0.0
11
+ gemVersion: 2.1.0
@@ -5,10 +5,10 @@
5
5
 
6
6
  #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.
7
7
 
8
- The version of the OpenAPI document: 2.0.0
8
+ The version of the OpenAPI document: 2.1.0
9
9
  Contact: info@songtradr.com
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 7.4.0-SNAPSHOT
11
+ Generator version: 7.5.0-SNAPSHOT
12
12
 
13
13
  =end
14
14
 
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
 
31
31
  s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
32
32
  s.add_runtime_dependency 'faraday-multipart'
33
- s.add_runtime_dependency 'ruby-filemagic'
33
+ s.add_runtime_dependency 'marcel'
34
34
 
35
35
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
36
36
 
@@ -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: 2.0.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: 2.0.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
 
@@ -54,20 +54,20 @@ describe 'RecordingApi' do
54
54
  end
55
55
  end
56
56
 
57
- # unit tests for recordings_by_ids_with_similarities
57
+ # unit tests for recordings_by_ids_with_similarities1
58
58
  # Similar recordings for a list of recordings.
59
59
  # @param ids Comma seperated list of IDs. Can be ISRCs or proprietary IDs
60
60
  # @param [Hash] opts the optional parameters
61
61
  # @option opts [Boolean] :identical_only Whether a result list shall include only identical recordings.
62
62
  # @option opts [String] :usage Filter by recording usage.
63
63
  # @return [Array<RecordingForSimilaritySearchDTO>]
64
- describe 'recordings_by_ids_with_similarities test' do
64
+ describe 'recordings_by_ids_with_similarities1 test' do
65
65
  it 'should work' do
66
66
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
67
67
  end
68
68
  end
69
69
 
70
- # unit tests for recordings_by_ids_with_taggrams
70
+ # unit tests for recordings_by_ids_with_taggrams1
71
71
  # Timeseries of AI generated moods, musical features and more for a list of recordings.
72
72
  # @param ids Comma seperated list of IDs. Can be ISRCs or proprietary IDs
73
73
  # @param [Hash] opts the optional parameters
@@ -78,13 +78,13 @@ describe 'RecordingApi' do
78
78
  # @option opts [Float] :to_timestamp Show only taggrams data before this timestamp in seconds.
79
79
  # @option opts [Boolean] :fill_with_zero If set to true, empty timeseries are filled with timeseries of 0.0 values.
80
80
  # @return [Array<RecordingMinimalWithTaggramsDTO>]
81
- describe 'recordings_by_ids_with_taggrams test' do
81
+ describe 'recordings_by_ids_with_taggrams1 test' do
82
82
  it 'should work' do
83
83
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
84
84
  end
85
85
  end
86
86
 
87
- # unit tests for recordings_by_ids_with_tagstrengths
87
+ # unit tests for recordings_by_ids_with_tagstrengths1
88
88
  # Strengths as numerical representations for AI generated moods, musical features and more for recordings.
89
89
  # @param ids Comma seperated list of IDs. Can be ISRCs or proprietary IDs
90
90
  # @param [Hash] opts the optional parameters
@@ -92,13 +92,13 @@ describe 'RecordingApi' do
92
92
  # @option opts [String] :tag_name Show only taggrams for one tag.
93
93
  # @option opts [String] :genre_name Show only taggrams for one genre.
94
94
  # @return [Array<RecordingMinimalWithTagstrengthsDTO>]
95
- describe 'recordings_by_ids_with_tagstrengths test' do
95
+ describe 'recordings_by_ids_with_tagstrengths1 test' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
98
98
  end
99
99
  end
100
100
 
101
- # unit tests for recordings_medium_by_ids
101
+ # unit tests for recordings_medium_by_ids1
102
102
  # Recordings by IDs with a medium sized response.
103
103
  # @param ids Comma seperated list of IDs. Can be ISRCs or proprietary IDs
104
104
  # @param [Hash] opts the optional parameters
@@ -106,7 +106,7 @@ describe 'RecordingApi' do
106
106
  # @option opts [Integer] :size The size of the page to be returned
107
107
  # @option opts [Array<String>] :sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
108
108
  # @return [Array<RecordingMediumDTO>]
109
- describe 'recordings_medium_by_ids test' do
109
+ describe 'recordings_medium_by_ids1 test' do
110
110
  it 'should work' do
111
111
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
112
112
  end