Browse Source

Update comment to reflect new behaviour

pull/28/head
Luke Childs 8 years ago
parent
commit
a10e7887c6
  1. 2
      src/index.js

2
src/index.js

@ -37,7 +37,7 @@ class Onionoo {
}, {});
}
// Returns a function to make requests to a given endpoint
// Make requests to a given endpoint
get(endpoint, options) {
// Build query string (don't encode ':' for search filters)
const qs = querystring.encode(options).replace(/%3A/g, ':');

Loading…
Cancel
Save