songtradr_api_client_ruby 1.13.5 → 1.13.6
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +12 -36
- data/docs/FileSmallDTO.md +5 -5
- data/docs/MusicalFeaturesDTO.md +27 -27
- data/docs/PlaylistLargeDTO.md +2 -2
- data/docs/RecordingGenrePredictionDTO.md +3 -3
- data/docs/RecordingLargeDTO.md +2 -2
- data/docs/RecordingMediumDTO.md +2 -2
- data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +3 -3
- data/docs/TagDTO.md +3 -3
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/playlist_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/recording_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/user_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_client.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
- data/lib/songtradr_api_client_ruby/configuration.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/age_range.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/beard.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/bounding_box.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/context_value.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/dominant_color.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/emotion.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/error_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/eye_direction.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/eye_open.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/face_detail.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/face_detection.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/face_occluded.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +36 -36
- data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/gender.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genre_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/image_quality.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/instance.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label_alias.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label_category.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label_detection.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/landmark.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/mouth_open.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +172 -172
- data/lib/songtradr_api_client_ruby/models/mustache.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/parent.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +11 -11
- data/lib/songtradr_api_client_ruby/models/pose.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +21 -21
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +13 -13
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +13 -13
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +16 -16
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +16 -16
- data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/smile.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/sunglasses.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tag_dto.rb +16 -16
- data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/title_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/token_request.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/track_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/usage_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +1 -10
- data/openapi-generator-config.yaml +1 -1
- data/songtradr_api_client_ruby.gemspec +1 -1
- data/spec/api/allowed_values_api_spec.rb +1 -1
- data/spec/api/party_api_spec.rb +1 -1
- data/spec/api/playlist_api_spec.rb +1 -1
- data/spec/api/recording_api_spec.rb +1 -1
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/age_range_spec.rb +1 -1
- data/spec/models/beard_spec.rb +1 -1
- data/spec/models/bounding_box_spec.rb +1 -1
- data/spec/models/category_medium_dto_spec.rb +1 -1
- data/spec/models/category_minimal_dto_spec.rb +1 -1
- data/spec/models/config_access_dto_spec.rb +1 -1
- data/spec/models/config_identifier_dto_spec.rb +1 -1
- data/spec/models/context_value_spec.rb +1 -1
- data/spec/models/contributor_type_dto_spec.rb +1 -1
- data/spec/models/curate_playlist_dto_spec.rb +1 -1
- data/spec/models/curate_playlist_response_dto_spec.rb +1 -1
- data/spec/models/dominant_color_spec.rb +1 -1
- data/spec/models/emotion_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/eye_direction_spec.rb +1 -1
- data/spec/models/eye_open_spec.rb +1 -1
- data/spec/models/eyeglasses_spec.rb +1 -1
- data/spec/models/face_detail_spec.rb +1 -1
- data/spec/models/face_detection_spec.rb +1 -1
- data/spec/models/face_occluded_spec.rb +1 -1
- data/spec/models/field_summary_dto_spec.rb +1 -1
- data/spec/models/file_dto_spec.rb +1 -1
- data/spec/models/file_list_dto_spec.rb +1 -1
- data/spec/models/file_minimal_with_url_dto_spec.rb +1 -1
- data/spec/models/file_small_dto_spec.rb +17 -17
- data/spec/models/file_upload_dto_spec.rb +1 -1
- data/spec/models/file_w_ith_url_dto_spec.rb +1 -1
- data/spec/models/files_summary_dto_spec.rb +1 -1
- data/spec/models/forgot_password_dto_spec.rb +1 -1
- data/spec/models/gender_spec.rb +1 -1
- data/spec/models/genre_dto_spec.rb +1 -1
- data/spec/models/genre_minimal_dto_spec.rb +1 -1
- data/spec/models/genres_summary_dto_spec.rb +1 -1
- data/spec/models/image_quality_spec.rb +1 -1
- data/spec/models/image_recognition_response_spec.rb +1 -1
- data/spec/models/init_put_recording_audio_dto_spec.rb +1 -1
- data/spec/models/instance_spec.rb +1 -1
- data/spec/models/jwt_token_dto_spec.rb +1 -1
- data/spec/models/label_alias_spec.rb +1 -1
- data/spec/models/label_category_spec.rb +1 -1
- data/spec/models/label_detection_spec.rb +1 -1
- data/spec/models/label_spec.rb +1 -1
- data/spec/models/landmark_spec.rb +1 -1
- data/spec/models/login_dto_spec.rb +1 -1
- data/spec/models/mouth_open_spec.rb +1 -1
- data/spec/models/musical_features_dto_spec.rb +57 -57
- data/spec/models/mustache_spec.rb +1 -1
- data/spec/models/p_line_dto_spec.rb +1 -1
- data/spec/models/parent_spec.rb +1 -1
- data/spec/models/party_large_dto_spec.rb +1 -1
- data/spec/models/party_small_dto_spec.rb +1 -1
- data/spec/models/playlist_large_dto_spec.rb +7 -7
- data/spec/models/pose_spec.rb +1 -1
- data/spec/models/product_medium_dto_spec.rb +1 -1
- data/spec/models/product_party_dto_spec.rb +1 -1
- data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
- data/spec/models/recording_genre_prediction_dto_spec.rb +4 -4
- data/spec/models/recording_large_dto_spec.rb +7 -7
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +7 -7
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +3 -3
- data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +1 -1
- data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +1 -1
- data/spec/models/recording_party_dto_spec.rb +1 -1
- data/spec/models/recording_playlist_dto_spec.rb +1 -1
- data/spec/models/recording_small_dto_spec.rb +4 -4
- data/spec/models/recording_tag_small_dto_spec.rb +1 -1
- data/spec/models/save_file_recording_dto_spec.rb +1 -1
- data/spec/models/save_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_genre_dto_spec.rb +1 -1
- data/spec/models/save_recording_party_dto_spec.rb +1 -1
- data/spec/models/save_recording_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_tag_dto_spec.rb +1 -1
- data/spec/models/save_referrer_dto_spec.rb +1 -1
- data/spec/models/save_taggrams_dto_spec.rb +1 -1
- data/spec/models/save_user_dto_spec.rb +1 -1
- data/spec/models/search_filter_values_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_abstraction_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_dto_spec.rb +1 -1
- data/spec/models/sign_up_dto_spec.rb +1 -1
- data/spec/models/smile_spec.rb +1 -1
- data/spec/models/sunglasses_spec.rb +1 -1
- data/spec/models/tag_dto_spec.rb +3 -3
- data/spec/models/tag_small_dto_spec.rb +1 -1
- data/spec/models/taggram_dto_spec.rb +1 -1
- data/spec/models/tags_summary_dto_spec.rb +1 -1
- data/spec/models/tagstrength_dto_spec.rb +1 -1
- data/spec/models/title_dto_spec.rb +1 -1
- data/spec/models/token_request_spec.rb +1 -1
- data/spec/models/track_dto_spec.rb +1 -1
- data/spec/models/track_to_medium_product_dto_spec.rb +1 -1
- data/spec/models/update_password_dto_spec.rb +1 -1
- data/spec/models/usage_dto_spec.rb +1 -1
- data/spec/models/user_dto_spec.rb +1 -1
- data/spec/models/video_recognition_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +1 -37
- data/docs/APIKeysApi.md +0 -217
- data/docs/AdminApiCreateUserDTO.md +0 -76
- data/docs/AdminApiUpdateUserDTO.md +0 -76
- data/docs/AdminApiUserDTO.md +0 -70
- data/docs/AdminUsersControllerApi.md +0 -355
- data/docs/ApiKeyDTO.md +0 -24
- data/docs/CreateApiKeyDTO.md +0 -18
- data/docs/InternalApiApi.md +0 -149
- data/docs/SaveFileDTO.md +0 -42
- data/lib/songtradr_api_client_ruby/api/admin_users_controller_api.rb +0 -346
- data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +0 -213
- data/lib/songtradr_api_client_ruby/api/internal_api_api.rb +0 -169
- data/lib/songtradr_api_client_ruby/models/admin_api_create_user_dto.rb +0 -489
- data/lib/songtradr_api_client_ruby/models/admin_api_update_user_dto.rb +0 -475
- data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +0 -448
- data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +0 -262
- data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +0 -214
- data/lib/songtradr_api_client_ruby/models/save_file_dto.rb +0 -323
- data/spec/api/admin_users_controller_api_spec.rb +0 -93
- data/spec/api/api_keys_api_spec.rb +0 -70
- data/spec/api/internal_api_api_spec.rb +0 -58
- data/spec/models/admin_api_create_user_dto_spec.rb +0 -210
- data/spec/models/admin_api_update_user_dto_spec.rb +0 -210
- data/spec/models/admin_api_user_dto_spec.rb +0 -192
- data/spec/models/api_key_dto_spec.rb +0 -54
- data/spec/models/create_api_key_dto_spec.rb +0 -36
- data/spec/models/save_file_dto_spec.rb +0 -108
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -22,8 +22,6 @@ module SongtradrApiClientRuby
|
|
|
22
22
|
|
|
23
23
|
attr_accessor :description
|
|
24
24
|
|
|
25
|
-
attr_accessor :songtradr_playlist_guid
|
|
26
|
-
|
|
27
25
|
attr_accessor :usages
|
|
28
26
|
|
|
29
27
|
attr_accessor :asset_url
|
|
@@ -34,6 +32,8 @@ module SongtradrApiClientRuby
|
|
|
34
32
|
|
|
35
33
|
attr_accessor :tracks
|
|
36
34
|
|
|
35
|
+
attr_accessor :songtradr_playlist_guid
|
|
36
|
+
|
|
37
37
|
attr_accessor :created
|
|
38
38
|
|
|
39
39
|
attr_accessor :updated
|
|
@@ -66,12 +66,12 @@ module SongtradrApiClientRuby
|
|
|
66
66
|
:'name' => :'name',
|
|
67
67
|
:'state' => :'state',
|
|
68
68
|
:'description' => :'description',
|
|
69
|
-
:'songtradr_playlist_guid' => :'songtradrPlaylistGuid',
|
|
70
69
|
:'usages' => :'usages',
|
|
71
70
|
:'asset_url' => :'assetURL',
|
|
72
71
|
:'pretzel_tier' => :'pretzelTier',
|
|
73
72
|
:'usage' => :'usage',
|
|
74
73
|
:'tracks' => :'tracks',
|
|
74
|
+
:'songtradr_playlist_guid' => :'songtradrPlaylistGuid',
|
|
75
75
|
:'created' => :'created',
|
|
76
76
|
:'updated' => :'updated'
|
|
77
77
|
}
|
|
@@ -88,12 +88,12 @@ module SongtradrApiClientRuby
|
|
|
88
88
|
:'name' => :'String',
|
|
89
89
|
:'state' => :'String',
|
|
90
90
|
:'description' => :'String',
|
|
91
|
-
:'songtradr_playlist_guid' => :'String',
|
|
92
91
|
:'usages' => :'Array<UsageDTO>',
|
|
93
92
|
:'asset_url' => :'String',
|
|
94
93
|
:'pretzel_tier' => :'String',
|
|
95
94
|
:'usage' => :'String',
|
|
96
95
|
:'tracks' => :'Array<RecordingPlaylistDTO>',
|
|
96
|
+
:'songtradr_playlist_guid' => :'String',
|
|
97
97
|
:'created' => :'Time',
|
|
98
98
|
:'updated' => :'Time'
|
|
99
99
|
}
|
|
@@ -134,10 +134,6 @@ module SongtradrApiClientRuby
|
|
|
134
134
|
self.description = attributes[:'description']
|
|
135
135
|
end
|
|
136
136
|
|
|
137
|
-
if attributes.key?(:'songtradr_playlist_guid')
|
|
138
|
-
self.songtradr_playlist_guid = attributes[:'songtradr_playlist_guid']
|
|
139
|
-
end
|
|
140
|
-
|
|
141
137
|
if attributes.key?(:'usages')
|
|
142
138
|
if (value = attributes[:'usages']).is_a?(Array)
|
|
143
139
|
self.usages = value
|
|
@@ -162,6 +158,10 @@ module SongtradrApiClientRuby
|
|
|
162
158
|
end
|
|
163
159
|
end
|
|
164
160
|
|
|
161
|
+
if attributes.key?(:'songtradr_playlist_guid')
|
|
162
|
+
self.songtradr_playlist_guid = attributes[:'songtradr_playlist_guid']
|
|
163
|
+
end
|
|
164
|
+
|
|
165
165
|
if attributes.key?(:'created')
|
|
166
166
|
self.created = attributes[:'created']
|
|
167
167
|
end
|
|
@@ -211,12 +211,12 @@ module SongtradrApiClientRuby
|
|
|
211
211
|
name == o.name &&
|
|
212
212
|
state == o.state &&
|
|
213
213
|
description == o.description &&
|
|
214
|
-
songtradr_playlist_guid == o.songtradr_playlist_guid &&
|
|
215
214
|
usages == o.usages &&
|
|
216
215
|
asset_url == o.asset_url &&
|
|
217
216
|
pretzel_tier == o.pretzel_tier &&
|
|
218
217
|
usage == o.usage &&
|
|
219
218
|
tracks == o.tracks &&
|
|
219
|
+
songtradr_playlist_guid == o.songtradr_playlist_guid &&
|
|
220
220
|
created == o.created &&
|
|
221
221
|
updated == o.updated
|
|
222
222
|
end
|
|
@@ -230,7 +230,7 @@ module SongtradrApiClientRuby
|
|
|
230
230
|
# Calculates hash code according to all attributes.
|
|
231
231
|
# @return [Integer] Hash code
|
|
232
232
|
def hash
|
|
233
|
-
[name, state, description,
|
|
233
|
+
[name, state, description, usages, asset_url, pretzel_tier, usage, tracks, songtradr_playlist_guid, created, updated].hash
|
|
234
234
|
end
|
|
235
235
|
|
|
236
236
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -16,18 +16,18 @@ require 'time'
|
|
|
16
16
|
module SongtradrApiClientRuby
|
|
17
17
|
# AI-predicted Genres for a recording
|
|
18
18
|
class RecordingGenrePredictionDTO
|
|
19
|
+
attr_accessor :genre_type
|
|
20
|
+
|
|
19
21
|
attr_accessor :genre
|
|
20
22
|
|
|
21
23
|
attr_accessor :probability
|
|
22
24
|
|
|
23
|
-
attr_accessor :genre_type
|
|
24
|
-
|
|
25
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
26
26
|
def self.attribute_map
|
|
27
27
|
{
|
|
28
|
+
:'genre_type' => :'genreType',
|
|
28
29
|
:'genre' => :'genre',
|
|
29
|
-
:'probability' => :'probability'
|
|
30
|
-
:'genre_type' => :'genreType'
|
|
30
|
+
:'probability' => :'probability'
|
|
31
31
|
}
|
|
32
32
|
end
|
|
33
33
|
|
|
@@ -39,9 +39,9 @@ module SongtradrApiClientRuby
|
|
|
39
39
|
# Attribute type mapping.
|
|
40
40
|
def self.openapi_types
|
|
41
41
|
{
|
|
42
|
+
:'genre_type' => :'String',
|
|
42
43
|
:'genre' => :'GenreMinimalDTO',
|
|
43
|
-
:'probability' => :'Float'
|
|
44
|
-
:'genre_type' => :'String'
|
|
44
|
+
:'probability' => :'Float'
|
|
45
45
|
}
|
|
46
46
|
end
|
|
47
47
|
|
|
@@ -66,6 +66,12 @@ module SongtradrApiClientRuby
|
|
|
66
66
|
h[k.to_sym] = v
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
+
if attributes.key?(:'genre_type')
|
|
70
|
+
self.genre_type = attributes[:'genre_type']
|
|
71
|
+
else
|
|
72
|
+
self.genre_type = nil
|
|
73
|
+
end
|
|
74
|
+
|
|
69
75
|
if attributes.key?(:'genre')
|
|
70
76
|
self.genre = attributes[:'genre']
|
|
71
77
|
else
|
|
@@ -77,12 +83,6 @@ module SongtradrApiClientRuby
|
|
|
77
83
|
else
|
|
78
84
|
self.probability = nil
|
|
79
85
|
end
|
|
80
|
-
|
|
81
|
-
if attributes.key?(:'genre_type')
|
|
82
|
-
self.genre_type = attributes[:'genre_type']
|
|
83
|
-
else
|
|
84
|
-
self.genre_type = nil
|
|
85
|
-
end
|
|
86
86
|
end
|
|
87
87
|
|
|
88
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -90,6 +90,10 @@ module SongtradrApiClientRuby
|
|
|
90
90
|
def list_invalid_properties
|
|
91
91
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
92
92
|
invalid_properties = Array.new
|
|
93
|
+
if @genre_type.nil?
|
|
94
|
+
invalid_properties.push('invalid value for "genre_type", genre_type cannot be nil.')
|
|
95
|
+
end
|
|
96
|
+
|
|
93
97
|
if @genre.nil?
|
|
94
98
|
invalid_properties.push('invalid value for "genre", genre cannot be nil.')
|
|
95
99
|
end
|
|
@@ -98,10 +102,6 @@ module SongtradrApiClientRuby
|
|
|
98
102
|
invalid_properties.push('invalid value for "probability", probability cannot be nil.')
|
|
99
103
|
end
|
|
100
104
|
|
|
101
|
-
if @genre_type.nil?
|
|
102
|
-
invalid_properties.push('invalid value for "genre_type", genre_type cannot be nil.')
|
|
103
|
-
end
|
|
104
|
-
|
|
105
105
|
invalid_properties
|
|
106
106
|
end
|
|
107
107
|
|
|
@@ -109,9 +109,9 @@ module SongtradrApiClientRuby
|
|
|
109
109
|
# @return true if the model is valid
|
|
110
110
|
def valid?
|
|
111
111
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
112
|
+
return false if @genre_type.nil?
|
|
112
113
|
return false if @genre.nil?
|
|
113
114
|
return false if @probability.nil?
|
|
114
|
-
return false if @genre_type.nil?
|
|
115
115
|
true
|
|
116
116
|
end
|
|
117
117
|
|
|
@@ -120,9 +120,9 @@ module SongtradrApiClientRuby
|
|
|
120
120
|
def ==(o)
|
|
121
121
|
return true if self.equal?(o)
|
|
122
122
|
self.class == o.class &&
|
|
123
|
+
genre_type == o.genre_type &&
|
|
123
124
|
genre == o.genre &&
|
|
124
|
-
probability == o.probability
|
|
125
|
-
genre_type == o.genre_type
|
|
125
|
+
probability == o.probability
|
|
126
126
|
end
|
|
127
127
|
|
|
128
128
|
# @see the `==` method
|
|
@@ -134,7 +134,7 @@ module SongtradrApiClientRuby
|
|
|
134
134
|
# Calculates hash code according to all attributes.
|
|
135
135
|
# @return [Integer] Hash code
|
|
136
136
|
def hash
|
|
137
|
-
[genre, probability
|
|
137
|
+
[genre_type, genre, probability].hash
|
|
138
138
|
end
|
|
139
139
|
|
|
140
140
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -18,6 +18,8 @@ module SongtradrApiClientRuby
|
|
|
18
18
|
class RecordingLargeDTO
|
|
19
19
|
attr_accessor :duration
|
|
20
20
|
|
|
21
|
+
attr_accessor :isrc
|
|
22
|
+
|
|
21
23
|
attr_accessor :parties
|
|
22
24
|
|
|
23
25
|
attr_accessor :genres
|
|
@@ -30,8 +32,6 @@ module SongtradrApiClientRuby
|
|
|
30
32
|
|
|
31
33
|
attr_accessor :musical_features
|
|
32
34
|
|
|
33
|
-
attr_accessor :isrc
|
|
34
|
-
|
|
35
35
|
attr_accessor :tags
|
|
36
36
|
|
|
37
37
|
attr_accessor :spotify_id
|
|
@@ -44,13 +44,13 @@ module SongtradrApiClientRuby
|
|
|
44
44
|
def self.attribute_map
|
|
45
45
|
{
|
|
46
46
|
:'duration' => :'duration',
|
|
47
|
+
:'isrc' => :'isrc',
|
|
47
48
|
:'parties' => :'parties',
|
|
48
49
|
:'genres' => :'genres',
|
|
49
50
|
:'language_of_performance' => :'languageOfPerformance',
|
|
50
51
|
:'titles' => :'titles',
|
|
51
52
|
:'tracks' => :'tracks',
|
|
52
53
|
:'musical_features' => :'musicalFeatures',
|
|
53
|
-
:'isrc' => :'isrc',
|
|
54
54
|
:'tags' => :'tags',
|
|
55
55
|
:'spotify_id' => :'spotifyId',
|
|
56
56
|
:'pline' => :'pline',
|
|
@@ -67,13 +67,13 @@ module SongtradrApiClientRuby
|
|
|
67
67
|
def self.openapi_types
|
|
68
68
|
{
|
|
69
69
|
:'duration' => :'Integer',
|
|
70
|
+
:'isrc' => :'String',
|
|
70
71
|
:'parties' => :'Array<RecordingPartyDTO>',
|
|
71
72
|
:'genres' => :'Array<GenreDTO>',
|
|
72
73
|
:'language_of_performance' => :'String',
|
|
73
74
|
:'titles' => :'Array<TitleDTO>',
|
|
74
75
|
:'tracks' => :'Array<TrackToMediumProductDTO>',
|
|
75
76
|
:'musical_features' => :'MusicalFeaturesDTO',
|
|
76
|
-
:'isrc' => :'String',
|
|
77
77
|
:'tags' => :'Array<RecordingTagSmallDTO>',
|
|
78
78
|
:'spotify_id' => :'String',
|
|
79
79
|
:'pline' => :'PLineDTO',
|
|
@@ -106,6 +106,12 @@ module SongtradrApiClientRuby
|
|
|
106
106
|
self.duration = attributes[:'duration']
|
|
107
107
|
end
|
|
108
108
|
|
|
109
|
+
if attributes.key?(:'isrc')
|
|
110
|
+
self.isrc = attributes[:'isrc']
|
|
111
|
+
else
|
|
112
|
+
self.isrc = nil
|
|
113
|
+
end
|
|
114
|
+
|
|
109
115
|
if attributes.key?(:'parties')
|
|
110
116
|
if (value = attributes[:'parties']).is_a?(Array)
|
|
111
117
|
self.parties = value
|
|
@@ -138,12 +144,6 @@ module SongtradrApiClientRuby
|
|
|
138
144
|
self.musical_features = attributes[:'musical_features']
|
|
139
145
|
end
|
|
140
146
|
|
|
141
|
-
if attributes.key?(:'isrc')
|
|
142
|
-
self.isrc = attributes[:'isrc']
|
|
143
|
-
else
|
|
144
|
-
self.isrc = nil
|
|
145
|
-
end
|
|
146
|
-
|
|
147
147
|
if attributes.key?(:'tags')
|
|
148
148
|
if (value = attributes[:'tags']).is_a?(Array)
|
|
149
149
|
self.tags = value
|
|
@@ -241,13 +241,13 @@ module SongtradrApiClientRuby
|
|
|
241
241
|
return true if self.equal?(o)
|
|
242
242
|
self.class == o.class &&
|
|
243
243
|
duration == o.duration &&
|
|
244
|
+
isrc == o.isrc &&
|
|
244
245
|
parties == o.parties &&
|
|
245
246
|
genres == o.genres &&
|
|
246
247
|
language_of_performance == o.language_of_performance &&
|
|
247
248
|
titles == o.titles &&
|
|
248
249
|
tracks == o.tracks &&
|
|
249
250
|
musical_features == o.musical_features &&
|
|
250
|
-
isrc == o.isrc &&
|
|
251
251
|
tags == o.tags &&
|
|
252
252
|
spotify_id == o.spotify_id &&
|
|
253
253
|
pline == o.pline &&
|
|
@@ -263,7 +263,7 @@ module SongtradrApiClientRuby
|
|
|
263
263
|
# Calculates hash code according to all attributes.
|
|
264
264
|
# @return [Integer] Hash code
|
|
265
265
|
def hash
|
|
266
|
-
[duration, parties, genres, language_of_performance, titles, tracks, musical_features,
|
|
266
|
+
[duration, isrc, parties, genres, language_of_performance, titles, tracks, musical_features, tags, spotify_id, pline, genre_predictions].hash
|
|
267
267
|
end
|
|
268
268
|
|
|
269
269
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -16,6 +16,8 @@ require 'time'
|
|
|
16
16
|
module SongtradrApiClientRuby
|
|
17
17
|
# Recording with a mid-sized field set.
|
|
18
18
|
class RecordingMediumDTO
|
|
19
|
+
attr_accessor :isrc
|
|
20
|
+
|
|
19
21
|
attr_accessor :recording_party_entities
|
|
20
22
|
|
|
21
23
|
attr_accessor :genres
|
|
@@ -30,8 +32,6 @@ module SongtradrApiClientRuby
|
|
|
30
32
|
|
|
31
33
|
attr_accessor :musical_features
|
|
32
34
|
|
|
33
|
-
attr_accessor :isrc
|
|
34
|
-
|
|
35
35
|
attr_accessor :tags
|
|
36
36
|
|
|
37
37
|
attr_accessor :spotify_id
|
|
@@ -41,6 +41,7 @@ module SongtradrApiClientRuby
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
42
42
|
def self.attribute_map
|
|
43
43
|
{
|
|
44
|
+
:'isrc' => :'isrc',
|
|
44
45
|
:'recording_party_entities' => :'recordingPartyEntities',
|
|
45
46
|
:'genres' => :'genres',
|
|
46
47
|
:'language_of_performance' => :'languageOfPerformance',
|
|
@@ -48,7 +49,6 @@ module SongtradrApiClientRuby
|
|
|
48
49
|
:'titles' => :'titles',
|
|
49
50
|
:'tracks' => :'tracks',
|
|
50
51
|
:'musical_features' => :'musicalFeatures',
|
|
51
|
-
:'isrc' => :'isrc',
|
|
52
52
|
:'tags' => :'tags',
|
|
53
53
|
:'spotify_id' => :'spotifyId',
|
|
54
54
|
:'genre_predictions' => :'genrePredictions'
|
|
@@ -63,6 +63,7 @@ module SongtradrApiClientRuby
|
|
|
63
63
|
# Attribute type mapping.
|
|
64
64
|
def self.openapi_types
|
|
65
65
|
{
|
|
66
|
+
:'isrc' => :'String',
|
|
66
67
|
:'recording_party_entities' => :'Array<RecordingPartyDTO>',
|
|
67
68
|
:'genres' => :'Array<GenreDTO>',
|
|
68
69
|
:'language_of_performance' => :'String',
|
|
@@ -70,7 +71,6 @@ module SongtradrApiClientRuby
|
|
|
70
71
|
:'titles' => :'Array<TitleDTO>',
|
|
71
72
|
:'tracks' => :'Array<TrackDTO>',
|
|
72
73
|
:'musical_features' => :'MusicalFeaturesDTO',
|
|
73
|
-
:'isrc' => :'String',
|
|
74
74
|
:'tags' => :'Array<RecordingTagSmallDTO>',
|
|
75
75
|
:'spotify_id' => :'String',
|
|
76
76
|
:'genre_predictions' => :'Array<RecordingGenrePredictionDTO>'
|
|
@@ -98,6 +98,12 @@ module SongtradrApiClientRuby
|
|
|
98
98
|
h[k.to_sym] = v
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
if attributes.key?(:'isrc')
|
|
102
|
+
self.isrc = attributes[:'isrc']
|
|
103
|
+
else
|
|
104
|
+
self.isrc = nil
|
|
105
|
+
end
|
|
106
|
+
|
|
101
107
|
if attributes.key?(:'recording_party_entities')
|
|
102
108
|
if (value = attributes[:'recording_party_entities']).is_a?(Array)
|
|
103
109
|
self.recording_party_entities = value
|
|
@@ -134,12 +140,6 @@ module SongtradrApiClientRuby
|
|
|
134
140
|
self.musical_features = attributes[:'musical_features']
|
|
135
141
|
end
|
|
136
142
|
|
|
137
|
-
if attributes.key?(:'isrc')
|
|
138
|
-
self.isrc = attributes[:'isrc']
|
|
139
|
-
else
|
|
140
|
-
self.isrc = nil
|
|
141
|
-
end
|
|
142
|
-
|
|
143
143
|
if attributes.key?(:'tags')
|
|
144
144
|
if (value = attributes[:'tags']).is_a?(Array)
|
|
145
145
|
self.tags = value
|
|
@@ -222,6 +222,7 @@ module SongtradrApiClientRuby
|
|
|
222
222
|
def ==(o)
|
|
223
223
|
return true if self.equal?(o)
|
|
224
224
|
self.class == o.class &&
|
|
225
|
+
isrc == o.isrc &&
|
|
225
226
|
recording_party_entities == o.recording_party_entities &&
|
|
226
227
|
genres == o.genres &&
|
|
227
228
|
language_of_performance == o.language_of_performance &&
|
|
@@ -229,7 +230,6 @@ module SongtradrApiClientRuby
|
|
|
229
230
|
titles == o.titles &&
|
|
230
231
|
tracks == o.tracks &&
|
|
231
232
|
musical_features == o.musical_features &&
|
|
232
|
-
isrc == o.isrc &&
|
|
233
233
|
tags == o.tags &&
|
|
234
234
|
spotify_id == o.spotify_id &&
|
|
235
235
|
genre_predictions == o.genre_predictions
|
|
@@ -244,7 +244,7 @@ module SongtradrApiClientRuby
|
|
|
244
244
|
# Calculates hash code according to all attributes.
|
|
245
245
|
# @return [Integer] Hash code
|
|
246
246
|
def hash
|
|
247
|
-
[recording_party_entities, genres, language_of_performance, release_date, titles, tracks, musical_features,
|
|
247
|
+
[isrc, recording_party_entities, genres, language_of_performance, release_date, titles, tracks, musical_features, tags, spotify_id, genre_predictions].hash
|
|
248
248
|
end
|
|
249
249
|
|
|
250
250
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -16,15 +16,15 @@ require 'time'
|
|
|
16
16
|
module SongtradrApiClientRuby
|
|
17
17
|
# Recording in its minimal form, but with AI-predicted musical features.
|
|
18
18
|
class RecordingMinimalWithMusicalFeaturesDTO
|
|
19
|
-
attr_accessor :musical_features
|
|
20
|
-
|
|
21
19
|
attr_accessor :isrc
|
|
22
20
|
|
|
21
|
+
attr_accessor :musical_features
|
|
22
|
+
|
|
23
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
24
24
|
def self.attribute_map
|
|
25
25
|
{
|
|
26
|
-
:'
|
|
27
|
-
:'
|
|
26
|
+
:'isrc' => :'isrc',
|
|
27
|
+
:'musical_features' => :'musicalFeatures'
|
|
28
28
|
}
|
|
29
29
|
end
|
|
30
30
|
|
|
@@ -36,8 +36,8 @@ module SongtradrApiClientRuby
|
|
|
36
36
|
# Attribute type mapping.
|
|
37
37
|
def self.openapi_types
|
|
38
38
|
{
|
|
39
|
-
:'
|
|
40
|
-
:'
|
|
39
|
+
:'isrc' => :'String',
|
|
40
|
+
:'musical_features' => :'Array<MusicalFeaturesDTO>'
|
|
41
41
|
}
|
|
42
42
|
end
|
|
43
43
|
|
|
@@ -62,17 +62,17 @@ module SongtradrApiClientRuby
|
|
|
62
62
|
h[k.to_sym] = v
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
if attributes.key?(:'musical_features')
|
|
66
|
-
if (value = attributes[:'musical_features']).is_a?(Array)
|
|
67
|
-
self.musical_features = value
|
|
68
|
-
end
|
|
69
|
-
end
|
|
70
|
-
|
|
71
65
|
if attributes.key?(:'isrc')
|
|
72
66
|
self.isrc = attributes[:'isrc']
|
|
73
67
|
else
|
|
74
68
|
self.isrc = nil
|
|
75
69
|
end
|
|
70
|
+
|
|
71
|
+
if attributes.key?(:'musical_features')
|
|
72
|
+
if (value = attributes[:'musical_features']).is_a?(Array)
|
|
73
|
+
self.musical_features = value
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
76
|
end
|
|
77
77
|
|
|
78
78
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -100,8 +100,8 @@ module SongtradrApiClientRuby
|
|
|
100
100
|
def ==(o)
|
|
101
101
|
return true if self.equal?(o)
|
|
102
102
|
self.class == o.class &&
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
isrc == o.isrc &&
|
|
104
|
+
musical_features == o.musical_features
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
# @see the `==` method
|
|
@@ -113,7 +113,7 @@ module SongtradrApiClientRuby
|
|
|
113
113
|
# Calculates hash code according to all attributes.
|
|
114
114
|
# @return [Integer] Hash code
|
|
115
115
|
def hash
|
|
116
|
-
[
|
|
116
|
+
[isrc, musical_features].hash
|
|
117
117
|
end
|
|
118
118
|
|
|
119
119
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|