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.
2 parents d5352e0 + b5fd956 commit 04a3378Copy full SHA for 04a3378
templates/node/lib/client.js.twig
@@ -9,6 +9,7 @@ class Client {
9
constructor() {
10
this.endpoint = '{{spec.endpoint}}';
11
this.headers = {
12
+ 'accept-encoding': '*',
13
'content-type': '',
14
'x-sdk-name': '{{ sdk.name }}',
15
'x-sdk-platform': '{{ sdk.platform }}',
0 commit comments