Skip to content

Repository files navigation


Get started

$ git clone https://github.com/endlessdev/Lux.git
$ cd Lux && composer install && composer update

API Overview

Authorization

MethodURLDESC
POSTv@/auth/Log-in
POSTv@/auth/{snsType?}SNS Log-in
POSTv@/auth/signupRegister
POSTv@/auth/signup/{snsType?}SNS Register
POSTv@/auth/signoutLog-out
GETv@/auth/refreshRefresh token
GETv@/auth/infoGet auth info
DELETEv@/auth/Withdrawal

User

MethodURLDESC
GETv@/users/{page?}Get user info (pagination)
GETv@/user/{userIdx?}Get specific user info
POSTv@/user/{userIdx?}/disableDisable user
POSTv@/user/{userIdx?}/enableEnable user
PUTv@/user/{userIdx?}Edit user info
DELETEv@/user/{userIdx?}Force withdrawal [Required Admin permission]

About

💡The basical RESTful API for Lumen

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages