You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please find here an example of use: https://github.com/StefanoMarzo/react-openapi-generator-hook-demo
7
+
# `react-openapi-generator-hook`
8
+
9
+
A lightweight React hook utility for calling API methods generated from OpenAPI specifications. Simplify your frontend API integration by using a consistent, declarative hook-based approach — without manually instantiating and managing API clients.
10
+
11
+
## 🚀 Features
12
+
13
+
* ⚛️ React-first API interaction with minimal boilerplate
14
+
* 🔄 Built-in support for async states: `loading`, `data`, and `error`
15
+
* ⚙️ Support for multiple API configurations and endpoints
16
+
* ✅ Compatible with OpenAPI Generator's generated `*ApiFactory` functions
0 commit comments