Class: Uploadcare::Client::ProjectClient
- Inherits:
-
RestClient
- Object
- ApiStruct::Client
- RestClient
- Uploadcare::Client::ProjectClient
- Defined in:
- lib/uploadcare/client/project_client.rb
Overview
API client for getting project info
Instance Method Summary collapse
-
#show ⇒ Object
(also: #project)
get information about current project current project is determined by public and secret key combination.
Methods inherited from RestClient
#api_root, #api_struct_delete, #api_struct_get, #api_struct_post, #api_struct_put, #delete, #get, #headers, #post, #put, #request
Methods included from Uploadcare::Concerns::ThrottleHandler
Methods included from Uploadcare::Concerns::ErrorHandler
Instance Method Details
#show ⇒ Object Also known as: project
get information about current project current project is determined by public and secret key combination
13 14 15 |
# File 'lib/uploadcare/client/project_client.rb', line 13 def show get(uri: '/project/') end |