We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685e87d commit c8f9307Copy full SHA for c8f9307
README.md
@@ -91,7 +91,7 @@ try {
91
Be aware this options object will overwrite any existing [got](https://github.com/sindresorhus/got) HTTP request parameters.
92
93
```javascript
94
-const client = new Client({ api_key: "iddqd", {
+const client = new Client({ api_key: "iddqd" }, {
95
cache: new Map, // Instantiate a cache: https://github.com/sindresorhus/got#cache-1
96
hooks: { // Hook into HTTP responses: https://github.com/sindresorhus/got#hooksafterresponse
97
afterResponse: response => {
0 commit comments