1.0.0 • Published 9 years ago

wikilab-api v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

wikilab-api

WikiLab API

Build Status Code Climate Test Coverage Dependency Status

Install

npm install wikilab-api

HTTP API

Users

POST /users

Create a new user

Test Code

PATCH /users/{userId|'me'}

Update the current user's info

Test Code

PUT /users/{userId|'me'}/password

Update the current user's password

Test Code

Teams

POST /teams

Create a new team

Test Code

Projects

GET /projects

Get all projects which the current user has access to

Test Code

GET /projects/:projectId

Get the specified project info

Test Code