2024-03-26 17:54:32 -07:00
|
|
|
###
|
2024-03-27 17:24:23 -07:00
|
|
|
POST http://localhost:1323/api/v1/register?username=test&password=test1234!
|
2024-03-26 17:54:32 -07:00
|
|
|
###
|
2024-03-27 17:24:23 -07:00
|
|
|
POST http://localhost:1323/api/v1/login?username=test&password=test1234!
|
2024-03-26 17:54:32 -07:00
|
|
|
###
|
2024-03-23 08:26:49 -07:00
|
|
|
GET http://localhost:1323/api/v1/demo/hello
|
|
|
|
###
|
|
|
|
GET http://localhost:1323/api/v1/demo/hello/james
|
|
|
|
###
|
|
|
|
GET http://localhost:1323/api/v1/demo/hello/body
|
|
|
|
Content-Type: application/json
|
|
|
|
|
2024-03-26 17:54:32 -07:00
|
|
|
{
|
|
|
|
"name": "body"
|
|
|
|
}
|
|
|
|
###
|
|
|
|
|
|
|
|
POST http://localhost:1323/api/v1/login?username=test
|
|
|
|
|
|
|
|
###
|
|
|
|
GET http://localhost:1323/api/v1/demo/protected
|