1.0.20 • Published 1 month ago

swagger-to-apis v1.0.20

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

swagger-to-apis

Installing

Package manager

Using npm:

$ npm install swagger-to-apis

Using yarn:

$ yarn add swagger-to-apis

Example

import SwaggerToApi from "swagger-to-apis";

or

import * as SwaggerToApi from 'swagger-to-apis';

For api url

SwaggerToApi.swaggerToApis({
  apiUrl: "https://openapi.example.com/api.json", // OpenApi url
  reslib: "./src/", // out lib dir
});

For local json

SwaggerToApi.swaggerToApis({
  assets: "./local/api.json", // local OpenApi json
  reslib: "./src", // out lib dir
});
1.0.20

1 month ago

1.0.19

1 month ago

1.0.18

1 month ago

1.0.17

1 month ago

1.0.16

1 month ago

1.0.15

3 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago