tanegashima v0.0.6 Tanegashima

Pushbullet general objects.

Summary

Functions

Get Pushbullet access token

Convert Poison struct to Tanegashima(Pushbullet object) struct

Types

t :: %Tanegashima{accounts: term, blocks: term, channels: term, chats: term, clients: term, contacts: term, cursor: term, devices: term, grants: term, profiles: term, pushes: term, subscriptions: term, texts: term}

Functions

access_token()

Specs

access_token :: binary

Get Pushbullet access token.

to_struct(object_module, poison_struct)

Specs

to_struct(module, Poison.Parser.t) ::
  {:ok, t} |
  {:error, term}

Convert Poison struct to Tanegashima(Pushbullet object) struct.