Users
Get me
GET
https://cirro.io/api/v2/users/meDescription
Returns a Current User object of the current logged in user.
Example
1client = CirroIOV2::Client.new(...)
2client.User.find('me')Users
https://cirro.io/api/v2/users/meReturns a Current User object of the current logged in user.
1client = CirroIOV2::Client.new(...)
2client.User.find('me')