songtradr_api_client_ruby 1.13.4 → 1.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +48 -5
- data/docs/AdminApiCreateUserDTO.md +76 -0
- data/docs/AdminApiUpdateUserDTO.md +76 -0
- data/docs/AdminUsersControllerApi.md +355 -0
- data/docs/AgeRange.md +20 -0
- data/docs/ApiKeyDTO.md +3 -3
- data/docs/Beard.md +20 -0
- data/docs/BoundingBox.md +24 -0
- data/docs/ContextValue.md +18 -0
- data/docs/CuratePlaylistDTO.md +26 -0
- data/docs/CuratePlaylistResponseDTO.md +18 -0
- data/docs/DominantColor.md +30 -0
- data/docs/Emotion.md +20 -0
- data/docs/EyeDirection.md +22 -0
- data/docs/EyeOpen.md +20 -0
- data/docs/Eyeglasses.md +20 -0
- data/docs/FaceDetail.md +50 -0
- data/docs/FaceDetection.md +20 -0
- data/docs/FaceOccluded.md +20 -0
- data/docs/FileSmallDTO.md +7 -7
- data/docs/Gender.md +20 -0
- data/docs/ImageQuality.md +20 -0
- data/docs/ImageRecognitionResponse.md +20 -0
- data/docs/Instance.md +22 -0
- data/docs/InternalApiApi.md +149 -0
- data/docs/Label.md +28 -0
- data/docs/LabelAlias.md +18 -0
- data/docs/LabelCategory.md +18 -0
- data/docs/LabelDetection.md +26 -0
- data/docs/Landmark.md +22 -0
- data/docs/MouthOpen.md +20 -0
- data/docs/MusicalFeaturesDTO.md +26 -26
- data/docs/Mustache.md +20 -0
- data/docs/Parent.md +18 -0
- data/docs/PlaylistApi.md +70 -0
- data/docs/PlaylistLargeDTO.md +3 -3
- data/docs/Pose.md +22 -0
- data/docs/ProductMediumDTO.md +2 -2
- data/docs/ProductPartyDTO.md +3 -3
- data/docs/RecordingLargeDTO.md +11 -11
- data/docs/RecordingMediumDTO.md +9 -9
- data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
- data/docs/RecordingPartyDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +4 -4
- data/docs/SaveFileDTO.md +42 -0
- data/docs/SaveFileRecordingDTO.md +5 -1
- data/docs/Smile.md +20 -0
- data/docs/Sunglasses.md +20 -0
- data/docs/UserApi.md +140 -0
- data/docs/VideoRecognitionResponse.md +20 -0
- data/lib/songtradr_api_client_ruby/api/admin_users_controller_api.rb +346 -0
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/internal_api_api.rb +169 -0
- data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/playlist_api.rb +78 -1
- data/lib/songtradr_api_client_ruby/api/recording_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/user_api.rb +137 -1
- data/lib/songtradr_api_client_ruby/api_client.rb +3 -2
- data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
- data/lib/songtradr_api_client_ruby/configuration.rb +2 -1
- data/lib/songtradr_api_client_ruby/models/admin_api_create_user_dto.rb +489 -0
- data/lib/songtradr_api_client_ruby/models/admin_api_update_user_dto.rb +475 -0
- data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/age_range.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +14 -14
- data/lib/songtradr_api_client_ruby/models/beard.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/bounding_box.rb +241 -0
- 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 +216 -0
- data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +256 -0
- data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +216 -0
- data/lib/songtradr_api_client_ruby/models/dominant_color.rb +268 -0
- data/lib/songtradr_api_client_ruby/models/emotion.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/error_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/eye_direction.rb +232 -0
- data/lib/songtradr_api_client_ruby/models/eye_open.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/face_detail.rb +362 -0
- data/lib/songtradr_api_client_ruby/models/face_detection.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/face_occluded.rb +223 -0
- 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 +32 -32
- 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 +223 -0
- 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 +223 -0
- data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +227 -0
- data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/instance.rb +234 -0
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label.rb +267 -0
- data/lib/songtradr_api_client_ruby/models/label_alias.rb +214 -0
- data/lib/songtradr_api_client_ruby/models/label_category.rb +214 -0
- data/lib/songtradr_api_client_ruby/models/label_detection.rb +250 -0
- data/lib/songtradr_api_client_ruby/models/landmark.rb +232 -0
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/mouth_open.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +302 -302
- data/lib/songtradr_api_client_ruby/models/mustache.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/parent.rb +214 -0
- 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 +16 -16
- data/lib/songtradr_api_client_ruby/models/pose.rb +232 -0
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +11 -11
- data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +16 -16
- 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 +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +59 -59
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +50 -50
- 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 +16 -16
- data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +28 -28
- data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_file_dto.rb +323 -0
- data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +23 -5
- 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 +223 -0
- data/lib/songtradr_api_client_ruby/models/sunglasses.rb +223 -0
- data/lib/songtradr_api_client_ruby/models/tag_dto.rb +1 -1
- 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 +227 -0
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +36 -1
- data/openapi-generator-config.yaml +1 -1
- data/songtradr_api_client_ruby.gemspec +1 -1
- data/spec/api/admin_users_controller_api_spec.rb +93 -0
- data/spec/api/allowed_values_api_spec.rb +1 -1
- data/spec/api/api_keys_api_spec.rb +1 -1
- data/spec/api/internal_api_api_spec.rb +58 -0
- data/spec/api/party_api_spec.rb +1 -1
- data/spec/api/playlist_api_spec.rb +13 -1
- data/spec/api/recording_api_spec.rb +1 -1
- data/spec/api/user_api_spec.rb +25 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/admin_api_create_user_dto_spec.rb +210 -0
- data/spec/models/admin_api_update_user_dto_spec.rb +210 -0
- data/spec/models/admin_api_user_dto_spec.rb +4 -2
- data/spec/models/age_range_spec.rb +42 -0
- data/spec/models/api_key_dto_spec.rb +6 -4
- data/spec/models/beard_spec.rb +42 -0
- data/spec/models/bounding_box_spec.rb +54 -0
- data/spec/models/category_medium_dto_spec.rb +4 -2
- data/spec/models/category_minimal_dto_spec.rb +4 -2
- data/spec/models/config_access_dto_spec.rb +4 -2
- data/spec/models/config_identifier_dto_spec.rb +4 -2
- data/spec/models/context_value_spec.rb +36 -0
- data/spec/models/contributor_type_dto_spec.rb +4 -2
- data/spec/models/create_api_key_dto_spec.rb +4 -2
- data/spec/models/curate_playlist_dto_spec.rb +60 -0
- data/spec/models/curate_playlist_response_dto_spec.rb +36 -0
- data/spec/models/dominant_color_spec.rb +72 -0
- data/spec/models/emotion_spec.rb +42 -0
- data/spec/models/error_response_spec.rb +4 -2
- data/spec/models/eye_direction_spec.rb +48 -0
- data/spec/models/eye_open_spec.rb +42 -0
- data/spec/models/eyeglasses_spec.rb +42 -0
- data/spec/models/face_detail_spec.rb +132 -0
- data/spec/models/face_detection_spec.rb +42 -0
- data/spec/models/face_occluded_spec.rb +42 -0
- data/spec/models/field_summary_dto_spec.rb +4 -2
- data/spec/models/file_dto_spec.rb +4 -2
- data/spec/models/file_list_dto_spec.rb +4 -2
- data/spec/models/file_minimal_with_url_dto_spec.rb +4 -2
- data/spec/models/file_small_dto_spec.rb +20 -18
- data/spec/models/file_upload_dto_spec.rb +4 -2
- data/spec/models/file_w_ith_url_dto_spec.rb +4 -2
- data/spec/models/files_summary_dto_spec.rb +4 -2
- data/spec/models/forgot_password_dto_spec.rb +4 -2
- data/spec/models/gender_spec.rb +42 -0
- data/spec/models/genre_dto_spec.rb +4 -2
- data/spec/models/genre_minimal_dto_spec.rb +4 -2
- data/spec/models/genres_summary_dto_spec.rb +4 -2
- data/spec/models/image_quality_spec.rb +42 -0
- data/spec/models/image_recognition_response_spec.rb +42 -0
- data/spec/models/init_put_recording_audio_dto_spec.rb +4 -2
- data/spec/models/instance_spec.rb +48 -0
- data/spec/models/jwt_token_dto_spec.rb +4 -2
- data/spec/models/label_alias_spec.rb +36 -0
- data/spec/models/label_category_spec.rb +36 -0
- data/spec/models/label_detection_spec.rb +60 -0
- data/spec/models/label_spec.rb +66 -0
- data/spec/models/landmark_spec.rb +48 -0
- data/spec/models/login_dto_spec.rb +4 -2
- data/spec/models/mouth_open_spec.rb +42 -0
- data/spec/models/musical_features_dto_spec.rb +134 -132
- data/spec/models/mustache_spec.rb +42 -0
- data/spec/models/p_line_dto_spec.rb +4 -2
- data/spec/models/parent_spec.rb +36 -0
- data/spec/models/party_large_dto_spec.rb +4 -2
- data/spec/models/party_small_dto_spec.rb +4 -2
- data/spec/models/playlist_large_dto_spec.rb +10 -8
- data/spec/models/pose_spec.rb +48 -0
- data/spec/models/product_medium_dto_spec.rb +7 -5
- data/spec/models/product_party_dto_spec.rb +6 -4
- data/spec/models/recording_for_similarity_search_dto_spec.rb +4 -2
- data/spec/models/recording_genre_prediction_dto_spec.rb +4 -2
- data/spec/models/recording_large_dto_spec.rb +15 -13
- data/spec/models/recording_list_dto_spec.rb +4 -2
- data/spec/models/recording_medium_dto_spec.rb +15 -13
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +6 -4
- data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +4 -2
- data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +4 -2
- data/spec/models/recording_party_dto_spec.rb +6 -4
- data/spec/models/recording_playlist_dto_spec.rb +4 -2
- data/spec/models/recording_small_dto_spec.rb +6 -4
- data/spec/models/recording_tag_small_dto_spec.rb +4 -2
- data/spec/models/save_file_dto_spec.rb +108 -0
- data/spec/models/save_file_recording_dto_spec.rb +16 -2
- data/spec/models/save_playlist_dto_spec.rb +4 -2
- data/spec/models/save_recording_genre_dto_spec.rb +4 -2
- data/spec/models/save_recording_party_dto_spec.rb +4 -2
- data/spec/models/save_recording_playlist_dto_spec.rb +4 -2
- data/spec/models/save_recording_tag_dto_spec.rb +4 -2
- data/spec/models/save_referrer_dto_spec.rb +4 -2
- data/spec/models/save_taggrams_dto_spec.rb +4 -2
- data/spec/models/save_user_dto_spec.rb +4 -2
- data/spec/models/search_filter_values_dto_spec.rb +4 -2
- data/spec/models/search_recording_granular_abstraction_dto_spec.rb +4 -2
- data/spec/models/search_recording_granular_dto_spec.rb +4 -2
- data/spec/models/sign_up_dto_spec.rb +4 -2
- data/spec/models/smile_spec.rb +42 -0
- data/spec/models/sunglasses_spec.rb +42 -0
- data/spec/models/tag_dto_spec.rb +4 -2
- data/spec/models/tag_small_dto_spec.rb +4 -2
- data/spec/models/taggram_dto_spec.rb +4 -2
- data/spec/models/tags_summary_dto_spec.rb +4 -2
- data/spec/models/tagstrength_dto_spec.rb +4 -2
- data/spec/models/title_dto_spec.rb +4 -2
- data/spec/models/token_request_spec.rb +4 -2
- data/spec/models/track_dto_spec.rb +4 -2
- data/spec/models/track_to_medium_product_dto_spec.rb +4 -2
- data/spec/models/update_password_dto_spec.rb +4 -2
- data/spec/models/usage_dto_spec.rb +4 -2
- data/spec/models/user_dto_spec.rb +4 -2
- data/spec/models/video_recognition_response_spec.rb +42 -0
- data/spec/spec_helper.rb +1 -1
- metadata +201 -61
|
@@ -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.5
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -22,9 +22,11 @@ describe SongtradrApiClientRuby::TrackToMediumProductDTO do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of TrackToMediumProductDTO' do
|
|
24
24
|
it 'should create an instance of TrackToMediumProductDTO' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(SongtradrApiClientRuby::TrackToMediumProductDTO)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "product"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -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.5
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -22,9 +22,11 @@ describe SongtradrApiClientRuby::UpdatePasswordDTO do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of UpdatePasswordDTO' do
|
|
24
24
|
it 'should create an instance of UpdatePasswordDTO' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(SongtradrApiClientRuby::UpdatePasswordDTO)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "token"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -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.5
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -22,9 +22,11 @@ describe SongtradrApiClientRuby::UsageDTO do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of UsageDTO' do
|
|
24
24
|
it 'should create an instance of UsageDTO' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(SongtradrApiClientRuby::UsageDTO)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "name"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -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.5
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -22,9 +22,11 @@ describe SongtradrApiClientRuby::UserDTO do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of UserDTO' do
|
|
24
24
|
it 'should create an instance of UserDTO' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(SongtradrApiClientRuby::UserDTO)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "username"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Songtradr API
|
|
3
|
+
|
|
4
|
+
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.13.5
|
|
7
|
+
Contact: info@songtradr.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for SongtradrApiClientRuby::VideoRecognitionResponse
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe SongtradrApiClientRuby::VideoRecognitionResponse do
|
|
21
|
+
let(:instance) { SongtradrApiClientRuby::VideoRecognitionResponse.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of VideoRecognitionResponse' do
|
|
24
|
+
it 'should create an instance of VideoRecognitionResponse' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(SongtradrApiClientRuby::VideoRecognitionResponse)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "labels"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "faces"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
end
|
data/spec/spec_helper.rb
CHANGED
|
@@ -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.5
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: songtradr_api_client_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.13.
|
|
4
|
+
version: 1.13.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- songtradr
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -76,16 +76,33 @@ files:
|
|
|
76
76
|
- README.md
|
|
77
77
|
- Rakefile
|
|
78
78
|
- docs/APIKeysApi.md
|
|
79
|
+
- docs/AdminApiCreateUserDTO.md
|
|
80
|
+
- docs/AdminApiUpdateUserDTO.md
|
|
79
81
|
- docs/AdminApiUserDTO.md
|
|
82
|
+
- docs/AdminUsersControllerApi.md
|
|
83
|
+
- docs/AgeRange.md
|
|
80
84
|
- docs/AllowedValuesApi.md
|
|
81
85
|
- docs/ApiKeyDTO.md
|
|
86
|
+
- docs/Beard.md
|
|
87
|
+
- docs/BoundingBox.md
|
|
82
88
|
- docs/CategoryMediumDTO.md
|
|
83
89
|
- docs/CategoryMinimalDTO.md
|
|
84
90
|
- docs/ConfigAccessDTO.md
|
|
85
91
|
- docs/ConfigIdentifierDTO.md
|
|
92
|
+
- docs/ContextValue.md
|
|
86
93
|
- docs/ContributorTypeDTO.md
|
|
87
94
|
- docs/CreateApiKeyDTO.md
|
|
95
|
+
- docs/CuratePlaylistDTO.md
|
|
96
|
+
- docs/CuratePlaylistResponseDTO.md
|
|
97
|
+
- docs/DominantColor.md
|
|
98
|
+
- docs/Emotion.md
|
|
88
99
|
- docs/ErrorResponse.md
|
|
100
|
+
- docs/EyeDirection.md
|
|
101
|
+
- docs/EyeOpen.md
|
|
102
|
+
- docs/Eyeglasses.md
|
|
103
|
+
- docs/FaceDetail.md
|
|
104
|
+
- docs/FaceDetection.md
|
|
105
|
+
- docs/FaceOccluded.md
|
|
89
106
|
- docs/FieldSummaryDTO.md
|
|
90
107
|
- docs/FileDTO.md
|
|
91
108
|
- docs/FileListDTO.md
|
|
@@ -95,19 +112,33 @@ files:
|
|
|
95
112
|
- docs/FileWIthUrlDTO.md
|
|
96
113
|
- docs/FilesSummaryDTO.md
|
|
97
114
|
- docs/ForgotPasswordDTO.md
|
|
115
|
+
- docs/Gender.md
|
|
98
116
|
- docs/GenreDTO.md
|
|
99
117
|
- docs/GenreMinimalDTO.md
|
|
100
118
|
- docs/GenresSummaryDTO.md
|
|
119
|
+
- docs/ImageQuality.md
|
|
120
|
+
- docs/ImageRecognitionResponse.md
|
|
101
121
|
- docs/InitPutRecordingAudioDTO.md
|
|
122
|
+
- docs/Instance.md
|
|
123
|
+
- docs/InternalApiApi.md
|
|
102
124
|
- docs/JwtTokenDTO.md
|
|
125
|
+
- docs/Label.md
|
|
126
|
+
- docs/LabelAlias.md
|
|
127
|
+
- docs/LabelCategory.md
|
|
128
|
+
- docs/LabelDetection.md
|
|
129
|
+
- docs/Landmark.md
|
|
103
130
|
- docs/LoginDTO.md
|
|
131
|
+
- docs/MouthOpen.md
|
|
104
132
|
- docs/MusicalFeaturesDTO.md
|
|
133
|
+
- docs/Mustache.md
|
|
105
134
|
- docs/PLineDTO.md
|
|
135
|
+
- docs/Parent.md
|
|
106
136
|
- docs/PartyApi.md
|
|
107
137
|
- docs/PartyLargeDTO.md
|
|
108
138
|
- docs/PartySmallDTO.md
|
|
109
139
|
- docs/PlaylistApi.md
|
|
110
140
|
- docs/PlaylistLargeDTO.md
|
|
141
|
+
- docs/Pose.md
|
|
111
142
|
- docs/ProductMediumDTO.md
|
|
112
143
|
- docs/ProductPartyDTO.md
|
|
113
144
|
- docs/RecordingApi.md
|
|
@@ -123,6 +154,7 @@ files:
|
|
|
123
154
|
- docs/RecordingPlaylistDTO.md
|
|
124
155
|
- docs/RecordingSmallDTO.md
|
|
125
156
|
- docs/RecordingTagSmallDTO.md
|
|
157
|
+
- docs/SaveFileDTO.md
|
|
126
158
|
- docs/SaveFileRecordingDTO.md
|
|
127
159
|
- docs/SavePlaylistDTO.md
|
|
128
160
|
- docs/SaveRecordingGenreDTO.md
|
|
@@ -136,6 +168,8 @@ files:
|
|
|
136
168
|
- docs/SearchRecordingGranularAbstractionDTO.md
|
|
137
169
|
- docs/SearchRecordingGranularDTO.md
|
|
138
170
|
- docs/SignUpDTO.md
|
|
171
|
+
- docs/Smile.md
|
|
172
|
+
- docs/Sunglasses.md
|
|
139
173
|
- docs/TagDTO.md
|
|
140
174
|
- docs/TagSmallDTO.md
|
|
141
175
|
- docs/TaggramDTO.md
|
|
@@ -149,11 +183,14 @@ files:
|
|
|
149
183
|
- docs/UsageDTO.md
|
|
150
184
|
- docs/UserApi.md
|
|
151
185
|
- docs/UserDTO.md
|
|
186
|
+
- docs/VideoRecognitionResponse.md
|
|
152
187
|
- getspec.rb
|
|
153
188
|
- git_push.sh
|
|
154
189
|
- lib/songtradr_api_client_ruby.rb
|
|
190
|
+
- lib/songtradr_api_client_ruby/api/admin_users_controller_api.rb
|
|
155
191
|
- lib/songtradr_api_client_ruby/api/allowed_values_api.rb
|
|
156
192
|
- lib/songtradr_api_client_ruby/api/api_keys_api.rb
|
|
193
|
+
- lib/songtradr_api_client_ruby/api/internal_api_api.rb
|
|
157
194
|
- lib/songtradr_api_client_ruby/api/party_api.rb
|
|
158
195
|
- lib/songtradr_api_client_ruby/api/playlist_api.rb
|
|
159
196
|
- lib/songtradr_api_client_ruby/api/recording_api.rb
|
|
@@ -161,15 +198,31 @@ files:
|
|
|
161
198
|
- lib/songtradr_api_client_ruby/api_client.rb
|
|
162
199
|
- lib/songtradr_api_client_ruby/api_error.rb
|
|
163
200
|
- lib/songtradr_api_client_ruby/configuration.rb
|
|
201
|
+
- lib/songtradr_api_client_ruby/models/admin_api_create_user_dto.rb
|
|
202
|
+
- lib/songtradr_api_client_ruby/models/admin_api_update_user_dto.rb
|
|
164
203
|
- lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb
|
|
204
|
+
- lib/songtradr_api_client_ruby/models/age_range.rb
|
|
165
205
|
- lib/songtradr_api_client_ruby/models/api_key_dto.rb
|
|
206
|
+
- lib/songtradr_api_client_ruby/models/beard.rb
|
|
207
|
+
- lib/songtradr_api_client_ruby/models/bounding_box.rb
|
|
166
208
|
- lib/songtradr_api_client_ruby/models/category_medium_dto.rb
|
|
167
209
|
- lib/songtradr_api_client_ruby/models/category_minimal_dto.rb
|
|
168
210
|
- lib/songtradr_api_client_ruby/models/config_access_dto.rb
|
|
169
211
|
- lib/songtradr_api_client_ruby/models/config_identifier_dto.rb
|
|
212
|
+
- lib/songtradr_api_client_ruby/models/context_value.rb
|
|
170
213
|
- lib/songtradr_api_client_ruby/models/contributor_type_dto.rb
|
|
171
214
|
- lib/songtradr_api_client_ruby/models/create_api_key_dto.rb
|
|
215
|
+
- lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb
|
|
216
|
+
- lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb
|
|
217
|
+
- lib/songtradr_api_client_ruby/models/dominant_color.rb
|
|
218
|
+
- lib/songtradr_api_client_ruby/models/emotion.rb
|
|
172
219
|
- lib/songtradr_api_client_ruby/models/error_response.rb
|
|
220
|
+
- lib/songtradr_api_client_ruby/models/eye_direction.rb
|
|
221
|
+
- lib/songtradr_api_client_ruby/models/eye_open.rb
|
|
222
|
+
- lib/songtradr_api_client_ruby/models/eyeglasses.rb
|
|
223
|
+
- lib/songtradr_api_client_ruby/models/face_detail.rb
|
|
224
|
+
- lib/songtradr_api_client_ruby/models/face_detection.rb
|
|
225
|
+
- lib/songtradr_api_client_ruby/models/face_occluded.rb
|
|
173
226
|
- lib/songtradr_api_client_ruby/models/field_summary_dto.rb
|
|
174
227
|
- lib/songtradr_api_client_ruby/models/file_dto.rb
|
|
175
228
|
- lib/songtradr_api_client_ruby/models/file_list_dto.rb
|
|
@@ -179,17 +232,30 @@ files:
|
|
|
179
232
|
- lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb
|
|
180
233
|
- lib/songtradr_api_client_ruby/models/files_summary_dto.rb
|
|
181
234
|
- lib/songtradr_api_client_ruby/models/forgot_password_dto.rb
|
|
235
|
+
- lib/songtradr_api_client_ruby/models/gender.rb
|
|
182
236
|
- lib/songtradr_api_client_ruby/models/genre_dto.rb
|
|
183
237
|
- lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb
|
|
184
238
|
- lib/songtradr_api_client_ruby/models/genres_summary_dto.rb
|
|
239
|
+
- lib/songtradr_api_client_ruby/models/image_quality.rb
|
|
240
|
+
- lib/songtradr_api_client_ruby/models/image_recognition_response.rb
|
|
185
241
|
- lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb
|
|
242
|
+
- lib/songtradr_api_client_ruby/models/instance.rb
|
|
186
243
|
- lib/songtradr_api_client_ruby/models/jwt_token_dto.rb
|
|
244
|
+
- lib/songtradr_api_client_ruby/models/label.rb
|
|
245
|
+
- lib/songtradr_api_client_ruby/models/label_alias.rb
|
|
246
|
+
- lib/songtradr_api_client_ruby/models/label_category.rb
|
|
247
|
+
- lib/songtradr_api_client_ruby/models/label_detection.rb
|
|
248
|
+
- lib/songtradr_api_client_ruby/models/landmark.rb
|
|
187
249
|
- lib/songtradr_api_client_ruby/models/login_dto.rb
|
|
250
|
+
- lib/songtradr_api_client_ruby/models/mouth_open.rb
|
|
188
251
|
- lib/songtradr_api_client_ruby/models/musical_features_dto.rb
|
|
252
|
+
- lib/songtradr_api_client_ruby/models/mustache.rb
|
|
189
253
|
- lib/songtradr_api_client_ruby/models/p_line_dto.rb
|
|
254
|
+
- lib/songtradr_api_client_ruby/models/parent.rb
|
|
190
255
|
- lib/songtradr_api_client_ruby/models/party_large_dto.rb
|
|
191
256
|
- lib/songtradr_api_client_ruby/models/party_small_dto.rb
|
|
192
257
|
- lib/songtradr_api_client_ruby/models/playlist_large_dto.rb
|
|
258
|
+
- lib/songtradr_api_client_ruby/models/pose.rb
|
|
193
259
|
- lib/songtradr_api_client_ruby/models/product_medium_dto.rb
|
|
194
260
|
- lib/songtradr_api_client_ruby/models/product_party_dto.rb
|
|
195
261
|
- lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb
|
|
@@ -204,6 +270,7 @@ files:
|
|
|
204
270
|
- lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb
|
|
205
271
|
- lib/songtradr_api_client_ruby/models/recording_small_dto.rb
|
|
206
272
|
- lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb
|
|
273
|
+
- lib/songtradr_api_client_ruby/models/save_file_dto.rb
|
|
207
274
|
- lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb
|
|
208
275
|
- lib/songtradr_api_client_ruby/models/save_playlist_dto.rb
|
|
209
276
|
- lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb
|
|
@@ -217,6 +284,8 @@ files:
|
|
|
217
284
|
- lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb
|
|
218
285
|
- lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb
|
|
219
286
|
- lib/songtradr_api_client_ruby/models/sign_up_dto.rb
|
|
287
|
+
- lib/songtradr_api_client_ruby/models/smile.rb
|
|
288
|
+
- lib/songtradr_api_client_ruby/models/sunglasses.rb
|
|
220
289
|
- lib/songtradr_api_client_ruby/models/tag_dto.rb
|
|
221
290
|
- lib/songtradr_api_client_ruby/models/tag_small_dto.rb
|
|
222
291
|
- lib/songtradr_api_client_ruby/models/taggram_dto.rb
|
|
@@ -229,26 +298,45 @@ files:
|
|
|
229
298
|
- lib/songtradr_api_client_ruby/models/update_password_dto.rb
|
|
230
299
|
- lib/songtradr_api_client_ruby/models/usage_dto.rb
|
|
231
300
|
- lib/songtradr_api_client_ruby/models/user_dto.rb
|
|
301
|
+
- lib/songtradr_api_client_ruby/models/video_recognition_response.rb
|
|
232
302
|
- lib/songtradr_api_client_ruby/version.rb
|
|
233
303
|
- openapi-generator-config.yaml
|
|
234
304
|
- songtradr_api_client_ruby.gemspec
|
|
305
|
+
- spec/api/admin_users_controller_api_spec.rb
|
|
235
306
|
- spec/api/allowed_values_api_spec.rb
|
|
236
307
|
- spec/api/api_keys_api_spec.rb
|
|
308
|
+
- spec/api/internal_api_api_spec.rb
|
|
237
309
|
- spec/api/party_api_spec.rb
|
|
238
310
|
- spec/api/playlist_api_spec.rb
|
|
239
311
|
- spec/api/recording_api_spec.rb
|
|
240
312
|
- spec/api/user_api_spec.rb
|
|
241
313
|
- spec/api_client_spec.rb
|
|
242
314
|
- spec/configuration_spec.rb
|
|
315
|
+
- spec/models/admin_api_create_user_dto_spec.rb
|
|
316
|
+
- spec/models/admin_api_update_user_dto_spec.rb
|
|
243
317
|
- spec/models/admin_api_user_dto_spec.rb
|
|
318
|
+
- spec/models/age_range_spec.rb
|
|
244
319
|
- spec/models/api_key_dto_spec.rb
|
|
320
|
+
- spec/models/beard_spec.rb
|
|
321
|
+
- spec/models/bounding_box_spec.rb
|
|
245
322
|
- spec/models/category_medium_dto_spec.rb
|
|
246
323
|
- spec/models/category_minimal_dto_spec.rb
|
|
247
324
|
- spec/models/config_access_dto_spec.rb
|
|
248
325
|
- spec/models/config_identifier_dto_spec.rb
|
|
326
|
+
- spec/models/context_value_spec.rb
|
|
249
327
|
- spec/models/contributor_type_dto_spec.rb
|
|
250
328
|
- spec/models/create_api_key_dto_spec.rb
|
|
329
|
+
- spec/models/curate_playlist_dto_spec.rb
|
|
330
|
+
- spec/models/curate_playlist_response_dto_spec.rb
|
|
331
|
+
- spec/models/dominant_color_spec.rb
|
|
332
|
+
- spec/models/emotion_spec.rb
|
|
251
333
|
- spec/models/error_response_spec.rb
|
|
334
|
+
- spec/models/eye_direction_spec.rb
|
|
335
|
+
- spec/models/eye_open_spec.rb
|
|
336
|
+
- spec/models/eyeglasses_spec.rb
|
|
337
|
+
- spec/models/face_detail_spec.rb
|
|
338
|
+
- spec/models/face_detection_spec.rb
|
|
339
|
+
- spec/models/face_occluded_spec.rb
|
|
252
340
|
- spec/models/field_summary_dto_spec.rb
|
|
253
341
|
- spec/models/file_dto_spec.rb
|
|
254
342
|
- spec/models/file_list_dto_spec.rb
|
|
@@ -258,17 +346,30 @@ files:
|
|
|
258
346
|
- spec/models/file_w_ith_url_dto_spec.rb
|
|
259
347
|
- spec/models/files_summary_dto_spec.rb
|
|
260
348
|
- spec/models/forgot_password_dto_spec.rb
|
|
349
|
+
- spec/models/gender_spec.rb
|
|
261
350
|
- spec/models/genre_dto_spec.rb
|
|
262
351
|
- spec/models/genre_minimal_dto_spec.rb
|
|
263
352
|
- spec/models/genres_summary_dto_spec.rb
|
|
353
|
+
- spec/models/image_quality_spec.rb
|
|
354
|
+
- spec/models/image_recognition_response_spec.rb
|
|
264
355
|
- spec/models/init_put_recording_audio_dto_spec.rb
|
|
356
|
+
- spec/models/instance_spec.rb
|
|
265
357
|
- spec/models/jwt_token_dto_spec.rb
|
|
358
|
+
- spec/models/label_alias_spec.rb
|
|
359
|
+
- spec/models/label_category_spec.rb
|
|
360
|
+
- spec/models/label_detection_spec.rb
|
|
361
|
+
- spec/models/label_spec.rb
|
|
362
|
+
- spec/models/landmark_spec.rb
|
|
266
363
|
- spec/models/login_dto_spec.rb
|
|
364
|
+
- spec/models/mouth_open_spec.rb
|
|
267
365
|
- spec/models/musical_features_dto_spec.rb
|
|
366
|
+
- spec/models/mustache_spec.rb
|
|
268
367
|
- spec/models/p_line_dto_spec.rb
|
|
368
|
+
- spec/models/parent_spec.rb
|
|
269
369
|
- spec/models/party_large_dto_spec.rb
|
|
270
370
|
- spec/models/party_small_dto_spec.rb
|
|
271
371
|
- spec/models/playlist_large_dto_spec.rb
|
|
372
|
+
- spec/models/pose_spec.rb
|
|
272
373
|
- spec/models/product_medium_dto_spec.rb
|
|
273
374
|
- spec/models/product_party_dto_spec.rb
|
|
274
375
|
- spec/models/recording_for_similarity_search_dto_spec.rb
|
|
@@ -283,6 +384,7 @@ files:
|
|
|
283
384
|
- spec/models/recording_playlist_dto_spec.rb
|
|
284
385
|
- spec/models/recording_small_dto_spec.rb
|
|
285
386
|
- spec/models/recording_tag_small_dto_spec.rb
|
|
387
|
+
- spec/models/save_file_dto_spec.rb
|
|
286
388
|
- spec/models/save_file_recording_dto_spec.rb
|
|
287
389
|
- spec/models/save_playlist_dto_spec.rb
|
|
288
390
|
- spec/models/save_recording_genre_dto_spec.rb
|
|
@@ -296,6 +398,8 @@ files:
|
|
|
296
398
|
- spec/models/search_recording_granular_abstraction_dto_spec.rb
|
|
297
399
|
- spec/models/search_recording_granular_dto_spec.rb
|
|
298
400
|
- spec/models/sign_up_dto_spec.rb
|
|
401
|
+
- spec/models/smile_spec.rb
|
|
402
|
+
- spec/models/sunglasses_spec.rb
|
|
299
403
|
- spec/models/tag_dto_spec.rb
|
|
300
404
|
- spec/models/tag_small_dto_spec.rb
|
|
301
405
|
- spec/models/taggram_dto_spec.rb
|
|
@@ -308,6 +412,7 @@ files:
|
|
|
308
412
|
- spec/models/update_password_dto_spec.rb
|
|
309
413
|
- spec/models/usage_dto_spec.rb
|
|
310
414
|
- spec/models/user_dto_spec.rb
|
|
415
|
+
- spec/models/video_recognition_response_spec.rb
|
|
311
416
|
- spec/spec_helper.rb
|
|
312
417
|
homepage: https://songtradr.com
|
|
313
418
|
licenses:
|
|
@@ -333,80 +438,115 @@ signing_key:
|
|
|
333
438
|
specification_version: 4
|
|
334
439
|
summary: Client for Songtradr API, generated with openapi-generator
|
|
335
440
|
test_files:
|
|
336
|
-
- spec/api/
|
|
337
|
-
- spec/api/
|
|
441
|
+
- spec/api/admin_users_controller_api_spec.rb
|
|
442
|
+
- spec/api/internal_api_api_spec.rb
|
|
338
443
|
- spec/api/user_api_spec.rb
|
|
339
|
-
- spec/api/playlist_api_spec.rb
|
|
340
444
|
- spec/api/party_api_spec.rb
|
|
341
445
|
- spec/api/allowed_values_api_spec.rb
|
|
446
|
+
- spec/api/recording_api_spec.rb
|
|
447
|
+
- spec/api/api_keys_api_spec.rb
|
|
448
|
+
- spec/api/playlist_api_spec.rb
|
|
342
449
|
- spec/api_client_spec.rb
|
|
343
450
|
- spec/configuration_spec.rb
|
|
344
|
-
- spec/models/
|
|
345
|
-
- spec/models/
|
|
346
|
-
- spec/models/recording_minimal_with_musical_features_dto_spec.rb
|
|
347
|
-
- spec/models/tags_summary_dto_spec.rb
|
|
348
|
-
- spec/models/save_recording_genre_dto_spec.rb
|
|
349
|
-
- spec/models/save_taggrams_dto_spec.rb
|
|
350
|
-
- spec/models/musical_features_dto_spec.rb
|
|
351
|
-
- spec/models/save_referrer_dto_spec.rb
|
|
352
|
-
- spec/models/recording_small_dto_spec.rb
|
|
353
|
-
- spec/models/files_summary_dto_spec.rb
|
|
354
|
-
- spec/models/genre_minimal_dto_spec.rb
|
|
355
|
-
- spec/models/file_dto_spec.rb
|
|
356
|
-
- spec/models/update_password_dto_spec.rb
|
|
357
|
-
- spec/models/search_recording_granular_dto_spec.rb
|
|
358
|
-
- spec/models/recording_genre_prediction_dto_spec.rb
|
|
359
|
-
- spec/models/save_recording_party_dto_spec.rb
|
|
360
|
-
- spec/models/save_recording_tag_dto_spec.rb
|
|
361
|
-
- spec/models/recording_party_dto_spec.rb
|
|
362
|
-
- spec/models/recording_for_similarity_search_dto_spec.rb
|
|
363
|
-
- spec/models/title_dto_spec.rb
|
|
364
|
-
- spec/models/category_medium_dto_spec.rb
|
|
365
|
-
- spec/models/admin_api_user_dto_spec.rb
|
|
451
|
+
- spec/models/p_line_dto_spec.rb
|
|
452
|
+
- spec/models/emotion_spec.rb
|
|
366
453
|
- spec/models/product_party_dto_spec.rb
|
|
367
|
-
- spec/models/
|
|
368
|
-
- spec/models/
|
|
454
|
+
- spec/models/age_range_spec.rb
|
|
455
|
+
- spec/models/musical_features_dto_spec.rb
|
|
456
|
+
- spec/models/party_large_dto_spec.rb
|
|
457
|
+
- spec/models/forgot_password_dto_spec.rb
|
|
458
|
+
- spec/models/face_occluded_spec.rb
|
|
459
|
+
- spec/models/api_key_dto_spec.rb
|
|
460
|
+
- spec/models/curate_playlist_response_dto_spec.rb
|
|
461
|
+
- spec/models/context_value_spec.rb
|
|
462
|
+
- spec/models/label_alias_spec.rb
|
|
463
|
+
- spec/models/mouth_open_spec.rb
|
|
369
464
|
- spec/models/recording_minimal_with_tagstrengths_dto_spec.rb
|
|
465
|
+
- spec/models/recording_for_similarity_search_dto_spec.rb
|
|
466
|
+
- spec/models/admin_api_update_user_dto_spec.rb
|
|
467
|
+
- spec/models/recording_playlist_dto_spec.rb
|
|
468
|
+
- spec/models/contributor_type_dto_spec.rb
|
|
469
|
+
- spec/models/eye_open_spec.rb
|
|
470
|
+
- spec/models/save_user_dto_spec.rb
|
|
471
|
+
- spec/models/search_filter_values_dto_spec.rb
|
|
472
|
+
- spec/models/login_dto_spec.rb
|
|
370
473
|
- spec/models/file_list_dto_spec.rb
|
|
371
|
-
- spec/models/
|
|
372
|
-
- spec/models/
|
|
373
|
-
- spec/models/
|
|
474
|
+
- spec/models/save_recording_party_dto_spec.rb
|
|
475
|
+
- spec/models/sunglasses_spec.rb
|
|
476
|
+
- spec/models/search_recording_granular_abstraction_dto_spec.rb
|
|
477
|
+
- spec/models/file_minimal_with_url_dto_spec.rb
|
|
478
|
+
- spec/models/category_medium_dto_spec.rb
|
|
479
|
+
- spec/models/mustache_spec.rb
|
|
480
|
+
- spec/models/curate_playlist_dto_spec.rb
|
|
481
|
+
- spec/models/error_response_spec.rb
|
|
482
|
+
- spec/models/recording_party_dto_spec.rb
|
|
483
|
+
- spec/models/config_identifier_dto_spec.rb
|
|
374
484
|
- spec/models/user_dto_spec.rb
|
|
375
|
-
- spec/models/
|
|
376
|
-
- spec/models/
|
|
485
|
+
- spec/models/image_quality_spec.rb
|
|
486
|
+
- spec/models/label_spec.rb
|
|
487
|
+
- spec/models/landmark_spec.rb
|
|
488
|
+
- spec/models/track_dto_spec.rb
|
|
489
|
+
- spec/models/save_recording_playlist_dto_spec.rb
|
|
377
490
|
- spec/models/product_medium_dto_spec.rb
|
|
378
|
-
- spec/models/
|
|
379
|
-
- spec/models/tagstrength_dto_spec.rb
|
|
380
|
-
- spec/models/field_summary_dto_spec.rb
|
|
491
|
+
- spec/models/admin_api_create_user_dto_spec.rb
|
|
381
492
|
- spec/models/taggram_dto_spec.rb
|
|
382
|
-
- spec/models/
|
|
493
|
+
- spec/models/admin_api_user_dto_spec.rb
|
|
494
|
+
- spec/models/field_summary_dto_spec.rb
|
|
495
|
+
- spec/models/recording_tag_small_dto_spec.rb
|
|
496
|
+
- spec/models/face_detail_spec.rb
|
|
497
|
+
- spec/models/tag_dto_spec.rb
|
|
498
|
+
- spec/models/beard_spec.rb
|
|
499
|
+
- spec/models/files_summary_dto_spec.rb
|
|
500
|
+
- spec/models/save_recording_genre_dto_spec.rb
|
|
383
501
|
- spec/models/party_small_dto_spec.rb
|
|
384
|
-
- spec/models/
|
|
385
|
-
- spec/models/save_user_dto_spec.rb
|
|
386
|
-
- spec/models/search_filter_values_dto_spec.rb
|
|
387
|
-
- spec/models/create_api_key_dto_spec.rb
|
|
388
|
-
- spec/models/p_line_dto_spec.rb
|
|
389
|
-
- spec/models/party_large_dto_spec.rb
|
|
502
|
+
- spec/models/smile_spec.rb
|
|
390
503
|
- spec/models/tag_small_dto_spec.rb
|
|
391
|
-
- spec/models/
|
|
392
|
-
- spec/models/
|
|
393
|
-
- spec/models/
|
|
394
|
-
- spec/models/
|
|
395
|
-
- spec/models/
|
|
396
|
-
- spec/models/
|
|
397
|
-
- spec/models/genres_summary_dto_spec.rb
|
|
398
|
-
- spec/models/track_dto_spec.rb
|
|
399
|
-
- spec/models/error_response_spec.rb
|
|
400
|
-
- spec/models/save_playlist_dto_spec.rb
|
|
401
|
-
- spec/models/login_dto_spec.rb
|
|
504
|
+
- spec/models/dominant_color_spec.rb
|
|
505
|
+
- spec/models/recording_minimal_with_musical_features_dto_spec.rb
|
|
506
|
+
- spec/models/image_recognition_response_spec.rb
|
|
507
|
+
- spec/models/genre_minimal_dto_spec.rb
|
|
508
|
+
- spec/models/bounding_box_spec.rb
|
|
509
|
+
- spec/models/label_detection_spec.rb
|
|
402
510
|
- spec/models/sign_up_dto_spec.rb
|
|
403
|
-
- spec/models/
|
|
404
|
-
- spec/models/
|
|
511
|
+
- spec/models/instance_spec.rb
|
|
512
|
+
- spec/models/video_recognition_response_spec.rb
|
|
513
|
+
- spec/models/tagstrength_dto_spec.rb
|
|
514
|
+
- spec/models/recording_medium_dto_spec.rb
|
|
515
|
+
- spec/models/label_category_spec.rb
|
|
516
|
+
- spec/models/face_detection_spec.rb
|
|
517
|
+
- spec/models/gender_spec.rb
|
|
518
|
+
- spec/models/genres_summary_dto_spec.rb
|
|
519
|
+
- spec/models/search_recording_granular_dto_spec.rb
|
|
520
|
+
- spec/models/save_file_dto_spec.rb
|
|
521
|
+
- spec/models/tags_summary_dto_spec.rb
|
|
522
|
+
- spec/models/recording_genre_prediction_dto_spec.rb
|
|
523
|
+
- spec/models/parent_spec.rb
|
|
524
|
+
- spec/models/title_dto_spec.rb
|
|
525
|
+
- spec/models/config_access_dto_spec.rb
|
|
526
|
+
- spec/models/create_api_key_dto_spec.rb
|
|
405
527
|
- spec/models/recording_minimal_with_taggrams_dto_spec.rb
|
|
406
|
-
- spec/models/
|
|
407
|
-
- spec/models/
|
|
408
|
-
- spec/models/
|
|
528
|
+
- spec/models/recording_small_dto_spec.rb
|
|
529
|
+
- spec/models/save_referrer_dto_spec.rb
|
|
530
|
+
- spec/models/recording_list_dto_spec.rb
|
|
531
|
+
- spec/models/track_to_medium_product_dto_spec.rb
|
|
532
|
+
- spec/models/save_taggrams_dto_spec.rb
|
|
533
|
+
- spec/models/usage_dto_spec.rb
|
|
534
|
+
- spec/models/token_request_spec.rb
|
|
535
|
+
- spec/models/file_small_dto_spec.rb
|
|
409
536
|
- spec/models/genre_dto_spec.rb
|
|
410
|
-
- spec/models/
|
|
537
|
+
- spec/models/playlist_large_dto_spec.rb
|
|
411
538
|
- spec/models/init_put_recording_audio_dto_spec.rb
|
|
539
|
+
- spec/models/file_dto_spec.rb
|
|
540
|
+
- spec/models/eye_direction_spec.rb
|
|
541
|
+
- spec/models/update_password_dto_spec.rb
|
|
542
|
+
- spec/models/jwt_token_dto_spec.rb
|
|
543
|
+
- spec/models/save_file_recording_dto_spec.rb
|
|
544
|
+
- spec/models/pose_spec.rb
|
|
545
|
+
- spec/models/category_minimal_dto_spec.rb
|
|
546
|
+
- spec/models/save_playlist_dto_spec.rb
|
|
547
|
+
- spec/models/file_upload_dto_spec.rb
|
|
548
|
+
- spec/models/file_w_ith_url_dto_spec.rb
|
|
549
|
+
- spec/models/eyeglasses_spec.rb
|
|
550
|
+
- spec/models/recording_large_dto_spec.rb
|
|
551
|
+
- spec/models/save_recording_tag_dto_spec.rb
|
|
412
552
|
- spec/spec_helper.rb
|