package
0.6.1
Repository: https://github.com/snapmaster-io/snap.git
Documentation: pkg.go.dev

# Functions

CreateAccount associates an account name with a user ID and returns a status string.
Get calls the API at the relative path, and returns the data retrieved or an error.
GetAccount retrieves the user account name.
GetProfile retrieves the user profile.
Post
Post calls the API at the relative path with the payload, and returns the data retrieved or an error.
StoreProfile stores the user's profile and returns a status string.
ValidateAccount validates an account name and returns whether it is valid or not.