This commit is contained in:
Justin Dalrymple 2017-06-21 13:44:54 -04:00
commit db2f0117bc

View File

@ -26,7 +26,6 @@ const GitlabAPI = require('gitlab-api')({
token: 'abcdefghij123456'
})
// Listing users
let users = await gitlab.users.all();
@ -53,5 +52,6 @@ Changelog
[Initial Release](https://github.com/jdalrymple/node-gitlab-api/commit/64a8f8c7720f5df9a67d3f26cc8712fc21eb3ac0) (2017-06-21)
------------------
- Initial release, still missing a testing suite, travis triggers and overall review
- Initial release
- TODO: Tests, Examples