1 مستودع
Switches the generated API client between fetch and axios to match the project's existing HTTP stack.
Distinct from HTTP Client Libraries: Distinct from HTTP Client Libraries: focuses on selecting between client libraries at generation time, not the libraries themselves.
Explore 1 awesome GitHub repository matching networking & communication · Client Library Selectors. Refine with filters or upvote what's useful.
Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati
Switches the generated API client between fetch and axios to match the project's existing HTTP stack.