slippers v0.1.0 Slippers.Users

Summary

Functions

Get a single user.

Example

Slippers.Users.find(client, "12345")

More info at: https://github.com/10Kft/10kft-api/blob/master/sections/users.md#show-user

Get all users.

Example

Slippers.Users.list(client)

More info at: https://github.com/10Kft/10kft-api/blob/master/sections/users.md#list-users-index

Functions

find(client, user_id, params \\ [])
find(Slippers.Client.t, pos_integer, [{atom, binary}] | []) :: Slippers.response

Get a single user.

Example

Slippers.Users.find(client, "12345")

More info at: https://github.com/10Kft/10kft-api/blob/master/sections/users.md#show-user

list(client, params \\ [])
list(Slippers.Client.t, [{atom, binary}] | []) :: Slippers.response

Get all users.

Example

Slippers.Users.list(client)

More info at: https://github.com/10Kft/10kft-api/blob/master/sections/users.md#list-users-index