Skip to content

LeanneTN/BridgeMuseum_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BridgeMuseum_api

API Document

User

login

method: put

url: /user/user

requestParam:
String username,
String password

register

method: post
url: /user/user
requestBody:
User{
    private Long id;
    private String name;
    private String password;
    private String phone;
    private Integer role;
    private String province;
    private String city;
    private String address;
}

get users list

method: get
url: /user/users
requestBody:
User{
    private Long id;
    private String name;
    private String password;
    private String phone;
    private Integer role;
    private String province;
    private String city;
    private String address;
}

get user detail information by user id

method: get
url: /user/id/{id}

About

Back-end program of project Bridge Culture Museum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages