wikilab-api
v1.0.0
Published
The API of WikiLab
Downloads
2
Readme
wikilab-api
WikiLab API
Install
npm install wikilab-api
HTTP API
Users
POST /users
Create a new user
PATCH /users/{userId|'me'}
Update the current user's info
PUT /users/{userId|'me'}/password
Update the current user's password
Teams
POST /teams
Create a new team
Projects
GET /projects
Get all projects which the current user has access to
GET /projects/:projectId
Get the specified project info