Class: Uploadcare::Client::ProjectClient

Inherits:
RestClient
  • Object
show all
Defined in:
lib/uploadcare/client/project_client.rb

Overview

API client for getting project info

Instance Method Summary collapse

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

#handle_throttling

Methods included from Uploadcare::Concerns::ErrorHandler

#failure, #wrap

Instance Method Details

#showObject 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