File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020- Supports generation through CLI, Node.js and NPX
2121- Supports tsc and @babel/plugin-transform-typescript
2222- Supports aborting of requests (cancelable promise pattern)
23- - Supports external references using [ ` json-schema-ref-parser ` ] ( https://github.com/APIDevTools/json-schema-ref-parser/ )
23+ - Supports external references using [ json-schema-ref-parser] ( https://github.com/APIDevTools/json-schema-ref-parser/ )
2424
2525## Install
2626
@@ -117,7 +117,7 @@ const appClient = new AppClient({
117117});
118118
119119// Use the client instance to make the API call
120- const res = await appClient .organizations .createOrganization ({
120+ const response = await appClient .organizations .createOrganization ({
121121 name: ' OrgName' ,
122122 description: ' OrgDescription' ,
123123});
You can’t perform that action at this time.
0 commit comments