Class: Pike13::API::V2::Account::Person

Inherits:
Base
  • Object
show all
Defined in:
lib/pike13/api/v2/account/person.rb

Class Method Summary collapse

Methods inherited from Base

client, configure

Class Method Details

.allObject

GET /account/people



10
11
12
# File 'lib/pike13/api/v2/account/person.rb', line 10

def all
  client.get("account/people")
end