Categorygithub.com/eckertalex/greenlight
repository
0.0.0-20250125211520-b912604702a4
Repository: https://github.com/eckertalex/greenlight.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Greenlight

MethodURL PatternRequired PermissionAction
GET/v1/healthcheckShow application health and version information
GET/v1/moviesmovies:readShow the details of all movies
POST/v1/moviesmovies:writeCreate a new movie
GET/v1/movies/:idmovies:readShow the details of a specific movie
PATCH/v1/movies/:idmovies:writeUpdate the details of a specific movie
DELETE/v1/movies/:idmovies:writeDelete a specific movie
POST/v1/usersRegister a new user
PUT/v1/users/activatedActivate a specific user
PUT/v1/users/passwordUpdate the password for a specific user
POST/v1/tokens/authenticationGenerate a new authentication token
POST/v1/tokens/password-resetGenerate a new password-reset token
GET/debug/varsDisplay application metrics