-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): add
ServerQuery
type and refactor request structures …
…in OpenApiV3 Introduced a new type `ServerQuery` to handle API key queries in the OpenAPI V3 namespace, enhancing the flexibility and capability of handling security schemes that utilize query parameters. The addition complements existing types by allowing dynamic construction of query parameters based on the security scheme definitions. Additionally, the refactoring of `RequestData` and `RequestInit` types to accommodate the new `ServerQuery` type ensures that all parts of the request are dynamically typed and cohesive, supporting more complex API specifications and improving type safety and developer experience when interacting with different API configurations.
- Loading branch information
Showing
1 changed file
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters