class Uploadcare::Client::ProjectClient
API client for getting project info @see uploadcare.com/docs/api_reference/rest/handling_projects/
Public Instance Methods
show()
click to toggle source
get information about current project current project is determined by public and private key combination @see uploadcare.com/api-refs/rest-api/v0.5.0/#tag/Project
# File lib/uploadcare/client/project_client.rb, line 11 def show get(uri: '/project/') end
Also aliased as: project