UOF.API.Users (UOF_API v3.0.0)

Copy Markdown View Source

API used for administrative purposes.

Functions return {:ok, response} | {:error, UOF.API.Error.t()}.

Summary

Functions

Get information about the token being used, including information such as the caller's bookmaker id and when the caller's access token will expire.

Functions

whoami(opts \\ [])

Get information about the token being used, including information such as the caller's bookmaker id and when the caller's access token will expire.

The trailing opts is a keyword list merged into the Req request (see UOF.API.Utils.HTTP).