Tradehub.API.Public.Account.check_username
You're seeing just the function
check_username
, go back to Tradehub.API.Public.Account module for more information.
Link to this function
check_username(username)
Specs
check_username(String.t()) :: {:error, HTTPoison.Error.t()} | {:ok, boolean()}
Check if the given username
has been taken.