Comparing version 0.1.1 to 0.1.3
{ | ||
"name": "multifetch", | ||
"version": "0.1.1", | ||
"version": "0.1.3", | ||
"repository": "git@github.com:e-conomic/multifetch.git", | ||
@@ -15,11 +15,19 @@ "description": "Express middleware for performing internal batch requests", | ||
"devDependencies": { | ||
"request": ">=2.30.0", | ||
"express": ">=3.4.7", | ||
"mocha": ">=1.15.1", | ||
"chai": ">=1.8.1", | ||
"sinon": ">=1.7.3", | ||
"sinon-chai": ">=2.4.0", | ||
"mocha-jshint": ">=0.0.7", | ||
"once": ">=1.3.0" | ||
} | ||
"request": "~2.30.0", | ||
"express": "~3.4.7", | ||
"mocha": "~1.15.1", | ||
"chai": "~1.8.1", | ||
"sinon": "~1.7.3", | ||
"sinon-chai": "~2.4.0", | ||
"mocha-jshint": "~0.0.7", | ||
"once": "~1.3.0" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"express", | ||
"middleware", | ||
"batch", | ||
"multi", | ||
"request" | ||
] | ||
} |
@@ -33,3 +33,3 @@ multifetch [![Build Status](https://travis-ci.org/e-conomic/multifetch.png?branch=master)](https://travis-ci.org/e-conomic/multifetch) | ||
Performing a GET request to `/api/multifetch?user=/api/user`, will return the user and some meta information. The query parameter should have a resource name as key and the relative path as value. The path can have its own query, as long it's encoded correctly. | ||
Performing a GET request to `/api/multifetch?user=/api/user`, will return the user and some meta information. The query parameter should have a resource name as key and the relative path as value. The path can have its own query, as long it's encoded correctly. Furthermore the endpoint must return `application/json` or `text/json` (with or without character encoding) in the `content-type` header, or else the content will be ignored. | ||
@@ -126,1 +126,6 @@ ```javascript | ||
``` | ||
License | ||
------- | ||
[MIT](http://opensource.org/licenses/MIT) |
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
14672
0
130