vue-gitlab-api
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -10,2 +10,9 @@ # Changelog | ||
## 0.1.2 - 2016-10-25 | ||
### Added | ||
- Readme now gives credit for the chosen logo | ||
### Fixed | ||
- Ensured that dist folder is deployed with npm package | ||
## 0.1.1 - 2016-10-25 | ||
@@ -26,2 +33,2 @@ ### Added | ||
[Unreleased]: https://gitlab.com/clorichel/vue-gitlab-api/compare/v0.1.1...master | ||
[Unreleased]: https://gitlab.com/clorichel/vue-gitlab-api/compare/v0.1.2...master |
{ | ||
"name": "vue-gitlab-api", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A deadly simple Vue.js plugin to consume GitLab API.", | ||
@@ -5,0 +5,0 @@ "author": "clorichel <contact@clorichel.com>", |
@@ -84,7 +84,7 @@ # vue-gitlab-api | ||
* Issue a GET request on 'GitLabAPI_url/api/v3' with params and a variable to fill in | ||
* @param {String} uri The GitLab API uri to consume surch as '/projects' | ||
* @param {String} uri The GitLab API uri to consume such as '/projects' | ||
* @param {Object} params A parameters object such as { 'project_id': 72 } | ||
* @param {Array} fillIn The Vue.js defined data to fill in with results from GitLab API | ||
*/ | ||
get: function (uri, params, fillIn) | ||
get: function (uri, params, fillIn) {} | ||
@@ -95,3 +95,3 @@ /** | ||
*/ | ||
setToken: function (newToken) | ||
setToken: function (newToken) {} | ||
@@ -102,3 +102,3 @@ /** | ||
*/ | ||
setUrl: function (newUrl) | ||
setUrl: function (newUrl) {} | ||
``` | ||
@@ -133,4 +133,9 @@ | ||
## Credits | ||
- Logo derived from a [SlideGenius](https://thenounproject.com/slidegenius/) creation [CC licensed](https://creativecommons.org/licenses/by/3.0/us/) | ||
## License | ||
The _vue-gitlab-api_ plugin is distributed under the [MIT License (MIT)](LICENSE). Please have a look at the dependencies licenses if you plan on using, building, or distributing this plugin. |
@@ -57,3 +57,3 @@ (function () { | ||
* Issue a GET request on 'GitLabAPI_url/api/v3' with params and a variable to fill in | ||
* @param {String} uri The GitLab API uri to consume surch as '/projects' | ||
* @param {String} uri The GitLab API uri to consume such as '/projects' | ||
* @param {Object} params A parameters object such as { 'project_id': 72 } | ||
@@ -60,0 +60,0 @@ * @param {Array} fillIn The Vue.js defined data to fill in with results from GitLab API |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42582
32
629
137