logic_monitor v0.0.8 LogicMonitor.ApiTokens

Provides access to the API Tokens Resource

Summary

Functions

Returns all Api Tokens. Request parameters as described here

Same as all/1 but raises error if it fails

Returns all Api Tokens for the specified user

Same as for_user/1 but raises error if it fails

Functions

all(query_params \\ [])

Returns all Api Tokens. Request parameters as described here.

all!(query_params \\ [])

Specs

all!([{atom, String.t}]) :: [any]

Same as all/1 but raises error if it fails

for_user(user_id)

Returns all Api Tokens for the specified user.

for_user!(user_id)

Specs

for_user!(String.t) :: [any]

Same as for_user/1 but raises error if it fails