NervesHubUserAPI.User (nerves_hub_user_api v0.8.0) View Source
Manage NervesHub users
Path: /users
Link to this section Summary
Functions
Validate authentication of an existing user.
Returns information about the user.
Register a new user.
Sign a user certificate for an existing user.
Link to this section Functions
Specs
Validate authentication of an existing user.
Verb: POST Path: /users/auth
Specs
me(NervesHubUserAPI.Auth.t()) :: {:error, any()} | {:ok, any()}
Returns information about the user.
Verb: GET Path: /users/me
Specs
Register a new user.
Verb: POST Path: /users/register
Specs
Sign a user certificate for an existing user.
Verb: POST Path: /users/sign