NervesHubUserAPI.User.register

You're seeing just the function register, go back to NervesHubUserAPI.User module for more information.
Link to this function

register(username, email, password)

View Source

Specs

register(String.t(), String.t(), String.t()) :: {:error, any()} | {:ok, any()}

Register a new user.

Verb: POST Path: /users/register