/
GO
golearnku
/
tapi-blog Example API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
sd
4
user
5
get
List the users in the database
post
Add new user to the database
put
Update a user info by the user identifier
delete
Delete an user by the user identifier
get
Get an user by the user identifier
post
Login generates the authentication token
user
Add new user to the database
Add a new user
post
/user
Request body
UserCreateRequest
required
password
string
username
string
Response
{"code":0,"message":"OK","data":{"username":"kong"}}
UserCreateResponse
required
username
string
Changes