users

package
v0.5.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Relative         = typesrest.NewRelativeEndpoint()
	SignUp           = typesrest.NewEndpoint("sign-up")
	Password         = typesrest.NewEndpoint("password")
	Username         = typesrest.NewEndpoint("username")
	ProfilePicture   = typesrest.NewEndpoint("profile-picture")
	UserIdByUsername = typesrest.NewEndpoint(
		"user-id",
		typesrest.Username,
	)
	ForgotPassword       = typesrest.NewEndpoint("forgot-password")
	ResetPasswordByToken = typesrest.NewEndpoint(
		"reset-password", typesrest.Token,
	)
	DeleteAccount = typesrest.NewEndpoint("delete-account")
)

Users service REST endpoints

Users service endpoints mapping

View Source
var Base = typesrest.NewBaseEndpoint("users")

Base is the base endpoint for the user service REST endpoints

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL