openapi-typescript-codegen
Advanced tools
Comparing version
{ | ||
"name": "openapi-typescript-codegen", | ||
"version": "0.16.2", | ||
"version": "0.17.0", | ||
"description": "Library that generates Typescript clients based on the OpenAPI specification.", | ||
@@ -5,0 +5,0 @@ "author": "Ferdi Koomen", |
@@ -23,3 +23,3 @@ # OpenAPI Typescript Codegen | ||
- Supports aborting of requests (cancelable promise pattern) | ||
- Supports external references using [`json-schema-ref-parser`](https://github.com/APIDevTools/json-schema-ref-parser/) | ||
- Supports external references using [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser/) | ||
@@ -52,4 +52,4 @@ ## Install | ||
--exportSchemas <value> Write schemas to disk (default: false) | ||
--indent <value> Service name postfix (default: "Service") | ||
--postfix <value> Indentation options [4, 2, tab] (default: "5") | ||
--indent <value> Indentation options [4, 2, tab] (default: "5") | ||
--postfix <value> Service name postfix (default: "Service") | ||
--request <value> Path to custom request file | ||
@@ -122,3 +122,3 @@ -h, --help display help for command | ||
// Use the client instance to make the API call | ||
const res = await appClient.organizations.createOrganization({ | ||
const response = await appClient.organizations.createOrganization({ | ||
name: 'OrgName', | ||
@@ -125,0 +125,0 @@ description: 'OrgDescription', |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
199850
-0.33%749
-0.27%