class TijuanaClient::User

Public Instance Methods

base_path() click to toggle source
# File lib/tijuana_client/user.rb, line 5
def base_path
  'users'
end
create(params) click to toggle source
# File lib/tijuana_client/user.rb, line 9
def create(params)
  client.post_json_request(normalized_base_path, params)
end