Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shijistar committed Feb 2, 2025
1 parent 91396ad commit 361dd9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# swigger-api-hub
## [1.2.3](https://github.com/shijistar/swagger-api-hub/compare/1.2.2...1.2.3) (2025-02-02)

### Features

- add intTotalElements option ([f8fd255](https://github.com/shijistar/swagger-api-hub/commit/f8fd25502fb2ea2ecbadeb029151f829a84920e6))
- rename service instance variable ([8121fcc](https://github.com/shijistar/swagger-api-hub/commit/8121fcc2e537123d25a72d8b33725e23422dc021))

## [1.2.2](https://github.com/shijistar/swagger-api-hub/compare/1.2.1...1.2.2) (2025-01-16)

Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# swagger-api-hub

[![npm version](https://img.shields.io/npm/v/swagger-api-hub.svg)](https://www.npmjs.com/package/swagger-api-hub)
[![npm downloads](https://img.shields.io/npm/dm/swagger-api-hub.svg)](https://www.npmjs.com/package/swagger-api-hub)
![GitHub License](https://img.shields.io/github/license/shijistar/swagger-api-hub?label=License&color=%23F68F1E)

![cover image](cover.webp)

Produce front-end interface code for OpenAPI-based backend services with a single click. This tool is designed to generate TypeScript code for API clients and request methods from OpenAPI specifications. It can be used as a command line tool or as a Node.js module that is integrated into your build process. It supports both OpenAPI 2.0 and 3.0 specifications.

This tool is a wrapper of the [swagger-typescript-api
](https://github.com/acacode/swagger-typescript-api)
This tool is a wrapper of the [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api)

## Installation

**Install as a global command:**

```bash
$ npm install -g swagger-api-hub
npm install -g swagger-api-hub
```

**Install as a project-wide dependency:**

```bash
$ npm install -D swagger-api-hub
npm install -D swagger-api-hub
```

## Usage
Expand Down

0 comments on commit 361dd9c

Please sign in to comment.