Categorygithub.com/mystpen/Greenlight-API
module
0.0.0-20240430170428-338bbe50abfd
Repository: https://github.com/mystpen/greenlight-api.git
Documentation: pkg.go.dev

# README

Greenlight API

Greenlight — a JSON API for retrieving and managing information about movies

Usage

Greenlight API supports the following endpoints and actions:

MethodURL PatternAction
GET/v1/healthcheck Show application health and version information
GET/v1/moviesShow the details of all movies
POST/v1/moviesCreate a new movie
GET/v1/movies/:idShow the details of a specific movie
PATCH/v1/movies/:id Update the details of a specific movie
DELETE/v1/movies/:idDelete a specific movie
POST/v1/users Register 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/vars Display application metrics

# Packages

No description provided by the author