Packages

Erlang client library for the AT&T M2X (http://m2x.att.com) API. AT&T M2X is a cloud-based fully managed time-series data storage service for network connected machine-to-machine (M2M) devices and the Internet of Things (IoT).

Current section

Files

Jump to
m2x_erlang src m2x_job.erl
Raw

src/m2x_job.erl

-module(m2x_job).
%% API
-export([view/2]).
%% @doc Get details of the specified job.
%% https://m2x.att.com/developer/documentation/v2/jobs#View-Job-Details
view(Client, Job) -> Client({get, <<"/jobs/", Job/binary>>}).