gitlab-api-wrapper
Advanced tools
Comparing version 1.0.0 to 1.1.0
'use strict'; | ||
const ApiV3 = require('./lib/apiV3'); | ||
const ApiV4 = require('./lib/apiV4'); | ||
module.exports = (options) => { | ||
return new ApiV3(options); | ||
return new ApiV4(options); | ||
}; | ||
module.exports.ApiV3 = ApiV3; | ||
module.exports.ApiV4 = ApiV4; |
{ | ||
"name": "gitlab-api-wrapper", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "The most comprehensive GitLab API, almost covers all GitLab API endpoints. Also, we provide an isomorphic API which can be used in both browser and Node.js environments.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# gitlab-api-wrapper | ||
[![npm-version][https://img.shields.io/npm/v/gitlab-api-wrapper.svg?style=flat-square]][https://www.npmjs.com/package/gitlab-api-wrapper] | ||
[![npm-downloads][https://img.shields.io/npm/dt/gitlab-api-wrapper.svg?style=flat-square]][https://www.npmjs.com/package/gitlab-api-wrapper] | ||
--- | ||
@@ -4,0 +7,0 @@ |
103913
52
3009
31