songtradr_api_client_ruby 1.13.7 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -37
- data/docs/FileSmallDTO.md +7 -7
- data/docs/MusicalFeaturesDTO.md +2 -2
- data/docs/PlaylistApi.md +0 -214
- data/docs/RecordingApi.md +0 -204
- data/docs/RecordingMediumDTO.md +2 -2
- data/docs/UserApi.md +0 -456
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/playlist_api.rb +1 -201
- data/lib/songtradr_api_client_ruby/api/recording_api.rb +1 -189
- data/lib/songtradr_api_client_ruby/api/user_api.rb +134 -746
- data/lib/songtradr_api_client_ruby/api_client.rb +37 -35
- 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 +2 -2
- data/lib/songtradr_api_client_ruby/models/beard.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/bounding_box.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/dominant_color.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/emotion.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/error_response.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/eye_direction.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/eye_open.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/face_detail.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/face_detection.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/face_occluded.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/file_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +36 -36
- data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/gender.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/genre_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/image_quality.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/instance.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/label.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/label_alias.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/label_category.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/label_detection.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/landmark.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/mouth_open.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +24 -24
- data/lib/songtradr_api_client_ruby/models/mustache.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/parent.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/pose.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +12 -12
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/smile.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/sunglasses.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/tag_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/title_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/token_request.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/track_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/user_dto.rb +2 -2
- data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +2 -2
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +1 -22
- data/openapi-generator-config.yaml +1 -1
- data/songtradr_api_client_ruby.gemspec +2 -1
- data/spec/api/allowed_values_api_spec.rb +1 -1
- data/spec/api/playlist_api_spec.rb +1 -38
- data/spec/api/recording_api_spec.rb +1 -34
- data/spec/api/user_api_spec.rb +1 -110
- 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/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_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 +11 -11
- data/spec/models/mustache_spec.rb +1 -1
- data/spec/models/parent_spec.rb +1 -1
- data/spec/models/party_small_dto_spec.rb +1 -1
- data/spec/models/pose_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 +1 -1
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +3 -3
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +1 -1
- 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_small_dto_spec.rb +1 -1
- data/spec/models/recording_tag_small_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_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 +1 -1
- 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/update_password_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 +63 -147
- data/docs/ContextValue.md +0 -18
- data/docs/FileMinimalWithUrlDTO.md +0 -22
- data/docs/PLineDTO.md +0 -20
- data/docs/PartyApi.md +0 -75
- data/docs/PartyLargeDTO.md +0 -32
- data/docs/PlaylistLargeDTO.md +0 -38
- data/docs/ProductMediumDTO.md +0 -34
- data/docs/ProductPartyDTO.md +0 -20
- data/docs/RecordingLargeDTO.md +0 -40
- data/docs/RecordingPlaylistDTO.md +0 -24
- data/docs/SaveFileRecordingDTO.md +0 -240
- data/docs/SavePlaylistDTO.md +0 -34
- data/docs/SaveRecordingGenreDTO.md +0 -22
- data/docs/SaveRecordingPartyDTO.md +0 -20
- data/docs/SaveRecordingPlaylistDTO.md +0 -22
- data/docs/SaveRecordingTagDTO.md +0 -20
- data/docs/SaveReferrerDTO.md +0 -20
- data/docs/SaveTaggramsDTO.md +0 -82
- data/docs/SearchRecordingGranularAbstractionDTO.md +0 -20
- data/docs/TrackToMediumProductDTO.md +0 -22
- data/docs/UsageDTO.md +0 -18
- data/lib/songtradr_api_client_ruby/api/party_api.rb +0 -84
- data/lib/songtradr_api_client_ruby/models/context_value.rb +0 -216
- data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +0 -254
- data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +0 -231
- data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +0 -285
- data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +0 -350
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +0 -323
- data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +0 -233
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +0 -383
- data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +0 -242
- data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +0 -1864
- data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +0 -353
- data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +0 -240
- data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +0 -272
- data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +0 -247
- data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +0 -231
- data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +0 -224
- data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +0 -569
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +0 -267
- data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +0 -247
- data/lib/songtradr_api_client_ruby/models/usage_dto.rb +0 -215
- data/spec/api/party_api_spec.rb +0 -46
- data/spec/models/context_value_spec.rb +0 -36
- data/spec/models/file_minimal_with_url_dto_spec.rb +0 -48
- data/spec/models/p_line_dto_spec.rb +0 -42
- data/spec/models/party_large_dto_spec.rb +0 -78
- data/spec/models/playlist_large_dto_spec.rb +0 -100
- data/spec/models/product_medium_dto_spec.rb +0 -84
- data/spec/models/product_party_dto_spec.rb +0 -42
- data/spec/models/recording_large_dto_spec.rb +0 -102
- data/spec/models/recording_playlist_dto_spec.rb +0 -54
- data/spec/models/save_file_recording_dto_spec.rb +0 -894
- data/spec/models/save_playlist_dto_spec.rb +0 -88
- data/spec/models/save_recording_genre_dto_spec.rb +0 -48
- data/spec/models/save_recording_party_dto_spec.rb +0 -46
- data/spec/models/save_recording_playlist_dto_spec.rb +0 -48
- data/spec/models/save_recording_tag_dto_spec.rb +0 -42
- data/spec/models/save_referrer_dto_spec.rb +0 -42
- data/spec/models/save_taggrams_dto_spec.rb +0 -228
- data/spec/models/search_recording_granular_abstraction_dto_spec.rb +0 -46
- data/spec/models/track_to_medium_product_dto_spec.rb +0 -48
- data/spec/models/usage_dto_spec.rb +0 -36
|
@@ -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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.15.0
|
|
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.
|
|
4
|
+
version: 1.15.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- songtradr
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -83,7 +83,6 @@ files:
|
|
|
83
83
|
- docs/CategoryMinimalDTO.md
|
|
84
84
|
- docs/ConfigAccessDTO.md
|
|
85
85
|
- docs/ConfigIdentifierDTO.md
|
|
86
|
-
- docs/ContextValue.md
|
|
87
86
|
- docs/ContributorTypeDTO.md
|
|
88
87
|
- docs/CuratePlaylistDTO.md
|
|
89
88
|
- docs/CuratePlaylistResponseDTO.md
|
|
@@ -99,7 +98,6 @@ files:
|
|
|
99
98
|
- docs/FieldSummaryDTO.md
|
|
100
99
|
- docs/FileDTO.md
|
|
101
100
|
- docs/FileListDTO.md
|
|
102
|
-
- docs/FileMinimalWithUrlDTO.md
|
|
103
101
|
- docs/FileSmallDTO.md
|
|
104
102
|
- docs/FileUploadDTO.md
|
|
105
103
|
- docs/FileWIthUrlDTO.md
|
|
@@ -123,40 +121,23 @@ files:
|
|
|
123
121
|
- docs/MouthOpen.md
|
|
124
122
|
- docs/MusicalFeaturesDTO.md
|
|
125
123
|
- docs/Mustache.md
|
|
126
|
-
- docs/PLineDTO.md
|
|
127
124
|
- docs/Parent.md
|
|
128
|
-
- docs/PartyApi.md
|
|
129
|
-
- docs/PartyLargeDTO.md
|
|
130
125
|
- docs/PartySmallDTO.md
|
|
131
126
|
- docs/PlaylistApi.md
|
|
132
|
-
- docs/PlaylistLargeDTO.md
|
|
133
127
|
- docs/Pose.md
|
|
134
|
-
- docs/ProductMediumDTO.md
|
|
135
|
-
- docs/ProductPartyDTO.md
|
|
136
128
|
- docs/RecordingApi.md
|
|
137
129
|
- docs/RecordingForSimilaritySearchDTO.md
|
|
138
130
|
- docs/RecordingGenrePredictionDTO.md
|
|
139
|
-
- docs/RecordingLargeDTO.md
|
|
140
131
|
- docs/RecordingListDTO.md
|
|
141
132
|
- docs/RecordingMediumDTO.md
|
|
142
133
|
- docs/RecordingMinimalWithMusicalFeaturesDTO.md
|
|
143
134
|
- docs/RecordingMinimalWithTaggramsDTO.md
|
|
144
135
|
- docs/RecordingMinimalWithTagstrengthsDTO.md
|
|
145
136
|
- docs/RecordingPartyDTO.md
|
|
146
|
-
- docs/RecordingPlaylistDTO.md
|
|
147
137
|
- docs/RecordingSmallDTO.md
|
|
148
138
|
- docs/RecordingTagSmallDTO.md
|
|
149
|
-
- docs/SaveFileRecordingDTO.md
|
|
150
|
-
- docs/SavePlaylistDTO.md
|
|
151
|
-
- docs/SaveRecordingGenreDTO.md
|
|
152
|
-
- docs/SaveRecordingPartyDTO.md
|
|
153
|
-
- docs/SaveRecordingPlaylistDTO.md
|
|
154
|
-
- docs/SaveRecordingTagDTO.md
|
|
155
|
-
- docs/SaveReferrerDTO.md
|
|
156
|
-
- docs/SaveTaggramsDTO.md
|
|
157
139
|
- docs/SaveUserDTO.md
|
|
158
140
|
- docs/SearchFilterValuesDTO.md
|
|
159
|
-
- docs/SearchRecordingGranularAbstractionDTO.md
|
|
160
141
|
- docs/SearchRecordingGranularDTO.md
|
|
161
142
|
- docs/SignUpDTO.md
|
|
162
143
|
- docs/Smile.md
|
|
@@ -169,9 +150,7 @@ files:
|
|
|
169
150
|
- docs/TitleDTO.md
|
|
170
151
|
- docs/TokenRequest.md
|
|
171
152
|
- docs/TrackDTO.md
|
|
172
|
-
- docs/TrackToMediumProductDTO.md
|
|
173
153
|
- docs/UpdatePasswordDTO.md
|
|
174
|
-
- docs/UsageDTO.md
|
|
175
154
|
- docs/UserApi.md
|
|
176
155
|
- docs/UserDTO.md
|
|
177
156
|
- docs/VideoRecognitionResponse.md
|
|
@@ -179,7 +158,6 @@ files:
|
|
|
179
158
|
- git_push.sh
|
|
180
159
|
- lib/songtradr_api_client_ruby.rb
|
|
181
160
|
- lib/songtradr_api_client_ruby/api/allowed_values_api.rb
|
|
182
|
-
- lib/songtradr_api_client_ruby/api/party_api.rb
|
|
183
161
|
- lib/songtradr_api_client_ruby/api/playlist_api.rb
|
|
184
162
|
- lib/songtradr_api_client_ruby/api/recording_api.rb
|
|
185
163
|
- lib/songtradr_api_client_ruby/api/user_api.rb
|
|
@@ -193,7 +171,6 @@ files:
|
|
|
193
171
|
- lib/songtradr_api_client_ruby/models/category_minimal_dto.rb
|
|
194
172
|
- lib/songtradr_api_client_ruby/models/config_access_dto.rb
|
|
195
173
|
- lib/songtradr_api_client_ruby/models/config_identifier_dto.rb
|
|
196
|
-
- lib/songtradr_api_client_ruby/models/context_value.rb
|
|
197
174
|
- lib/songtradr_api_client_ruby/models/contributor_type_dto.rb
|
|
198
175
|
- lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb
|
|
199
176
|
- lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb
|
|
@@ -209,7 +186,6 @@ files:
|
|
|
209
186
|
- lib/songtradr_api_client_ruby/models/field_summary_dto.rb
|
|
210
187
|
- lib/songtradr_api_client_ruby/models/file_dto.rb
|
|
211
188
|
- lib/songtradr_api_client_ruby/models/file_list_dto.rb
|
|
212
|
-
- lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb
|
|
213
189
|
- lib/songtradr_api_client_ruby/models/file_small_dto.rb
|
|
214
190
|
- lib/songtradr_api_client_ruby/models/file_upload_dto.rb
|
|
215
191
|
- lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb
|
|
@@ -233,37 +209,21 @@ files:
|
|
|
233
209
|
- lib/songtradr_api_client_ruby/models/mouth_open.rb
|
|
234
210
|
- lib/songtradr_api_client_ruby/models/musical_features_dto.rb
|
|
235
211
|
- lib/songtradr_api_client_ruby/models/mustache.rb
|
|
236
|
-
- lib/songtradr_api_client_ruby/models/p_line_dto.rb
|
|
237
212
|
- lib/songtradr_api_client_ruby/models/parent.rb
|
|
238
|
-
- lib/songtradr_api_client_ruby/models/party_large_dto.rb
|
|
239
213
|
- lib/songtradr_api_client_ruby/models/party_small_dto.rb
|
|
240
|
-
- lib/songtradr_api_client_ruby/models/playlist_large_dto.rb
|
|
241
214
|
- lib/songtradr_api_client_ruby/models/pose.rb
|
|
242
|
-
- lib/songtradr_api_client_ruby/models/product_medium_dto.rb
|
|
243
|
-
- lib/songtradr_api_client_ruby/models/product_party_dto.rb
|
|
244
215
|
- lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb
|
|
245
216
|
- lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb
|
|
246
|
-
- lib/songtradr_api_client_ruby/models/recording_large_dto.rb
|
|
247
217
|
- lib/songtradr_api_client_ruby/models/recording_list_dto.rb
|
|
248
218
|
- lib/songtradr_api_client_ruby/models/recording_medium_dto.rb
|
|
249
219
|
- lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb
|
|
250
220
|
- lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb
|
|
251
221
|
- lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb
|
|
252
222
|
- lib/songtradr_api_client_ruby/models/recording_party_dto.rb
|
|
253
|
-
- lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb
|
|
254
223
|
- lib/songtradr_api_client_ruby/models/recording_small_dto.rb
|
|
255
224
|
- lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb
|
|
256
|
-
- lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb
|
|
257
|
-
- lib/songtradr_api_client_ruby/models/save_playlist_dto.rb
|
|
258
|
-
- lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb
|
|
259
|
-
- lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb
|
|
260
|
-
- lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb
|
|
261
|
-
- lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb
|
|
262
|
-
- lib/songtradr_api_client_ruby/models/save_referrer_dto.rb
|
|
263
|
-
- lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb
|
|
264
225
|
- lib/songtradr_api_client_ruby/models/save_user_dto.rb
|
|
265
226
|
- lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb
|
|
266
|
-
- lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb
|
|
267
227
|
- lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb
|
|
268
228
|
- lib/songtradr_api_client_ruby/models/sign_up_dto.rb
|
|
269
229
|
- lib/songtradr_api_client_ruby/models/smile.rb
|
|
@@ -276,16 +236,13 @@ files:
|
|
|
276
236
|
- lib/songtradr_api_client_ruby/models/title_dto.rb
|
|
277
237
|
- lib/songtradr_api_client_ruby/models/token_request.rb
|
|
278
238
|
- lib/songtradr_api_client_ruby/models/track_dto.rb
|
|
279
|
-
- lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb
|
|
280
239
|
- lib/songtradr_api_client_ruby/models/update_password_dto.rb
|
|
281
|
-
- lib/songtradr_api_client_ruby/models/usage_dto.rb
|
|
282
240
|
- lib/songtradr_api_client_ruby/models/user_dto.rb
|
|
283
241
|
- lib/songtradr_api_client_ruby/models/video_recognition_response.rb
|
|
284
242
|
- lib/songtradr_api_client_ruby/version.rb
|
|
285
243
|
- openapi-generator-config.yaml
|
|
286
244
|
- songtradr_api_client_ruby.gemspec
|
|
287
245
|
- spec/api/allowed_values_api_spec.rb
|
|
288
|
-
- spec/api/party_api_spec.rb
|
|
289
246
|
- spec/api/playlist_api_spec.rb
|
|
290
247
|
- spec/api/recording_api_spec.rb
|
|
291
248
|
- spec/api/user_api_spec.rb
|
|
@@ -298,7 +255,6 @@ files:
|
|
|
298
255
|
- spec/models/category_minimal_dto_spec.rb
|
|
299
256
|
- spec/models/config_access_dto_spec.rb
|
|
300
257
|
- spec/models/config_identifier_dto_spec.rb
|
|
301
|
-
- spec/models/context_value_spec.rb
|
|
302
258
|
- spec/models/contributor_type_dto_spec.rb
|
|
303
259
|
- spec/models/curate_playlist_dto_spec.rb
|
|
304
260
|
- spec/models/curate_playlist_response_dto_spec.rb
|
|
@@ -314,7 +270,6 @@ files:
|
|
|
314
270
|
- spec/models/field_summary_dto_spec.rb
|
|
315
271
|
- spec/models/file_dto_spec.rb
|
|
316
272
|
- spec/models/file_list_dto_spec.rb
|
|
317
|
-
- spec/models/file_minimal_with_url_dto_spec.rb
|
|
318
273
|
- spec/models/file_small_dto_spec.rb
|
|
319
274
|
- spec/models/file_upload_dto_spec.rb
|
|
320
275
|
- spec/models/file_w_ith_url_dto_spec.rb
|
|
@@ -338,37 +293,21 @@ files:
|
|
|
338
293
|
- spec/models/mouth_open_spec.rb
|
|
339
294
|
- spec/models/musical_features_dto_spec.rb
|
|
340
295
|
- spec/models/mustache_spec.rb
|
|
341
|
-
- spec/models/p_line_dto_spec.rb
|
|
342
296
|
- spec/models/parent_spec.rb
|
|
343
|
-
- spec/models/party_large_dto_spec.rb
|
|
344
297
|
- spec/models/party_small_dto_spec.rb
|
|
345
|
-
- spec/models/playlist_large_dto_spec.rb
|
|
346
298
|
- spec/models/pose_spec.rb
|
|
347
|
-
- spec/models/product_medium_dto_spec.rb
|
|
348
|
-
- spec/models/product_party_dto_spec.rb
|
|
349
299
|
- spec/models/recording_for_similarity_search_dto_spec.rb
|
|
350
300
|
- spec/models/recording_genre_prediction_dto_spec.rb
|
|
351
|
-
- spec/models/recording_large_dto_spec.rb
|
|
352
301
|
- spec/models/recording_list_dto_spec.rb
|
|
353
302
|
- spec/models/recording_medium_dto_spec.rb
|
|
354
303
|
- spec/models/recording_minimal_with_musical_features_dto_spec.rb
|
|
355
304
|
- spec/models/recording_minimal_with_taggrams_dto_spec.rb
|
|
356
305
|
- spec/models/recording_minimal_with_tagstrengths_dto_spec.rb
|
|
357
306
|
- spec/models/recording_party_dto_spec.rb
|
|
358
|
-
- spec/models/recording_playlist_dto_spec.rb
|
|
359
307
|
- spec/models/recording_small_dto_spec.rb
|
|
360
308
|
- spec/models/recording_tag_small_dto_spec.rb
|
|
361
|
-
- spec/models/save_file_recording_dto_spec.rb
|
|
362
|
-
- spec/models/save_playlist_dto_spec.rb
|
|
363
|
-
- spec/models/save_recording_genre_dto_spec.rb
|
|
364
|
-
- spec/models/save_recording_party_dto_spec.rb
|
|
365
|
-
- spec/models/save_recording_playlist_dto_spec.rb
|
|
366
|
-
- spec/models/save_recording_tag_dto_spec.rb
|
|
367
|
-
- spec/models/save_referrer_dto_spec.rb
|
|
368
|
-
- spec/models/save_taggrams_dto_spec.rb
|
|
369
309
|
- spec/models/save_user_dto_spec.rb
|
|
370
310
|
- spec/models/search_filter_values_dto_spec.rb
|
|
371
|
-
- spec/models/search_recording_granular_abstraction_dto_spec.rb
|
|
372
311
|
- spec/models/search_recording_granular_dto_spec.rb
|
|
373
312
|
- spec/models/sign_up_dto_spec.rb
|
|
374
313
|
- spec/models/smile_spec.rb
|
|
@@ -381,9 +320,7 @@ files:
|
|
|
381
320
|
- spec/models/title_dto_spec.rb
|
|
382
321
|
- spec/models/token_request_spec.rb
|
|
383
322
|
- spec/models/track_dto_spec.rb
|
|
384
|
-
- spec/models/track_to_medium_product_dto_spec.rb
|
|
385
323
|
- spec/models/update_password_dto_spec.rb
|
|
386
|
-
- spec/models/usage_dto_spec.rb
|
|
387
324
|
- spec/models/user_dto_spec.rb
|
|
388
325
|
- spec/models/video_recognition_response_spec.rb
|
|
389
326
|
- spec/spec_helper.rb
|
|
@@ -411,106 +348,85 @@ signing_key:
|
|
|
411
348
|
specification_version: 4
|
|
412
349
|
summary: Client for Songtradr API, generated with openapi-generator
|
|
413
350
|
test_files:
|
|
414
|
-
- spec/api/recording_api_spec.rb
|
|
415
|
-
- spec/api/user_api_spec.rb
|
|
416
|
-
- spec/api/party_api_spec.rb
|
|
417
351
|
- spec/api/playlist_api_spec.rb
|
|
418
352
|
- spec/api/allowed_values_api_spec.rb
|
|
353
|
+
- spec/api/recording_api_spec.rb
|
|
354
|
+
- spec/api/user_api_spec.rb
|
|
419
355
|
- spec/api_client_spec.rb
|
|
420
356
|
- spec/configuration_spec.rb
|
|
421
|
-
- spec/models/eyeglasses_spec.rb
|
|
422
|
-
- spec/models/p_line_dto_spec.rb
|
|
423
|
-
- spec/models/pose_spec.rb
|
|
424
|
-
- spec/models/token_request_spec.rb
|
|
425
|
-
- spec/models/category_medium_dto_spec.rb
|
|
426
|
-
- spec/models/recording_large_dto_spec.rb
|
|
427
|
-
- spec/models/musical_features_dto_spec.rb
|
|
428
|
-
- spec/models/file_list_dto_spec.rb
|
|
429
|
-
- spec/models/usage_dto_spec.rb
|
|
430
357
|
- spec/models/face_detection_spec.rb
|
|
358
|
+
- spec/models/file_w_ith_url_dto_spec.rb
|
|
359
|
+
- spec/models/jwt_token_dto_spec.rb
|
|
360
|
+
- spec/models/dominant_color_spec.rb
|
|
431
361
|
- spec/models/image_quality_spec.rb
|
|
362
|
+
- spec/models/recording_minimal_with_musical_features_dto_spec.rb
|
|
363
|
+
- spec/models/search_filter_values_dto_spec.rb
|
|
364
|
+
- spec/models/token_request_spec.rb
|
|
365
|
+
- spec/models/sunglasses_spec.rb
|
|
366
|
+
- spec/models/category_minimal_dto_spec.rb
|
|
367
|
+
- spec/models/recording_minimal_with_taggrams_dto_spec.rb
|
|
368
|
+
- spec/models/recording_minimal_with_tagstrengths_dto_spec.rb
|
|
369
|
+
- spec/models/curate_playlist_response_dto_spec.rb
|
|
370
|
+
- spec/models/face_detail_spec.rb
|
|
371
|
+
- spec/models/musical_features_dto_spec.rb
|
|
372
|
+
- spec/models/landmark_spec.rb
|
|
432
373
|
- spec/models/recording_party_dto_spec.rb
|
|
433
|
-
- spec/models/
|
|
434
|
-
- spec/models/
|
|
435
|
-
- spec/models/
|
|
436
|
-
- spec/models/context_value_spec.rb
|
|
437
|
-
- spec/models/save_user_dto_spec.rb
|
|
374
|
+
- spec/models/label_detection_spec.rb
|
|
375
|
+
- spec/models/genre_dto_spec.rb
|
|
376
|
+
- spec/models/beard_spec.rb
|
|
438
377
|
- spec/models/init_put_recording_audio_dto_spec.rb
|
|
439
|
-
- spec/models/
|
|
440
|
-
- spec/models/
|
|
441
|
-
- spec/models/
|
|
442
|
-
- spec/models/
|
|
443
|
-
- spec/models/
|
|
378
|
+
- spec/models/eye_open_spec.rb
|
|
379
|
+
- spec/models/recording_genre_prediction_dto_spec.rb
|
|
380
|
+
- spec/models/mustache_spec.rb
|
|
381
|
+
- spec/models/curate_playlist_dto_spec.rb
|
|
382
|
+
- spec/models/tags_summary_dto_spec.rb
|
|
444
383
|
- spec/models/label_category_spec.rb
|
|
445
|
-
- spec/models/mouth_open_spec.rb
|
|
446
|
-
- spec/models/tag_dto_spec.rb
|
|
447
|
-
- spec/models/product_party_dto_spec.rb
|
|
448
|
-
- spec/models/bounding_box_spec.rb
|
|
449
384
|
- spec/models/sign_up_dto_spec.rb
|
|
450
|
-
- spec/models/
|
|
451
|
-
- spec/models/landmark_spec.rb
|
|
452
|
-
- spec/models/file_upload_dto_spec.rb
|
|
453
|
-
- spec/models/playlist_large_dto_spec.rb
|
|
454
|
-
- spec/models/tags_summary_dto_spec.rb
|
|
385
|
+
- spec/models/file_list_dto_spec.rb
|
|
455
386
|
- spec/models/contributor_type_dto_spec.rb
|
|
456
|
-
- spec/models/
|
|
457
|
-
- spec/models/
|
|
458
|
-
- spec/models/config_identifier_dto_spec.rb
|
|
459
|
-
- spec/models/recording_medium_dto_spec.rb
|
|
460
|
-
- spec/models/label_detection_spec.rb
|
|
461
|
-
- spec/models/jwt_token_dto_spec.rb
|
|
462
|
-
- spec/models/track_to_medium_product_dto_spec.rb
|
|
463
|
-
- spec/models/recording_tag_small_dto_spec.rb
|
|
464
|
-
- spec/models/update_password_dto_spec.rb
|
|
465
|
-
- spec/models/image_recognition_response_spec.rb
|
|
466
|
-
- spec/models/save_taggrams_dto_spec.rb
|
|
467
|
-
- spec/models/dominant_color_spec.rb
|
|
468
|
-
- spec/models/recording_list_dto_spec.rb
|
|
469
|
-
- spec/models/save_referrer_dto_spec.rb
|
|
470
|
-
- spec/models/file_dto_spec.rb
|
|
471
|
-
- spec/models/recording_genre_prediction_dto_spec.rb
|
|
472
|
-
- spec/models/genre_dto_spec.rb
|
|
473
|
-
- spec/models/party_large_dto_spec.rb
|
|
474
|
-
- spec/models/file_w_ith_url_dto_spec.rb
|
|
387
|
+
- spec/models/category_medium_dto_spec.rb
|
|
388
|
+
- spec/models/file_upload_dto_spec.rb
|
|
475
389
|
- spec/models/age_range_spec.rb
|
|
476
|
-
- spec/models/label_spec.rb
|
|
477
|
-
- spec/models/gender_spec.rb
|
|
478
|
-
- spec/models/recording_minimal_with_musical_features_dto_spec.rb
|
|
479
|
-
- spec/models/forgot_password_dto_spec.rb
|
|
480
|
-
- spec/models/track_dto_spec.rb
|
|
481
|
-
- spec/models/label_alias_spec.rb
|
|
482
|
-
- spec/models/party_small_dto_spec.rb
|
|
483
|
-
- spec/models/save_file_recording_dto_spec.rb
|
|
484
|
-
- spec/models/search_recording_granular_abstraction_dto_spec.rb
|
|
485
|
-
- spec/models/mustache_spec.rb
|
|
486
|
-
- spec/models/recording_minimal_with_taggrams_dto_spec.rb
|
|
487
|
-
- spec/models/save_recording_party_dto_spec.rb
|
|
488
|
-
- spec/models/category_minimal_dto_spec.rb
|
|
489
390
|
- spec/models/recording_for_similarity_search_dto_spec.rb
|
|
490
|
-
- spec/models/field_summary_dto_spec.rb
|
|
491
|
-
- spec/models/curate_playlist_response_dto_spec.rb
|
|
492
|
-
- spec/models/genre_minimal_dto_spec.rb
|
|
493
|
-
- spec/models/search_filter_values_dto_spec.rb
|
|
494
|
-
- spec/models/save_recording_playlist_dto_spec.rb
|
|
495
|
-
- spec/models/tagstrength_dto_spec.rb
|
|
496
391
|
- spec/models/instance_spec.rb
|
|
497
|
-
- spec/models/
|
|
392
|
+
- spec/models/eyeglasses_spec.rb
|
|
393
|
+
- spec/models/video_recognition_response_spec.rb
|
|
498
394
|
- spec/models/file_small_dto_spec.rb
|
|
499
|
-
- spec/models/
|
|
500
|
-
- spec/models/
|
|
501
|
-
- spec/models/
|
|
395
|
+
- spec/models/bounding_box_spec.rb
|
|
396
|
+
- spec/models/parent_spec.rb
|
|
397
|
+
- spec/models/recording_small_dto_spec.rb
|
|
398
|
+
- spec/models/files_summary_dto_spec.rb
|
|
399
|
+
- spec/models/track_dto_spec.rb
|
|
502
400
|
- spec/models/config_access_dto_spec.rb
|
|
503
|
-
- spec/models/curate_playlist_dto_spec.rb
|
|
504
401
|
- spec/models/tag_small_dto_spec.rb
|
|
505
|
-
- spec/models/
|
|
402
|
+
- spec/models/file_dto_spec.rb
|
|
403
|
+
- spec/models/title_dto_spec.rb
|
|
404
|
+
- spec/models/recording_list_dto_spec.rb
|
|
405
|
+
- spec/models/taggram_dto_spec.rb
|
|
406
|
+
- spec/models/image_recognition_response_spec.rb
|
|
407
|
+
- spec/models/search_recording_granular_dto_spec.rb
|
|
408
|
+
- spec/models/genres_summary_dto_spec.rb
|
|
409
|
+
- spec/models/config_identifier_dto_spec.rb
|
|
410
|
+
- spec/models/label_alias_spec.rb
|
|
411
|
+
- spec/models/update_password_dto_spec.rb
|
|
412
|
+
- spec/models/genre_minimal_dto_spec.rb
|
|
413
|
+
- spec/models/tagstrength_dto_spec.rb
|
|
414
|
+
- spec/models/save_user_dto_spec.rb
|
|
415
|
+
- spec/models/party_small_dto_spec.rb
|
|
506
416
|
- spec/models/emotion_spec.rb
|
|
417
|
+
- spec/models/forgot_password_dto_spec.rb
|
|
418
|
+
- spec/models/field_summary_dto_spec.rb
|
|
419
|
+
- spec/models/pose_spec.rb
|
|
420
|
+
- spec/models/label_spec.rb
|
|
507
421
|
- spec/models/smile_spec.rb
|
|
422
|
+
- spec/models/mouth_open_spec.rb
|
|
423
|
+
- spec/models/recording_medium_dto_spec.rb
|
|
424
|
+
- spec/models/gender_spec.rb
|
|
425
|
+
- spec/models/error_response_spec.rb
|
|
426
|
+
- spec/models/recording_tag_small_dto_spec.rb
|
|
427
|
+
- spec/models/eye_direction_spec.rb
|
|
428
|
+
- spec/models/face_occluded_spec.rb
|
|
508
429
|
- spec/models/login_dto_spec.rb
|
|
509
|
-
- spec/models/
|
|
510
|
-
- spec/models/
|
|
511
|
-
- spec/models/recording_playlist_dto_spec.rb
|
|
512
|
-
- spec/models/parent_spec.rb
|
|
513
|
-
- spec/models/beard_spec.rb
|
|
514
|
-
- spec/models/taggram_dto_spec.rb
|
|
515
|
-
- spec/models/recording_small_dto_spec.rb
|
|
430
|
+
- spec/models/tag_dto_spec.rb
|
|
431
|
+
- spec/models/user_dto_spec.rb
|
|
516
432
|
- spec/spec_helper.rb
|
data/docs/ContextValue.md
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# SongtradrApiClientRuby::ContextValue
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **trackids** | **Array<Integer>** | | [optional] |
|
|
8
|
-
|
|
9
|
-
## Example
|
|
10
|
-
|
|
11
|
-
```ruby
|
|
12
|
-
require 'songtradr_api_client_ruby'
|
|
13
|
-
|
|
14
|
-
instance = SongtradrApiClientRuby::ContextValue.new(
|
|
15
|
-
trackids: null
|
|
16
|
-
)
|
|
17
|
-
```
|
|
18
|
-
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# SongtradrApiClientRuby::FileMinimalWithUrlDTO
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **file_name** | **String** | | |
|
|
8
|
-
| **url** | **String** | | |
|
|
9
|
-
| **isrc** | **String** | | |
|
|
10
|
-
|
|
11
|
-
## Example
|
|
12
|
-
|
|
13
|
-
```ruby
|
|
14
|
-
require 'songtradr_api_client_ruby'
|
|
15
|
-
|
|
16
|
-
instance = SongtradrApiClientRuby::FileMinimalWithUrlDTO.new(
|
|
17
|
-
file_name: null,
|
|
18
|
-
url: null,
|
|
19
|
-
isrc: null
|
|
20
|
-
)
|
|
21
|
-
```
|
|
22
|
-
|
data/docs/PLineDTO.md
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# SongtradrApiClientRuby::PLineDTO
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **year** | **Integer** | | [optional] |
|
|
8
|
-
| **text** | **String** | | |
|
|
9
|
-
|
|
10
|
-
## Example
|
|
11
|
-
|
|
12
|
-
```ruby
|
|
13
|
-
require 'songtradr_api_client_ruby'
|
|
14
|
-
|
|
15
|
-
instance = SongtradrApiClientRuby::PLineDTO.new(
|
|
16
|
-
year: null,
|
|
17
|
-
text: null
|
|
18
|
-
)
|
|
19
|
-
```
|
|
20
|
-
|
data/docs/PartyApi.md
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
# SongtradrApiClientRuby::PartyApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *https://api.songtradr.com*
|
|
4
|
-
|
|
5
|
-
| Method | HTTP request | Description |
|
|
6
|
-
| ------ | ------------ | ----------- |
|
|
7
|
-
| [**party**](PartyApi.md#party) | **GET** /api/v1/party | Information on a person, group or company. |
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
## party
|
|
11
|
-
|
|
12
|
-
> <PartyLargeDTO> party(full_name)
|
|
13
|
-
|
|
14
|
-
Information on a person, group or company.
|
|
15
|
-
|
|
16
|
-
### Examples
|
|
17
|
-
|
|
18
|
-
```ruby
|
|
19
|
-
require 'time'
|
|
20
|
-
require 'songtradr_api_client_ruby'
|
|
21
|
-
# setup authorization
|
|
22
|
-
SongtradrApiClientRuby.configure do |config|
|
|
23
|
-
# Configure Bearer authorization (JWT): bearer-jwt
|
|
24
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
api_instance = SongtradrApiClientRuby::PartyApi.new
|
|
28
|
-
full_name = 'The Beatles' # String | Full Name of the person, group, company or organisation.
|
|
29
|
-
|
|
30
|
-
begin
|
|
31
|
-
# Information on a person, group or company.
|
|
32
|
-
result = api_instance.party(full_name)
|
|
33
|
-
p result
|
|
34
|
-
rescue SongtradrApiClientRuby::ApiError => e
|
|
35
|
-
puts "Error when calling PartyApi->party: #{e}"
|
|
36
|
-
end
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
#### Using the party_with_http_info variant
|
|
40
|
-
|
|
41
|
-
This returns an Array which contains the response data, status code and headers.
|
|
42
|
-
|
|
43
|
-
> <Array(<PartyLargeDTO>, Integer, Hash)> party_with_http_info(full_name)
|
|
44
|
-
|
|
45
|
-
```ruby
|
|
46
|
-
begin
|
|
47
|
-
# Information on a person, group or company.
|
|
48
|
-
data, status_code, headers = api_instance.party_with_http_info(full_name)
|
|
49
|
-
p status_code # => 2xx
|
|
50
|
-
p headers # => { ... }
|
|
51
|
-
p data # => <PartyLargeDTO>
|
|
52
|
-
rescue SongtradrApiClientRuby::ApiError => e
|
|
53
|
-
puts "Error when calling PartyApi->party_with_http_info: #{e}"
|
|
54
|
-
end
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
### Parameters
|
|
58
|
-
|
|
59
|
-
| Name | Type | Description | Notes |
|
|
60
|
-
| ---- | ---- | ----------- | ----- |
|
|
61
|
-
| **full_name** | **String** | Full Name of the person, group, company or organisation. | |
|
|
62
|
-
|
|
63
|
-
### Return type
|
|
64
|
-
|
|
65
|
-
[**PartyLargeDTO**](PartyLargeDTO.md)
|
|
66
|
-
|
|
67
|
-
### Authorization
|
|
68
|
-
|
|
69
|
-
[bearer-jwt](../README.md#bearer-jwt)
|
|
70
|
-
|
|
71
|
-
### HTTP request headers
|
|
72
|
-
|
|
73
|
-
- **Content-Type**: Not defined
|
|
74
|
-
- **Accept**: application/json
|
|
75
|
-
|