-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
9,008 additions
and
7,109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<div align="center"> | ||
<img width="150" height="150" src="https://heyapi.vercel.app/logo.png" alt="Logo"> | ||
<h1 align="center"><b>Axios Client</b></h1> | ||
<p align="center">🚀 Typesafe Axios client for your Hey API types.</p> | ||
</div> | ||
|
||
Plug and play Axios wrapper for `@hey-api/openapi-ts` generator. | ||
|
||
[Live demo](https://stackblitz.com/edit/hey-api-client-axios-example?file=openapi-ts.config.ts,src%2Fclient%2Fschemas.gen.ts,src%2Fclient%2Fservices.gen.ts,src%2Fclient%2Ftypes.gen.ts,src%2FApp.tsx) | ||
|
||
## Features | ||
|
||
- seamless integration with `@hey-api/openapi-ts` | ||
- typesafe response data and errors | ||
- access to the original request and response | ||
- each request call is configurable | ||
- minimal learning curve thanks to extending the underlying technology | ||
|
||
## Documentation | ||
|
||
Please visit our [website](https://heyapi.vercel.app/) for documentation, guides, migrating, and more. | ||
|
||
## GitHub Integration (coming soon) | ||
|
||
Automatically update your code when the APIs it depends on change. [Find out more](https://heyapi.vercel.app/openapi-ts/integrations.html). | ||
|
||
## Migrating from OpenAPI Typescript Codegen? | ||
|
||
Please read our [migration guide](https://heyapi.vercel.app/openapi-ts/migrating.html#openapi-typescript-codegen). | ||
|
||
## Contributing | ||
|
||
Want to get involved? Please refer to the [contributing guide](https://heyapi.vercel.app/contributing.html). |
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
Oops, something went wrong.