Magpie.Client (Magpie v0.1.0)

Copy Markdown View Source

Holds the Dropbox access token used to authenticate every request.

client = Magpie.Client.new("ACCESS_TOKEN")

Summary

Types

access_token()

@type access_token() :: %{access_token: binary()}

m()

@type m() :: %Magpie.Client{access_token: term()}

t()

@type t() :: %Magpie.Client{access_token: access_token()}

Functions

new()

@spec new() :: m()

new(access_token)

@spec new(access_token()) :: t()