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 547bf17 commit 2ac1877Copy full SHA for 2ac1877
generator/src/main/resources/line-bot-sdk-nodejs-generator/api-single.pebble
@@ -41,18 +41,6 @@ export class {{operations.classname}} {
41
});
42
}
43
44
- private async parseHTTPResponse(response: Response) {
45
- const { LINE_REQUEST_ID_HTTP_HEADER_NAME } = Types;
46
- let resBody: Record<string, any> = {
47
- ...await response.json(),
48
- };
49
- if (response.headers.get(LINE_REQUEST_ID_HTTP_HEADER_NAME)) {
50
- resBody[LINE_REQUEST_ID_HTTP_HEADER_NAME] =
51
- response.headers.get(LINE_REQUEST_ID_HTTP_HEADER_NAME);
52
- }
53
- return resBody;
54
55
-
56
{% for op in operations.operation -%}
57
/**
58
* {{op.notes}}
0 commit comments