Update Changelog, contributors list and doc

This commit is contained in:
Frederic Guillot
2016-12-04 14:31:41 -05:00
parent 7719703dce
commit 3384ba49fa
10 changed files with 56 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ There are two types of API access:
### User API
- Access to the API with the user credentials (username and password)
- You can also generate a personal access token instead of your password
- Application role and project permissions are checked for each procedure
- A user session is created on the server
- Example of possible clients: native mobile/desktop application, command line utility, etc...