pingboard v0.0.2 Pingboard
A simple and naïve attempt at an elixir client for the Pingboard API.
{:ok, client} = Pingboard.new(<your client id>, <your client secret>)
groups = Pingboard.Client.get_groups(client)
users = Pingboard.Client.get_users(client, %Pingboard.Types.Group{id: "1366"})