Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d9f706c
build(deps): bump axios from 1.12.2 to 1.13.0
dependabot[bot] Oct 28, 2025
e27496b
Merge pull request #544 from openapi-ui/dependabot/npm_and_yarn/axios…
rookie-luochao Oct 28, 2025
ec30048
build(deps-dev): bump @types/node from 24.9.1 to 24.9.2
dependabot[bot] Oct 29, 2025
df2835f
build(deps): bump axios from 1.13.0 to 1.13.1
dependabot[bot] Oct 29, 2025
826237b
chore: remove uniquekey, please use interactive mode
rookie-luochao Oct 30, 2025
d702f60
Merge branch 'main' of https://github.com/openapi-ui/openapi-ts-request
rookie-luochao Oct 30, 2025
e9025fa
Merge pull request #548 from openapi-ui/dependabot/npm_and_yarn/types…
rookie-luochao Oct 30, 2025
68eb2c0
Merge pull request #549 from openapi-ui/dependabot/npm_and_yarn/axios…
rookie-luochao Oct 30, 2025
f071bca
build(deps-dev): bump @types/node from 24.9.2 to 24.10.0
dependabot[bot] Nov 3, 2025
fa7dc59
build(deps-dev): bump @tanstack/vue-query from 5.90.5 to 5.90.6
dependabot[bot] Nov 3, 2025
ab9a0d9
Merge pull request #550 from openapi-ui/dependabot/npm_and_yarn/types…
rookie-luochao Nov 4, 2025
1b8adf4
Merge pull request #551 from openapi-ui/dependabot/npm_and_yarn/tanst…
rookie-luochao Nov 4, 2025
68db70f
build(deps-dev): bump @tanstack/react-query from 5.90.5 to 5.90.6
dependabot[bot] Nov 4, 2025
27b1266
Merge pull request #552 from openapi-ui/dependabot/npm_and_yarn/tanst…
rookie-luochao Nov 5, 2025
134612a
build(deps-dev): bump @tanstack/react-query from 5.90.6 to 5.90.7
dependabot[bot] Nov 5, 2025
7ca74b1
build(deps): bump axios from 1.13.1 to 1.13.2
dependabot[bot] Nov 5, 2025
928a8c2
Merge pull request #554 from openapi-ui/dependabot/npm_and_yarn/tanst…
rookie-luochao Nov 6, 2025
7255c7d
Merge pull request #556 from openapi-ui/dependabot/npm_and_yarn/axios…
rookie-luochao Nov 6, 2025
cdfdb16
build(deps-dev): bump @tanstack/vue-query from 5.90.6 to 5.90.7
dependabot[bot] Nov 6, 2025
75834d7
Merge pull request #555 from openapi-ui/dependabot/npm_and_yarn/tanst…
rookie-luochao Nov 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/silly-nails-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'openapi-ts-request': patch
---

chore: remove uniquekey, please use interactive mode
1 change: 0 additions & 1 deletion README-en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ $ openapi --help
-o, --output <string> output directory
-cfn, --configFileName <string> config file name
-cfp, --configFilePath <string> config file path
-u, --uniqueKey <string> unique key
--requestLibPath <string> custom request lib path, for example: "@/request", "node-fetch" (default: "axios")
-f, --full <boolean> full replacement (default: true)
--enableLogging <boolean> open the log (default: false)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ $ openapi --help
-o, --output <string> output directory
-cfn, --configFileName <string> config file name
-cfp, --configFilePath <string> config file path
-u, --uniqueKey <string> unique key
--requestLibPath <string> custom request lib path, for example: "@/request", "node-fetch" (default: "axios")
-f, --full <boolean> full replacement (default: true)
--enableLogging <boolean> open the log (default: false)
Expand Down
1 change: 0 additions & 1 deletion agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ else if (isNodeProject) {
| `mockFolder` | string | - | Mock data output directory | Development with mocks |
| `authorization` | string | - | API documentation auth token | Protected docs |
| `timeout` | number | `60000` | Request timeout in ms | Slow APIs |
| `uniqueKey` | string | - | Multi-gateway identifier | Multiple API sources |

#### Advanced Options

Expand Down
Loading