Particle Api Client v0.1.0
Particle.Variables
This module defines the actions that can be taken on the Variables endpoint.
Types
error :: {:error, binary, Integer}
fatal :: {:error, binary}
t :: %Particle.Variables{name: binary, result: binary}
Functions
Specs
get_all_with_values(binary) ::
{:ok, %{key: Atom}} |
error |
fatal