Particle Api Client v0.1.0 Particle.Devices

This module defines the actions that can be taken on the Devices endpoint.

Summary

Types

error :: {:error, binary, Integer}
fatal :: {:error, binary}
t :: [Particle.Device]

Functions

get()

Specs

get :: {:ok, t} | error | fatal