-
-
Notifications
You must be signed in to change notification settings - Fork 526
expand upon js api #2641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expand upon js api #2641
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR significantly expands the JavaScript/TypeScript API documentation for Orval, transforming a minimal reference into a comprehensive programmatic usage guide. The documentation now includes detailed code examples, configuration options, watch mode details, and integration patterns for build tooling.
Key Changes:
- Added comprehensive API documentation with TypeScript examples covering basic and advanced usage patterns
- Documented the complete
GlobalOptionsinterface with detailed examples of configuration overrides - Included practical integration examples for build scripts and npm/yarn workflows
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The original page is just a bare note that you can import Orval and call it with a config path. The updated version expands that into a full programmatic API guide with explicit code examples, configuration options, watch mode details, overrides, and integration into build tooling.