Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "mock-yeah", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "An invaluable service mocking platform built on Express.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,3 +47,2 @@ # Mock Yeah | ||
## Package Dependencies | ||
- Mock Yeah was built and tested with Node v4.2.3 | ||
@@ -55,8 +54,7 @@ - [Mocha](https://mochajs.org/) | ||
### Mock Service Creation API | ||
__mockyeah.get(path, options)__<br/> | ||
__mockyeah.put(path, options)__<br/> | ||
__mockyeah.post(path, options)__<br/> | ||
__mockyeah.delete(path, options__<br/> | ||
__mockyeah.get(path, options)__ | ||
__mockyeah.put(path, options)__ | ||
__mockyeah.post(path, options)__ | ||
__mockyeah.delete(path, options__ | ||
Each of the methods above create a mock service with a HTTP verb matching its | ||
@@ -63,0 +61,0 @@ respective method name. |
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
20434
113