0.6.1 • Published 2 years ago

@fresha/openapi-codegen-client-fetch v0.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@fresha/openapi-codegen-client-fetch

OpenAPI code generator for TypeScript clients using Fetch API.

Installation

This generator is installed along with @fresha/openapi-codegen.

$ npm install @fresha/openapi-codegen

Usage

Listing available options

npx fresha-openapi-codegen client-fetch --help

Generating source code

npx fresha-openapi-codegen client-fetch \
  --input PATH_TO_OPENAPI_SCHEMA_FILE
  --output ROOT_DIR_NPM_PROJECT
  --json-api

where:

--json-api is used to make generator generate the code according to JSON:API specification

0.5.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.14

2 years ago

0.2.9

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.2

2 years ago

0.2.10

2 years ago

0.1.0

3 years ago