Comparing version 2.4.5 to 2.4.6
@@ -55,3 +55,3 @@ | ||
```js | ||
MyService.registerEndpoints({ | ||
MyService.prototype.registerEndpoints({ | ||
simple: function(request) { | ||
@@ -58,0 +58,0 @@ return function(cb) { |
@@ -0,1 +1,8 @@ | ||
2.4.6 | ||
----- | ||
* Update README URLs based on HTTP redirects - @ReadmeCritic | ||
https://github.com/groupon/gofer/pull/52 | ||
* Update API.md - @g-patel | ||
https://github.com/groupon/gofer/pull/51 | ||
2.4.5 | ||
@@ -2,0 +9,0 @@ ----- |
{ | ||
"name": "gofer", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"description": "A general purpose service client library for node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/gofer.js", |
@@ -6,3 +6,3 @@ # gofer | ||
> | ||
> — <cite>[Wikipedia: Gofer](http://en.wikipedia.org/wiki/Gofer)</cite> | ||
> — <cite>[Wikipedia: Gofer](https://en.wikipedia.org/wiki/Gofer)</cite> | ||
@@ -15,3 +15,3 @@ ``` | ||
The general design is meant to enforce a certain level of consistency in how the clients are configured and instrumented. | ||
Uses [request](https://github.com/mikeal/request) to do the actual fetching. | ||
Uses [request](https://github.com/request/request) to do the actual fetching. | ||
@@ -77,3 +77,3 @@ **[API docs](/API.md)** • | ||
* `start`: A service call is attempted | ||
* `socketQueueing`: Waiting for a socket. See [`http.globalAgent.maxSockets`](http://nodejs.org/api/http.html#http_agent_maxsockets) | ||
* `socketQueueing`: Waiting for a socket. See [`http.globalAgent.maxSockets`](https://nodejs.org/api/http.html#http_agent_maxsockets) | ||
* `connect`: Connected to the remote host, transfer may start | ||
@@ -80,0 +80,0 @@ * `fetchError`: A transport error occured (e.g. timeouts) |
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
61497