songtradr_api_client_ruby 1.12.21 → 1.12.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/README.md +26 -12
- data/docs/APIKeysApi.md +217 -0
- data/docs/AdminApiUserDTO.md +70 -0
- data/docs/ApiKeyDTO.md +24 -0
- data/docs/CategoryMediumDTO.md +3 -3
- data/docs/CreateApiKeyDTO.md +18 -0
- data/docs/MusicalFeaturesDTO.md +54 -54
- data/docs/PlaylistLargeDTO.md +3 -3
- data/docs/ProductMediumDTO.md +9 -9
- data/docs/RecordingLargeDTO.md +14 -14
- data/docs/RecordingMediumDTO.md +14 -14
- data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
- data/docs/RecordingPlaylistDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +4 -4
- data/docs/UserDTO.md +2 -0
- data/getspec.rb +28 -5
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +213 -0
- 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/admin_api_user_dto.rb +453 -0
- data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +261 -0
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +14 -14
- 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/contributor_type_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +219 -0
- data/lib/songtradr_api_client_ruby/models/error_response.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 +1 -1
- 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/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/init_put_recording_audio_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +448 -448
- data/lib/songtradr_api_client_ruby/models/p_line_dto.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 +16 -16
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +51 -51
- 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 +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +71 -71
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +63 -63
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +14 -14
- 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 +14 -14
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +22 -22
- 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/tag_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/title_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/token_request.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/track_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 +16 -2
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +5 -1
- data/openapi-generator-config.yaml +4 -3
- data/songtradr_api_client_ruby.gemspec +4 -4
- data/spec/api/allowed_values_api_spec.rb +1 -1
- data/spec/api/api_keys_api_spec.rb +70 -0
- 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/admin_api_user_dto_spec.rb +190 -0
- data/spec/models/api_key_dto_spec.rb +52 -0
- data/spec/models/category_medium_dto_spec.rb +3 -3
- 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/create_api_key_dto_spec.rb +34 -0
- data/spec/models/error_response_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 +1 -1
- 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/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/init_put_recording_audio_dto_spec.rb +1 -1
- data/spec/models/jwt_token_dto_spec.rb +1 -1
- data/spec/models/login_dto_spec.rb +1 -1
- data/spec/models/musical_features_dto_spec.rb +165 -165
- data/spec/models/p_line_dto_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/product_medium_dto_spec.rb +9 -9
- 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 +1 -1
- data/spec/models/recording_large_dto_spec.rb +12 -12
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +11 -11
- 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 +4 -4
- data/spec/models/recording_small_dto_spec.rb +3 -3
- 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/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_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 +7 -1
- data/spec/spec_helper.rb +1 -1
- metadata +72 -76
@@ -0,0 +1,453 @@
|
|
1
|
+
=begin
|
2
|
+
#Songtradr API
|
3
|
+
|
4
|
+
#This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.12.23
|
7
|
+
Contact: info@songtradr.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module SongtradrApiClientRuby
|
17
|
+
class AdminApiUserDTO
|
18
|
+
attr_accessor :id
|
19
|
+
|
20
|
+
attr_accessor :username
|
21
|
+
|
22
|
+
attr_accessor :email
|
23
|
+
|
24
|
+
attr_accessor :full_name
|
25
|
+
|
26
|
+
attr_accessor :language
|
27
|
+
|
28
|
+
attr_accessor :is_admin
|
29
|
+
|
30
|
+
attr_accessor :widgets_allowed
|
31
|
+
|
32
|
+
attr_accessor :full_search_allowed
|
33
|
+
|
34
|
+
attr_accessor :voice_search_allowed
|
35
|
+
|
36
|
+
attr_accessor :recording_detail_allowed
|
37
|
+
|
38
|
+
attr_accessor :artist_detail_allowed
|
39
|
+
|
40
|
+
attr_accessor :playlist_prediction_allowed
|
41
|
+
|
42
|
+
attr_accessor :signup_allowed
|
43
|
+
|
44
|
+
attr_accessor :upload_allowed
|
45
|
+
|
46
|
+
attr_accessor :fingerprint_allowed
|
47
|
+
|
48
|
+
attr_accessor :audiotagging_allowed
|
49
|
+
|
50
|
+
attr_accessor :b2b_allowed
|
51
|
+
|
52
|
+
attr_accessor :editor_allowed
|
53
|
+
|
54
|
+
attr_accessor :reduced_musical_features
|
55
|
+
|
56
|
+
attr_accessor :confirmed
|
57
|
+
|
58
|
+
attr_accessor :gdpr_confirmation_timestamp
|
59
|
+
|
60
|
+
attr_accessor :last_login
|
61
|
+
|
62
|
+
attr_accessor :total_logins
|
63
|
+
|
64
|
+
attr_accessor :total_searches
|
65
|
+
|
66
|
+
attr_accessor :total_uploads
|
67
|
+
|
68
|
+
attr_accessor :total_downloads
|
69
|
+
|
70
|
+
attr_accessor :total_updates
|
71
|
+
|
72
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
73
|
+
def self.attribute_map
|
74
|
+
{
|
75
|
+
:'id' => :'id',
|
76
|
+
:'username' => :'username',
|
77
|
+
:'email' => :'email',
|
78
|
+
:'full_name' => :'fullName',
|
79
|
+
:'language' => :'language',
|
80
|
+
:'is_admin' => :'isAdmin',
|
81
|
+
:'widgets_allowed' => :'widgetsAllowed',
|
82
|
+
:'full_search_allowed' => :'fullSearchAllowed',
|
83
|
+
:'voice_search_allowed' => :'voiceSearchAllowed',
|
84
|
+
:'recording_detail_allowed' => :'recordingDetailAllowed',
|
85
|
+
:'artist_detail_allowed' => :'artistDetailAllowed',
|
86
|
+
:'playlist_prediction_allowed' => :'playlistPredictionAllowed',
|
87
|
+
:'signup_allowed' => :'signupAllowed',
|
88
|
+
:'upload_allowed' => :'uploadAllowed',
|
89
|
+
:'fingerprint_allowed' => :'fingerprintAllowed',
|
90
|
+
:'audiotagging_allowed' => :'audiotaggingAllowed',
|
91
|
+
:'b2b_allowed' => :'b2bAllowed',
|
92
|
+
:'editor_allowed' => :'editorAllowed',
|
93
|
+
:'reduced_musical_features' => :'reducedMusicalFeatures',
|
94
|
+
:'confirmed' => :'confirmed',
|
95
|
+
:'gdpr_confirmation_timestamp' => :'gdprConfirmationTimestamp',
|
96
|
+
:'last_login' => :'lastLogin',
|
97
|
+
:'total_logins' => :'totalLogins',
|
98
|
+
:'total_searches' => :'totalSearches',
|
99
|
+
:'total_uploads' => :'totalUploads',
|
100
|
+
:'total_downloads' => :'totalDownloads',
|
101
|
+
:'total_updates' => :'totalUpdates'
|
102
|
+
}
|
103
|
+
end
|
104
|
+
|
105
|
+
# Returns all the JSON keys this model knows about
|
106
|
+
def self.acceptable_attributes
|
107
|
+
attribute_map.values
|
108
|
+
end
|
109
|
+
|
110
|
+
# Attribute type mapping.
|
111
|
+
def self.openapi_types
|
112
|
+
{
|
113
|
+
:'id' => :'Integer',
|
114
|
+
:'username' => :'String',
|
115
|
+
:'email' => :'String',
|
116
|
+
:'full_name' => :'String',
|
117
|
+
:'language' => :'String',
|
118
|
+
:'is_admin' => :'Boolean',
|
119
|
+
:'widgets_allowed' => :'Boolean',
|
120
|
+
:'full_search_allowed' => :'Boolean',
|
121
|
+
:'voice_search_allowed' => :'Boolean',
|
122
|
+
:'recording_detail_allowed' => :'Boolean',
|
123
|
+
:'artist_detail_allowed' => :'Boolean',
|
124
|
+
:'playlist_prediction_allowed' => :'Boolean',
|
125
|
+
:'signup_allowed' => :'Boolean',
|
126
|
+
:'upload_allowed' => :'Boolean',
|
127
|
+
:'fingerprint_allowed' => :'Boolean',
|
128
|
+
:'audiotagging_allowed' => :'Boolean',
|
129
|
+
:'b2b_allowed' => :'Boolean',
|
130
|
+
:'editor_allowed' => :'Boolean',
|
131
|
+
:'reduced_musical_features' => :'Boolean',
|
132
|
+
:'confirmed' => :'Boolean',
|
133
|
+
:'gdpr_confirmation_timestamp' => :'Time',
|
134
|
+
:'last_login' => :'Time',
|
135
|
+
:'total_logins' => :'Integer',
|
136
|
+
:'total_searches' => :'Integer',
|
137
|
+
:'total_uploads' => :'Integer',
|
138
|
+
:'total_downloads' => :'Integer',
|
139
|
+
:'total_updates' => :'Integer'
|
140
|
+
}
|
141
|
+
end
|
142
|
+
|
143
|
+
# List of attributes with nullable: true
|
144
|
+
def self.openapi_nullable
|
145
|
+
Set.new([
|
146
|
+
])
|
147
|
+
end
|
148
|
+
|
149
|
+
# Initializes the object
|
150
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
151
|
+
def initialize(attributes = {})
|
152
|
+
if (!attributes.is_a?(Hash))
|
153
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `SongtradrApiClientRuby::AdminApiUserDTO` initialize method"
|
154
|
+
end
|
155
|
+
|
156
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
157
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
158
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
159
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `SongtradrApiClientRuby::AdminApiUserDTO`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
160
|
+
end
|
161
|
+
h[k.to_sym] = v
|
162
|
+
}
|
163
|
+
|
164
|
+
if attributes.key?(:'id')
|
165
|
+
self.id = attributes[:'id']
|
166
|
+
end
|
167
|
+
|
168
|
+
if attributes.key?(:'username')
|
169
|
+
self.username = attributes[:'username']
|
170
|
+
end
|
171
|
+
|
172
|
+
if attributes.key?(:'email')
|
173
|
+
self.email = attributes[:'email']
|
174
|
+
end
|
175
|
+
|
176
|
+
if attributes.key?(:'full_name')
|
177
|
+
self.full_name = attributes[:'full_name']
|
178
|
+
end
|
179
|
+
|
180
|
+
if attributes.key?(:'language')
|
181
|
+
self.language = attributes[:'language']
|
182
|
+
end
|
183
|
+
|
184
|
+
if attributes.key?(:'is_admin')
|
185
|
+
self.is_admin = attributes[:'is_admin']
|
186
|
+
end
|
187
|
+
|
188
|
+
if attributes.key?(:'widgets_allowed')
|
189
|
+
self.widgets_allowed = attributes[:'widgets_allowed']
|
190
|
+
end
|
191
|
+
|
192
|
+
if attributes.key?(:'full_search_allowed')
|
193
|
+
self.full_search_allowed = attributes[:'full_search_allowed']
|
194
|
+
end
|
195
|
+
|
196
|
+
if attributes.key?(:'voice_search_allowed')
|
197
|
+
self.voice_search_allowed = attributes[:'voice_search_allowed']
|
198
|
+
end
|
199
|
+
|
200
|
+
if attributes.key?(:'recording_detail_allowed')
|
201
|
+
self.recording_detail_allowed = attributes[:'recording_detail_allowed']
|
202
|
+
end
|
203
|
+
|
204
|
+
if attributes.key?(:'artist_detail_allowed')
|
205
|
+
self.artist_detail_allowed = attributes[:'artist_detail_allowed']
|
206
|
+
end
|
207
|
+
|
208
|
+
if attributes.key?(:'playlist_prediction_allowed')
|
209
|
+
self.playlist_prediction_allowed = attributes[:'playlist_prediction_allowed']
|
210
|
+
end
|
211
|
+
|
212
|
+
if attributes.key?(:'signup_allowed')
|
213
|
+
self.signup_allowed = attributes[:'signup_allowed']
|
214
|
+
end
|
215
|
+
|
216
|
+
if attributes.key?(:'upload_allowed')
|
217
|
+
self.upload_allowed = attributes[:'upload_allowed']
|
218
|
+
end
|
219
|
+
|
220
|
+
if attributes.key?(:'fingerprint_allowed')
|
221
|
+
self.fingerprint_allowed = attributes[:'fingerprint_allowed']
|
222
|
+
end
|
223
|
+
|
224
|
+
if attributes.key?(:'audiotagging_allowed')
|
225
|
+
self.audiotagging_allowed = attributes[:'audiotagging_allowed']
|
226
|
+
end
|
227
|
+
|
228
|
+
if attributes.key?(:'b2b_allowed')
|
229
|
+
self.b2b_allowed = attributes[:'b2b_allowed']
|
230
|
+
end
|
231
|
+
|
232
|
+
if attributes.key?(:'editor_allowed')
|
233
|
+
self.editor_allowed = attributes[:'editor_allowed']
|
234
|
+
end
|
235
|
+
|
236
|
+
if attributes.key?(:'reduced_musical_features')
|
237
|
+
self.reduced_musical_features = attributes[:'reduced_musical_features']
|
238
|
+
end
|
239
|
+
|
240
|
+
if attributes.key?(:'confirmed')
|
241
|
+
self.confirmed = attributes[:'confirmed']
|
242
|
+
end
|
243
|
+
|
244
|
+
if attributes.key?(:'gdpr_confirmation_timestamp')
|
245
|
+
self.gdpr_confirmation_timestamp = attributes[:'gdpr_confirmation_timestamp']
|
246
|
+
end
|
247
|
+
|
248
|
+
if attributes.key?(:'last_login')
|
249
|
+
self.last_login = attributes[:'last_login']
|
250
|
+
end
|
251
|
+
|
252
|
+
if attributes.key?(:'total_logins')
|
253
|
+
self.total_logins = attributes[:'total_logins']
|
254
|
+
end
|
255
|
+
|
256
|
+
if attributes.key?(:'total_searches')
|
257
|
+
self.total_searches = attributes[:'total_searches']
|
258
|
+
end
|
259
|
+
|
260
|
+
if attributes.key?(:'total_uploads')
|
261
|
+
self.total_uploads = attributes[:'total_uploads']
|
262
|
+
end
|
263
|
+
|
264
|
+
if attributes.key?(:'total_downloads')
|
265
|
+
self.total_downloads = attributes[:'total_downloads']
|
266
|
+
end
|
267
|
+
|
268
|
+
if attributes.key?(:'total_updates')
|
269
|
+
self.total_updates = attributes[:'total_updates']
|
270
|
+
end
|
271
|
+
end
|
272
|
+
|
273
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
274
|
+
# @return Array for valid properties with the reasons
|
275
|
+
def list_invalid_properties
|
276
|
+
invalid_properties = Array.new
|
277
|
+
invalid_properties
|
278
|
+
end
|
279
|
+
|
280
|
+
# Check to see if the all the properties in the model are valid
|
281
|
+
# @return true if the model is valid
|
282
|
+
def valid?
|
283
|
+
true
|
284
|
+
end
|
285
|
+
|
286
|
+
# Checks equality by comparing each attribute.
|
287
|
+
# @param [Object] Object to be compared
|
288
|
+
def ==(o)
|
289
|
+
return true if self.equal?(o)
|
290
|
+
self.class == o.class &&
|
291
|
+
id == o.id &&
|
292
|
+
username == o.username &&
|
293
|
+
email == o.email &&
|
294
|
+
full_name == o.full_name &&
|
295
|
+
language == o.language &&
|
296
|
+
is_admin == o.is_admin &&
|
297
|
+
widgets_allowed == o.widgets_allowed &&
|
298
|
+
full_search_allowed == o.full_search_allowed &&
|
299
|
+
voice_search_allowed == o.voice_search_allowed &&
|
300
|
+
recording_detail_allowed == o.recording_detail_allowed &&
|
301
|
+
artist_detail_allowed == o.artist_detail_allowed &&
|
302
|
+
playlist_prediction_allowed == o.playlist_prediction_allowed &&
|
303
|
+
signup_allowed == o.signup_allowed &&
|
304
|
+
upload_allowed == o.upload_allowed &&
|
305
|
+
fingerprint_allowed == o.fingerprint_allowed &&
|
306
|
+
audiotagging_allowed == o.audiotagging_allowed &&
|
307
|
+
b2b_allowed == o.b2b_allowed &&
|
308
|
+
editor_allowed == o.editor_allowed &&
|
309
|
+
reduced_musical_features == o.reduced_musical_features &&
|
310
|
+
confirmed == o.confirmed &&
|
311
|
+
gdpr_confirmation_timestamp == o.gdpr_confirmation_timestamp &&
|
312
|
+
last_login == o.last_login &&
|
313
|
+
total_logins == o.total_logins &&
|
314
|
+
total_searches == o.total_searches &&
|
315
|
+
total_uploads == o.total_uploads &&
|
316
|
+
total_downloads == o.total_downloads &&
|
317
|
+
total_updates == o.total_updates
|
318
|
+
end
|
319
|
+
|
320
|
+
# @see the `==` method
|
321
|
+
# @param [Object] Object to be compared
|
322
|
+
def eql?(o)
|
323
|
+
self == o
|
324
|
+
end
|
325
|
+
|
326
|
+
# Calculates hash code according to all attributes.
|
327
|
+
# @return [Integer] Hash code
|
328
|
+
def hash
|
329
|
+
[id, username, email, full_name, language, is_admin, widgets_allowed, full_search_allowed, voice_search_allowed, recording_detail_allowed, artist_detail_allowed, playlist_prediction_allowed, signup_allowed, upload_allowed, fingerprint_allowed, audiotagging_allowed, b2b_allowed, editor_allowed, reduced_musical_features, confirmed, gdpr_confirmation_timestamp, last_login, total_logins, total_searches, total_uploads, total_downloads, total_updates].hash
|
330
|
+
end
|
331
|
+
|
332
|
+
# Builds the object from hash
|
333
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
334
|
+
# @return [Object] Returns the model itself
|
335
|
+
def self.build_from_hash(attributes)
|
336
|
+
new.build_from_hash(attributes)
|
337
|
+
end
|
338
|
+
|
339
|
+
# Builds the object from hash
|
340
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
341
|
+
# @return [Object] Returns the model itself
|
342
|
+
def build_from_hash(attributes)
|
343
|
+
return nil unless attributes.is_a?(Hash)
|
344
|
+
attributes = attributes.transform_keys(&:to_sym)
|
345
|
+
self.class.openapi_types.each_pair do |key, type|
|
346
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
347
|
+
self.send("#{key}=", nil)
|
348
|
+
elsif type =~ /\AArray<(.*)>/i
|
349
|
+
# check to ensure the input is an array given that the attribute
|
350
|
+
# is documented as an array but the input is not
|
351
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
352
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
353
|
+
end
|
354
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
355
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
356
|
+
end
|
357
|
+
end
|
358
|
+
|
359
|
+
self
|
360
|
+
end
|
361
|
+
|
362
|
+
# Deserializes the data based on type
|
363
|
+
# @param string type Data type
|
364
|
+
# @param string value Value to be deserialized
|
365
|
+
# @return [Object] Deserialized data
|
366
|
+
def _deserialize(type, value)
|
367
|
+
case type.to_sym
|
368
|
+
when :Time
|
369
|
+
Time.parse(value)
|
370
|
+
when :Date
|
371
|
+
Date.parse(value)
|
372
|
+
when :String
|
373
|
+
value.to_s
|
374
|
+
when :Integer
|
375
|
+
value.to_i
|
376
|
+
when :Float
|
377
|
+
value.to_f
|
378
|
+
when :Boolean
|
379
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
380
|
+
true
|
381
|
+
else
|
382
|
+
false
|
383
|
+
end
|
384
|
+
when :Object
|
385
|
+
# generic object (usually a Hash), return directly
|
386
|
+
value
|
387
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
388
|
+
inner_type = Regexp.last_match[:inner_type]
|
389
|
+
value.map { |v| _deserialize(inner_type, v) }
|
390
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
391
|
+
k_type = Regexp.last_match[:k_type]
|
392
|
+
v_type = Regexp.last_match[:v_type]
|
393
|
+
{}.tap do |hash|
|
394
|
+
value.each do |k, v|
|
395
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
396
|
+
end
|
397
|
+
end
|
398
|
+
else # model
|
399
|
+
# models (e.g. Pet) or oneOf
|
400
|
+
klass = SongtradrApiClientRuby.const_get(type)
|
401
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
402
|
+
end
|
403
|
+
end
|
404
|
+
|
405
|
+
# Returns the string representation of the object
|
406
|
+
# @return [String] String presentation of the object
|
407
|
+
def to_s
|
408
|
+
to_hash.to_s
|
409
|
+
end
|
410
|
+
|
411
|
+
# to_body is an alias to to_hash (backward compatibility)
|
412
|
+
# @return [Hash] Returns the object in the form of hash
|
413
|
+
def to_body
|
414
|
+
to_hash
|
415
|
+
end
|
416
|
+
|
417
|
+
# Returns the object in the form of hash
|
418
|
+
# @return [Hash] Returns the object in the form of hash
|
419
|
+
def to_hash
|
420
|
+
hash = {}
|
421
|
+
self.class.attribute_map.each_pair do |attr, param|
|
422
|
+
value = self.send(attr)
|
423
|
+
if value.nil?
|
424
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
425
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
426
|
+
end
|
427
|
+
|
428
|
+
hash[param] = _to_hash(value)
|
429
|
+
end
|
430
|
+
hash
|
431
|
+
end
|
432
|
+
|
433
|
+
# Outputs non-array value in the form of hash
|
434
|
+
# For object, use to_hash. Otherwise, just return the value
|
435
|
+
# @param [Object] value Any valid value
|
436
|
+
# @return [Hash] Returns the value in the form of hash
|
437
|
+
def _to_hash(value)
|
438
|
+
if value.is_a?(Array)
|
439
|
+
value.compact.map { |v| _to_hash(v) }
|
440
|
+
elsif value.is_a?(Hash)
|
441
|
+
{}.tap do |hash|
|
442
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
443
|
+
end
|
444
|
+
elsif value.respond_to? :to_hash
|
445
|
+
value.to_hash
|
446
|
+
else
|
447
|
+
value
|
448
|
+
end
|
449
|
+
end
|
450
|
+
|
451
|
+
end
|
452
|
+
|
453
|
+
end
|