Network programs and totals.
Summary
Functions
@spec get_program( String.t(), keyword() ) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get_total( String.t(), keyword() ) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec list_programs(keyword()) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec list_totals(keyword()) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}