songtradr_api_client_ruby 1.13.5 → 1.13.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +12 -36
- data/docs/FileSmallDTO.md +5 -5
- data/docs/MusicalFeaturesDTO.md +27 -27
- data/docs/PlaylistLargeDTO.md +2 -2
- data/docs/RecordingGenrePredictionDTO.md +3 -3
- data/docs/RecordingLargeDTO.md +2 -2
- data/docs/RecordingMediumDTO.md +2 -2
- data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +3 -3
- data/docs/TagDTO.md +3 -3
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/playlist_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/recording_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/user_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_client.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
- data/lib/songtradr_api_client_ruby/configuration.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/age_range.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/beard.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/bounding_box.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/context_value.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/dominant_color.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/emotion.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/error_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/eye_direction.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/eye_open.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/face_detail.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/face_detection.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/face_occluded.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +36 -36
- data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/gender.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genre_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/image_quality.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/instance.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label_alias.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label_category.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/label_detection.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/landmark.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/mouth_open.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +172 -172
- data/lib/songtradr_api_client_ruby/models/mustache.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/parent.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +11 -11
- data/lib/songtradr_api_client_ruby/models/pose.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +21 -21
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +13 -13
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +13 -13
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +16 -16
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +16 -16
- data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/smile.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/sunglasses.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tag_dto.rb +16 -16
- data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/title_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/token_request.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/track_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/usage_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +1 -10
- data/openapi-generator-config.yaml +1 -1
- data/songtradr_api_client_ruby.gemspec +1 -1
- data/spec/api/allowed_values_api_spec.rb +1 -1
- data/spec/api/party_api_spec.rb +1 -1
- data/spec/api/playlist_api_spec.rb +1 -1
- data/spec/api/recording_api_spec.rb +1 -1
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/age_range_spec.rb +1 -1
- data/spec/models/beard_spec.rb +1 -1
- data/spec/models/bounding_box_spec.rb +1 -1
- data/spec/models/category_medium_dto_spec.rb +1 -1
- data/spec/models/category_minimal_dto_spec.rb +1 -1
- data/spec/models/config_access_dto_spec.rb +1 -1
- data/spec/models/config_identifier_dto_spec.rb +1 -1
- data/spec/models/context_value_spec.rb +1 -1
- data/spec/models/contributor_type_dto_spec.rb +1 -1
- data/spec/models/curate_playlist_dto_spec.rb +1 -1
- data/spec/models/curate_playlist_response_dto_spec.rb +1 -1
- data/spec/models/dominant_color_spec.rb +1 -1
- data/spec/models/emotion_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/eye_direction_spec.rb +1 -1
- data/spec/models/eye_open_spec.rb +1 -1
- data/spec/models/eyeglasses_spec.rb +1 -1
- data/spec/models/face_detail_spec.rb +1 -1
- data/spec/models/face_detection_spec.rb +1 -1
- data/spec/models/face_occluded_spec.rb +1 -1
- data/spec/models/field_summary_dto_spec.rb +1 -1
- data/spec/models/file_dto_spec.rb +1 -1
- data/spec/models/file_list_dto_spec.rb +1 -1
- data/spec/models/file_minimal_with_url_dto_spec.rb +1 -1
- data/spec/models/file_small_dto_spec.rb +17 -17
- data/spec/models/file_upload_dto_spec.rb +1 -1
- data/spec/models/file_w_ith_url_dto_spec.rb +1 -1
- data/spec/models/files_summary_dto_spec.rb +1 -1
- data/spec/models/forgot_password_dto_spec.rb +1 -1
- data/spec/models/gender_spec.rb +1 -1
- data/spec/models/genre_dto_spec.rb +1 -1
- data/spec/models/genre_minimal_dto_spec.rb +1 -1
- data/spec/models/genres_summary_dto_spec.rb +1 -1
- data/spec/models/image_quality_spec.rb +1 -1
- data/spec/models/image_recognition_response_spec.rb +1 -1
- data/spec/models/init_put_recording_audio_dto_spec.rb +1 -1
- data/spec/models/instance_spec.rb +1 -1
- data/spec/models/jwt_token_dto_spec.rb +1 -1
- data/spec/models/label_alias_spec.rb +1 -1
- data/spec/models/label_category_spec.rb +1 -1
- data/spec/models/label_detection_spec.rb +1 -1
- data/spec/models/label_spec.rb +1 -1
- data/spec/models/landmark_spec.rb +1 -1
- data/spec/models/login_dto_spec.rb +1 -1
- data/spec/models/mouth_open_spec.rb +1 -1
- data/spec/models/musical_features_dto_spec.rb +57 -57
- data/spec/models/mustache_spec.rb +1 -1
- data/spec/models/p_line_dto_spec.rb +1 -1
- data/spec/models/parent_spec.rb +1 -1
- data/spec/models/party_large_dto_spec.rb +1 -1
- data/spec/models/party_small_dto_spec.rb +1 -1
- data/spec/models/playlist_large_dto_spec.rb +7 -7
- data/spec/models/pose_spec.rb +1 -1
- data/spec/models/product_medium_dto_spec.rb +1 -1
- data/spec/models/product_party_dto_spec.rb +1 -1
- data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
- data/spec/models/recording_genre_prediction_dto_spec.rb +4 -4
- data/spec/models/recording_large_dto_spec.rb +7 -7
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +7 -7
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +3 -3
- data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +1 -1
- data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +1 -1
- data/spec/models/recording_party_dto_spec.rb +1 -1
- data/spec/models/recording_playlist_dto_spec.rb +1 -1
- data/spec/models/recording_small_dto_spec.rb +4 -4
- data/spec/models/recording_tag_small_dto_spec.rb +1 -1
- data/spec/models/save_file_recording_dto_spec.rb +1 -1
- data/spec/models/save_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_genre_dto_spec.rb +1 -1
- data/spec/models/save_recording_party_dto_spec.rb +1 -1
- data/spec/models/save_recording_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_tag_dto_spec.rb +1 -1
- data/spec/models/save_referrer_dto_spec.rb +1 -1
- data/spec/models/save_taggrams_dto_spec.rb +1 -1
- data/spec/models/save_user_dto_spec.rb +1 -1
- data/spec/models/search_filter_values_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_abstraction_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_dto_spec.rb +1 -1
- data/spec/models/sign_up_dto_spec.rb +1 -1
- data/spec/models/smile_spec.rb +1 -1
- data/spec/models/sunglasses_spec.rb +1 -1
- data/spec/models/tag_dto_spec.rb +3 -3
- data/spec/models/tag_small_dto_spec.rb +1 -1
- data/spec/models/taggram_dto_spec.rb +1 -1
- data/spec/models/tags_summary_dto_spec.rb +1 -1
- data/spec/models/tagstrength_dto_spec.rb +1 -1
- data/spec/models/title_dto_spec.rb +1 -1
- data/spec/models/token_request_spec.rb +1 -1
- data/spec/models/track_dto_spec.rb +1 -1
- data/spec/models/track_to_medium_product_dto_spec.rb +1 -1
- data/spec/models/update_password_dto_spec.rb +1 -1
- data/spec/models/usage_dto_spec.rb +1 -1
- data/spec/models/user_dto_spec.rb +1 -1
- data/spec/models/video_recognition_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +1 -37
- data/docs/APIKeysApi.md +0 -217
- data/docs/AdminApiCreateUserDTO.md +0 -76
- data/docs/AdminApiUpdateUserDTO.md +0 -76
- data/docs/AdminApiUserDTO.md +0 -70
- data/docs/AdminUsersControllerApi.md +0 -355
- data/docs/ApiKeyDTO.md +0 -24
- data/docs/CreateApiKeyDTO.md +0 -18
- data/docs/InternalApiApi.md +0 -149
- data/docs/SaveFileDTO.md +0 -42
- data/lib/songtradr_api_client_ruby/api/admin_users_controller_api.rb +0 -346
- data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +0 -213
- data/lib/songtradr_api_client_ruby/api/internal_api_api.rb +0 -169
- data/lib/songtradr_api_client_ruby/models/admin_api_create_user_dto.rb +0 -489
- data/lib/songtradr_api_client_ruby/models/admin_api_update_user_dto.rb +0 -475
- data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +0 -448
- data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +0 -262
- data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +0 -214
- data/lib/songtradr_api_client_ruby/models/save_file_dto.rb +0 -323
- data/spec/api/admin_users_controller_api_spec.rb +0 -93
- data/spec/api/api_keys_api_spec.rb +0 -70
- data/spec/api/internal_api_api_spec.rb +0 -58
- data/spec/models/admin_api_create_user_dto_spec.rb +0 -210
- data/spec/models/admin_api_update_user_dto_spec.rb +0 -210
- data/spec/models/admin_api_user_dto_spec.rb +0 -192
- data/spec/models/api_key_dto_spec.rb +0 -54
- data/spec/models/create_api_key_dto_spec.rb +0 -36
- data/spec/models/save_file_dto_spec.rb +0 -108
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff2df766b1bb778f7e125aee6265f5e6c7ebb38f7760680c9f0cbe0a5415f4b6
|
|
4
|
+
data.tar.gz: f4d9174d6f31628560caf57fe65d29e90916ade94cc871c98715a81772b18640
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3916fd5eedc9341d1dc86f06819c0a2ccb8e9f888c4bad33ad080a6645f86f0e8f1ae51a1289c936dc95b25d1bc6d6aa4f2dc8ab48bfddd8dc402801a697fbb4
|
|
7
|
+
data.tar.gz: 262d9d6befaba78dfbf2e408c08bc27315c24b4b15f4dc490f346a8d7c35a2c7f61757c8fb8b3dba3c444cfd17e8b950c5edd8ba94006eb305a0565f1537d7e5
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -33,8 +33,8 @@ You can either search the released music via the /public/recording endpoints or
|
|
|
33
33
|
|
|
34
34
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
35
35
|
|
|
36
|
-
- API version: 1.13.
|
|
37
|
-
- Package version: 1.13.
|
|
36
|
+
- API version: 1.13.6
|
|
37
|
+
- Package version: 1.13.6
|
|
38
38
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
39
39
|
For more information, please visit [https://songtradr.com](https://songtradr.com)
|
|
40
40
|
|
|
@@ -51,16 +51,16 @@ gem build songtradr_api_client_ruby.gemspec
|
|
|
51
51
|
Then either install the gem locally:
|
|
52
52
|
|
|
53
53
|
```shell
|
|
54
|
-
gem install ./songtradr_api_client_ruby-1.13.
|
|
54
|
+
gem install ./songtradr_api_client_ruby-1.13.6.gem
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
(for development, run `gem install --dev ./songtradr_api_client_ruby-1.13.
|
|
57
|
+
(for development, run `gem install --dev ./songtradr_api_client_ruby-1.13.6.gem` to install the development dependencies)
|
|
58
58
|
|
|
59
59
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
60
60
|
|
|
61
61
|
Finally add this to the Gemfile:
|
|
62
62
|
|
|
63
|
-
gem 'songtradr_api_client_ruby', '~> 1.13.
|
|
63
|
+
gem 'songtradr_api_client_ruby', '~> 1.13.6'
|
|
64
64
|
|
|
65
65
|
### Install from Git
|
|
66
66
|
|
|
@@ -84,25 +84,17 @@ Please follow the [installation](#installation) procedure and then run the follo
|
|
|
84
84
|
# Load the gem
|
|
85
85
|
require 'songtradr_api_client_ruby'
|
|
86
86
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
#
|
|
90
|
-
|
|
91
|
-
# Configure a proc to get access tokens in lieu of the static access_token configuration
|
|
92
|
-
config.access_token_getter = -> { 'YOUR TOKEN GETTER PROC' }
|
|
93
|
-
# Configure faraday connection
|
|
94
|
-
config.configure_faraday_connection { |connection| 'YOUR CONNECTION CONFIG PROC' }
|
|
95
|
-
end
|
|
96
|
-
|
|
97
|
-
api_instance = SongtradrApiClientRuby::APIKeysApi.new
|
|
98
|
-
create_api_key_dto = SongtradrApiClientRuby::CreateApiKeyDTO.new # CreateApiKeyDTO |
|
|
87
|
+
api_instance = SongtradrApiClientRuby::AllowedValuesApi.new
|
|
88
|
+
opts = {
|
|
89
|
+
response_size: 's' # String | Size the response should have.
|
|
90
|
+
}
|
|
99
91
|
|
|
100
92
|
begin
|
|
101
|
-
#
|
|
102
|
-
result = api_instance.
|
|
93
|
+
#Allowed values for music descriptive parameters to be used in the searchAll endpoint.
|
|
94
|
+
result = api_instance.allowed_musical_features(opts)
|
|
103
95
|
p result
|
|
104
96
|
rescue SongtradrApiClientRuby::ApiError => e
|
|
105
|
-
puts "Exception when calling
|
|
97
|
+
puts "Exception when calling AllowedValuesApi->allowed_musical_features: #{e}"
|
|
106
98
|
end
|
|
107
99
|
|
|
108
100
|
```
|
|
@@ -113,19 +105,9 @@ All URIs are relative to *https://api.songtradr.com*
|
|
|
113
105
|
|
|
114
106
|
Class | Method | HTTP request | Description
|
|
115
107
|
------------ | ------------- | ------------- | -------------
|
|
116
|
-
*SongtradrApiClientRuby::APIKeysApi* | [**create_api_key**](docs/APIKeysApi.md#create_api_key) | **POST** /api/v1/user/apiKeys | create an API key
|
|
117
|
-
*SongtradrApiClientRuby::APIKeysApi* | [**delete_api_key**](docs/APIKeysApi.md#delete_api_key) | **DELETE** /api/v1/user/apiKeys/{id} | delete an API key
|
|
118
|
-
*SongtradrApiClientRuby::APIKeysApi* | [**get_api_keys**](docs/APIKeysApi.md#get_api_keys) | **GET** /api/v1/user/apiKeys | list API keys
|
|
119
|
-
*SongtradrApiClientRuby::AdminUsersControllerApi* | [**create_user**](docs/AdminUsersControllerApi.md#create_user) | **POST** /api/v1/admin/users | create a user
|
|
120
|
-
*SongtradrApiClientRuby::AdminUsersControllerApi* | [**delete_user**](docs/AdminUsersControllerApi.md#delete_user) | **DELETE** /api/v1/admin/users/{id} | delete a user
|
|
121
|
-
*SongtradrApiClientRuby::AdminUsersControllerApi* | [**get_user**](docs/AdminUsersControllerApi.md#get_user) | **GET** /api/v1/admin/users/{id} | show details of a user
|
|
122
|
-
*SongtradrApiClientRuby::AdminUsersControllerApi* | [**get_users**](docs/AdminUsersControllerApi.md#get_users) | **GET** /api/v1/admin/users | List users
|
|
123
|
-
*SongtradrApiClientRuby::AdminUsersControllerApi* | [**update_user**](docs/AdminUsersControllerApi.md#update_user) | **PUT** /api/v1/admin/users/{id} | update a user
|
|
124
108
|
*SongtradrApiClientRuby::AllowedValuesApi* | [**allowed_musical_features**](docs/AllowedValuesApi.md#allowed_musical_features) | **GET** /api/v1/allowedValues/musicalFeatures | Allowed values for music descriptive parameters to be used in the searchAll endpoint.
|
|
125
109
|
*SongtradrApiClientRuby::AllowedValuesApi* | [**genres**](docs/AllowedValuesApi.md#genres) | **GET** /api/v1/allowedValues/genre | Allowed values for genres.
|
|
126
110
|
*SongtradrApiClientRuby::AllowedValuesApi* | [**tags**](docs/AllowedValuesApi.md#tags) | **GET** /api/v1/allowedValues/tag | All descriptive tags inside of tag-categories.
|
|
127
|
-
*SongtradrApiClientRuby::InternalApiApi* | [**internal_create_inference**](docs/InternalApiApi.md#internal_create_inference) | **POST** /api/v1/internal/inference |
|
|
128
|
-
*SongtradrApiClientRuby::InternalApiApi* | [**internal_update_file**](docs/InternalApiApi.md#internal_update_file) | **PATCH** /api/v1/internal/file/{customerName}/{objectKey} |
|
|
129
111
|
*SongtradrApiClientRuby::PartyApi* | [**party**](docs/PartyApi.md#party) | **GET** /api/v1/party | Information on a person, group or company.
|
|
130
112
|
*SongtradrApiClientRuby::PlaylistApi* | [**all_playlists**](docs/PlaylistApi.md#all_playlists) | **GET** /api/v1/playlist | All playlists.
|
|
131
113
|
*SongtradrApiClientRuby::PlaylistApi* | [**create_or_update_playlist**](docs/PlaylistApi.md#create_or_update_playlist) | **POST** /api/v1/playlist | Create and edit playlist.
|
|
@@ -168,11 +150,7 @@ Class | Method | HTTP request | Description
|
|
|
168
150
|
|
|
169
151
|
## Documentation for Models
|
|
170
152
|
|
|
171
|
-
- [SongtradrApiClientRuby::AdminApiCreateUserDTO](docs/AdminApiCreateUserDTO.md)
|
|
172
|
-
- [SongtradrApiClientRuby::AdminApiUpdateUserDTO](docs/AdminApiUpdateUserDTO.md)
|
|
173
|
-
- [SongtradrApiClientRuby::AdminApiUserDTO](docs/AdminApiUserDTO.md)
|
|
174
153
|
- [SongtradrApiClientRuby::AgeRange](docs/AgeRange.md)
|
|
175
|
-
- [SongtradrApiClientRuby::ApiKeyDTO](docs/ApiKeyDTO.md)
|
|
176
154
|
- [SongtradrApiClientRuby::Beard](docs/Beard.md)
|
|
177
155
|
- [SongtradrApiClientRuby::BoundingBox](docs/BoundingBox.md)
|
|
178
156
|
- [SongtradrApiClientRuby::CategoryMediumDTO](docs/CategoryMediumDTO.md)
|
|
@@ -181,7 +159,6 @@ Class | Method | HTTP request | Description
|
|
|
181
159
|
- [SongtradrApiClientRuby::ConfigIdentifierDTO](docs/ConfigIdentifierDTO.md)
|
|
182
160
|
- [SongtradrApiClientRuby::ContextValue](docs/ContextValue.md)
|
|
183
161
|
- [SongtradrApiClientRuby::ContributorTypeDTO](docs/ContributorTypeDTO.md)
|
|
184
|
-
- [SongtradrApiClientRuby::CreateApiKeyDTO](docs/CreateApiKeyDTO.md)
|
|
185
162
|
- [SongtradrApiClientRuby::CuratePlaylistDTO](docs/CuratePlaylistDTO.md)
|
|
186
163
|
- [SongtradrApiClientRuby::CuratePlaylistResponseDTO](docs/CuratePlaylistResponseDTO.md)
|
|
187
164
|
- [SongtradrApiClientRuby::DominantColor](docs/DominantColor.md)
|
|
@@ -240,7 +217,6 @@ Class | Method | HTTP request | Description
|
|
|
240
217
|
- [SongtradrApiClientRuby::RecordingPlaylistDTO](docs/RecordingPlaylistDTO.md)
|
|
241
218
|
- [SongtradrApiClientRuby::RecordingSmallDTO](docs/RecordingSmallDTO.md)
|
|
242
219
|
- [SongtradrApiClientRuby::RecordingTagSmallDTO](docs/RecordingTagSmallDTO.md)
|
|
243
|
-
- [SongtradrApiClientRuby::SaveFileDTO](docs/SaveFileDTO.md)
|
|
244
220
|
- [SongtradrApiClientRuby::SaveFileRecordingDTO](docs/SaveFileRecordingDTO.md)
|
|
245
221
|
- [SongtradrApiClientRuby::SavePlaylistDTO](docs/SavePlaylistDTO.md)
|
|
246
222
|
- [SongtradrApiClientRuby::SaveRecordingGenreDTO](docs/SaveRecordingGenreDTO.md)
|
data/docs/FileSmallDTO.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
| **extension** | **String** | extension of the file | |
|
|
10
10
|
| **error_message** | **String** | | [optional] |
|
|
11
11
|
| **folder** | **String** | | |
|
|
12
|
+
| **fingerprint_end_time** | **Time** | | [optional] |
|
|
13
|
+
| **inference_status** | **String** | status of the auto-tagging | [optional] |
|
|
12
14
|
| **inference_start_time** | **Time** | | [optional] |
|
|
13
15
|
| **inference_end_time** | **Time** | | [optional] |
|
|
14
16
|
| **error_time** | **Time** | | [optional] |
|
|
@@ -17,8 +19,6 @@
|
|
|
17
19
|
| **upload_end_time** | **Time** | | [optional] |
|
|
18
20
|
| **fingerprint_status** | **String** | status of the audio recognition | [optional] |
|
|
19
21
|
| **fingerprint_start_time** | **Time** | | [optional] |
|
|
20
|
-
| **fingerprint_end_time** | **Time** | | [optional] |
|
|
21
|
-
| **inference_status** | **String** | status of the auto-tagging | [optional] |
|
|
22
22
|
|
|
23
23
|
## Example
|
|
24
24
|
|
|
@@ -31,6 +31,8 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
|
|
|
31
31
|
extension: null,
|
|
32
32
|
error_message: null,
|
|
33
33
|
folder: null,
|
|
34
|
+
fingerprint_end_time: null,
|
|
35
|
+
inference_status: null,
|
|
34
36
|
inference_start_time: null,
|
|
35
37
|
inference_end_time: null,
|
|
36
38
|
error_time: null,
|
|
@@ -38,9 +40,7 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
|
|
|
38
40
|
upload_start_time: null,
|
|
39
41
|
upload_end_time: null,
|
|
40
42
|
fingerprint_status: null,
|
|
41
|
-
fingerprint_start_time: null
|
|
42
|
-
fingerprint_end_time: null,
|
|
43
|
-
inference_status: null
|
|
43
|
+
fingerprint_start_time: null
|
|
44
44
|
)
|
|
45
45
|
```
|
|
46
46
|
|
data/docs/MusicalFeaturesDTO.md
CHANGED
|
@@ -16,10 +16,7 @@
|
|
|
16
16
|
| **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
17
17
|
| **primary_sound_character** | **String** | Search for a sound character | [optional] |
|
|
18
18
|
| **rhythm** | **String** | Search for rhythm | [optional] |
|
|
19
|
-
| **
|
|
20
|
-
| **scale** | **String** | Search for a tonal scale | [optional] |
|
|
21
|
-
| **sound_generation** | **String** | Search for type of sound generation | [optional] |
|
|
22
|
-
| **tempo** | **String** | Search for tempo | [optional] |
|
|
19
|
+
| **audience_region** | **String** | | [optional] |
|
|
23
20
|
| **primary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
24
21
|
| **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
25
22
|
| **secondary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
@@ -63,7 +60,10 @@
|
|
|
63
60
|
| **use_case_affinity** | **Float** | | [optional] |
|
|
64
61
|
| **industry_suitability** | **String** | Search for Industry suitability | [optional] |
|
|
65
62
|
| **industry_suitability_affinity** | **Float** | | [optional] |
|
|
66
|
-
| **
|
|
63
|
+
| **roughness** | **String** | Search for roughness | [optional] |
|
|
64
|
+
| **scale** | **String** | Search for a tonal scale | [optional] |
|
|
65
|
+
| **sound_generation** | **String** | Search for type of sound generation | [optional] |
|
|
66
|
+
| **tempo** | **String** | Search for tempo | [optional] |
|
|
67
67
|
| **texture** | **String** | Search for texture | [optional] |
|
|
68
68
|
| **timbre** | **String** | Search for timbre | [optional] |
|
|
69
69
|
| **tonality** | **String** | Search for tonality | [optional] |
|
|
@@ -73,14 +73,6 @@
|
|
|
73
73
|
| **curateability** | **String** | Search for curatebility | [optional] |
|
|
74
74
|
| **use_case** | **String** | Search for use case | [optional] |
|
|
75
75
|
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
|
76
|
-
| **valence_affinity** | **Float** | | [optional] |
|
|
77
|
-
| **arousal_affinity** | **Float** | | [optional] |
|
|
78
|
-
| **pleasantness_affinity** | **Float** | | [optional] |
|
|
79
|
-
| **engagement_affinity** | **Float** | | [optional] |
|
|
80
|
-
| **energy_affinity** | **Float** | | [optional] |
|
|
81
|
-
| **tempo_affinity** | **Float** | | [optional] |
|
|
82
|
-
| **scale_affinity** | **Float** | | [optional] |
|
|
83
|
-
| **timbre_affinity** | **Float** | | [optional] |
|
|
84
76
|
| **roughness_affinity** | **Float** | | [optional] |
|
|
85
77
|
| **harmony_affinity** | **Float** | | [optional] |
|
|
86
78
|
| **texture_affinity** | **Float** | | [optional] |
|
|
@@ -89,6 +81,14 @@
|
|
|
89
81
|
| **key_affinity** | **Float** | | [optional] |
|
|
90
82
|
| **channel_suitability_affinity** | **Float** | | [optional] |
|
|
91
83
|
| **key** | **String** | Search for a harmonic key | [optional] |
|
|
84
|
+
| **valence_affinity** | **Float** | | [optional] |
|
|
85
|
+
| **arousal_affinity** | **Float** | | [optional] |
|
|
86
|
+
| **pleasantness_affinity** | **Float** | | [optional] |
|
|
87
|
+
| **engagement_affinity** | **Float** | | [optional] |
|
|
88
|
+
| **energy_affinity** | **Float** | | [optional] |
|
|
89
|
+
| **tempo_affinity** | **Float** | | [optional] |
|
|
90
|
+
| **scale_affinity** | **Float** | | [optional] |
|
|
91
|
+
| **timbre_affinity** | **Float** | | [optional] |
|
|
92
92
|
|
|
93
93
|
## Example
|
|
94
94
|
|
|
@@ -108,10 +108,7 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
108
108
|
primary_mood_cluster: null,
|
|
109
109
|
primary_sound_character: null,
|
|
110
110
|
rhythm: null,
|
|
111
|
-
|
|
112
|
-
scale: null,
|
|
113
|
-
sound_generation: null,
|
|
114
|
-
tempo: null,
|
|
111
|
+
audience_region: null,
|
|
115
112
|
primary_mood_cluster_affinity: null,
|
|
116
113
|
secondary_mood_cluster: null,
|
|
117
114
|
secondary_mood_cluster_affinity: null,
|
|
@@ -155,7 +152,10 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
155
152
|
use_case_affinity: null,
|
|
156
153
|
industry_suitability: null,
|
|
157
154
|
industry_suitability_affinity: null,
|
|
158
|
-
|
|
155
|
+
roughness: null,
|
|
156
|
+
scale: null,
|
|
157
|
+
sound_generation: null,
|
|
158
|
+
tempo: null,
|
|
159
159
|
texture: null,
|
|
160
160
|
timbre: null,
|
|
161
161
|
tonality: null,
|
|
@@ -165,14 +165,6 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
165
165
|
curateability: null,
|
|
166
166
|
use_case: null,
|
|
167
167
|
channel_suitability: null,
|
|
168
|
-
valence_affinity: null,
|
|
169
|
-
arousal_affinity: null,
|
|
170
|
-
pleasantness_affinity: null,
|
|
171
|
-
engagement_affinity: null,
|
|
172
|
-
energy_affinity: null,
|
|
173
|
-
tempo_affinity: null,
|
|
174
|
-
scale_affinity: null,
|
|
175
|
-
timbre_affinity: null,
|
|
176
168
|
roughness_affinity: null,
|
|
177
169
|
harmony_affinity: null,
|
|
178
170
|
texture_affinity: null,
|
|
@@ -180,7 +172,15 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
180
172
|
space_affinity: null,
|
|
181
173
|
key_affinity: null,
|
|
182
174
|
channel_suitability_affinity: null,
|
|
183
|
-
key: null
|
|
175
|
+
key: null,
|
|
176
|
+
valence_affinity: null,
|
|
177
|
+
arousal_affinity: null,
|
|
178
|
+
pleasantness_affinity: null,
|
|
179
|
+
engagement_affinity: null,
|
|
180
|
+
energy_affinity: null,
|
|
181
|
+
tempo_affinity: null,
|
|
182
|
+
scale_affinity: null,
|
|
183
|
+
timbre_affinity: null
|
|
184
184
|
)
|
|
185
185
|
```
|
|
186
186
|
|
data/docs/PlaylistLargeDTO.md
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
| **name** | **String** | | |
|
|
8
8
|
| **state** | **String** | | [optional] |
|
|
9
9
|
| **description** | **String** | | [optional] |
|
|
10
|
-
| **songtradr_playlist_guid** | **String** | | [optional] |
|
|
11
10
|
| **usages** | [**Array<UsageDTO>**](UsageDTO.md) | | [optional] |
|
|
12
11
|
| **asset_url** | **String** | | [optional] |
|
|
13
12
|
| **pretzel_tier** | **String** | | [optional] |
|
|
14
13
|
| **usage** | **String** | | [optional] |
|
|
15
14
|
| **tracks** | [**Array<RecordingPlaylistDTO>**](RecordingPlaylistDTO.md) | | [optional] |
|
|
15
|
+
| **songtradr_playlist_guid** | **String** | | [optional] |
|
|
16
16
|
| **created** | **Time** | | [optional] |
|
|
17
17
|
| **updated** | **Time** | | [optional] |
|
|
18
18
|
|
|
@@ -25,12 +25,12 @@ instance = SongtradrApiClientRuby::PlaylistLargeDTO.new(
|
|
|
25
25
|
name: null,
|
|
26
26
|
state: null,
|
|
27
27
|
description: null,
|
|
28
|
-
songtradr_playlist_guid: null,
|
|
29
28
|
usages: null,
|
|
30
29
|
asset_url: null,
|
|
31
30
|
pretzel_tier: null,
|
|
32
31
|
usage: null,
|
|
33
32
|
tracks: null,
|
|
33
|
+
songtradr_playlist_guid: null,
|
|
34
34
|
created: null,
|
|
35
35
|
updated: null
|
|
36
36
|
)
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **genre_type** | **String** | | |
|
|
7
8
|
| **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
|
|
8
9
|
| **probability** | **Float** | | |
|
|
9
|
-
| **genre_type** | **String** | | |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
require 'songtradr_api_client_ruby'
|
|
15
15
|
|
|
16
16
|
instance = SongtradrApiClientRuby::RecordingGenrePredictionDTO.new(
|
|
17
|
+
genre_type: null,
|
|
17
18
|
genre: null,
|
|
18
|
-
probability: null
|
|
19
|
-
genre_type: null
|
|
19
|
+
probability: null
|
|
20
20
|
)
|
|
21
21
|
```
|
|
22
22
|
|
data/docs/RecordingLargeDTO.md
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **duration** | **Integer** | | [optional] |
|
|
8
|
+
| **isrc** | **String** | | |
|
|
8
9
|
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
9
10
|
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
|
10
11
|
| **language_of_performance** | **String** | | [optional] |
|
|
11
12
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
12
13
|
| **tracks** | [**Array<TrackToMediumProductDTO>**](TrackToMediumProductDTO.md) | | [optional] |
|
|
13
14
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
|
14
|
-
| **isrc** | **String** | | |
|
|
15
15
|
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
16
16
|
| **spotify_id** | **String** | | [optional] |
|
|
17
17
|
| **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
|
|
@@ -24,13 +24,13 @@ require 'songtradr_api_client_ruby'
|
|
|
24
24
|
|
|
25
25
|
instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
|
|
26
26
|
duration: null,
|
|
27
|
+
isrc: null,
|
|
27
28
|
parties: null,
|
|
28
29
|
genres: null,
|
|
29
30
|
language_of_performance: null,
|
|
30
31
|
titles: null,
|
|
31
32
|
tracks: null,
|
|
32
33
|
musical_features: null,
|
|
33
|
-
isrc: null,
|
|
34
34
|
tags: null,
|
|
35
35
|
spotify_id: null,
|
|
36
36
|
pline: null,
|
data/docs/RecordingMediumDTO.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **isrc** | **String** | | |
|
|
7
8
|
| **recording_party_entities** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
8
9
|
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
|
9
10
|
| **language_of_performance** | **String** | | [optional] |
|
|
@@ -11,7 +12,6 @@
|
|
|
11
12
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
12
13
|
| **tracks** | [**Array<TrackDTO>**](TrackDTO.md) | | [optional] |
|
|
13
14
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
|
14
|
-
| **isrc** | **String** | | |
|
|
15
15
|
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
16
16
|
| **spotify_id** | **String** | | [optional] |
|
|
17
17
|
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
require 'songtradr_api_client_ruby'
|
|
23
23
|
|
|
24
24
|
instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
|
|
25
|
+
isrc: null,
|
|
25
26
|
recording_party_entities: null,
|
|
26
27
|
genres: null,
|
|
27
28
|
language_of_performance: null,
|
|
@@ -29,7 +30,6 @@ instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
|
|
|
29
30
|
titles: null,
|
|
30
31
|
tracks: null,
|
|
31
32
|
musical_features: null,
|
|
32
|
-
isrc: null,
|
|
33
33
|
tags: null,
|
|
34
34
|
spotify_id: null,
|
|
35
35
|
genre_predictions: null
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **musical_features** | [**Array<MusicalFeaturesDTO>**](MusicalFeaturesDTO.md) | | [optional] |
|
|
8
7
|
| **isrc** | **String** | | |
|
|
8
|
+
| **musical_features** | [**Array<MusicalFeaturesDTO>**](MusicalFeaturesDTO.md) | | [optional] |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
require 'songtradr_api_client_ruby'
|
|
14
14
|
|
|
15
15
|
instance = SongtradrApiClientRuby::RecordingMinimalWithMusicalFeaturesDTO.new(
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
isrc: null,
|
|
17
|
+
musical_features: null
|
|
18
18
|
)
|
|
19
19
|
```
|
|
20
20
|
|
data/docs/RecordingSmallDTO.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **duration** | **Integer** | | [optional] |
|
|
8
|
+
| **isrc** | **String** | | |
|
|
8
9
|
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
9
10
|
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
10
|
-
| **isrc** | **String** | | |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
@@ -16,9 +16,9 @@ require 'songtradr_api_client_ruby'
|
|
|
16
16
|
|
|
17
17
|
instance = SongtradrApiClientRuby::RecordingSmallDTO.new(
|
|
18
18
|
duration: null,
|
|
19
|
+
isrc: null,
|
|
19
20
|
parties: null,
|
|
20
|
-
titles: null
|
|
21
|
-
isrc: null
|
|
21
|
+
titles: null
|
|
22
22
|
)
|
|
23
23
|
```
|
|
24
24
|
|
data/docs/TagDTO.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **id** | **Integer** | | |
|
|
8
|
-
| **name** | **String** | | |
|
|
9
8
|
| **categories** | [**Array<CategoryMinimalDTO>**](CategoryMinimalDTO.md) | | [optional] |
|
|
9
|
+
| **name** | **String** | | |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -15,8 +15,8 @@ require 'songtradr_api_client_ruby'
|
|
|
15
15
|
|
|
16
16
|
instance = SongtradrApiClientRuby::TagDTO.new(
|
|
17
17
|
id: null,
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
categories: null,
|
|
19
|
+
name: null
|
|
20
20
|
)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.13.
|
|
6
|
+
The version of the OpenAPI document: 1.13.6
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|