Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ayushshrivastv/OpenAPI-Integration-with-DocC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ayushshrivastv/OpenAPI-Integration-with-DocC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-43
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 16,923 files changed
  • 1 contributor

Commits on May 1, 2025

  1. Configuration menu
    Copy the full SHA
    488d27d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf4758 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Improve OpenAPI-to-DocC tool for better compatibility and robustness

    This commit includes:
    - Removed hardcoded validation checks that rejected valid OpenAPI files
    - Added support for OpenAPI v2 (Swagger) format
    - Improved schema parsing to handle complex structures with multiple response types
    - Enhanced error handling with helpful warnings instead of failures
    - Added ParserUtilities class to reduce code duplication
    - Made path and operation validation more flexible
    - Added a helper script for generating and previewing documentation
    - Ensured compatibility with a wide range of OpenAPI specifications
    ayushshrivastv committed May 5, 2025
    Configuration menu
    Copy the full SHA
    856d08a View commit details
    Browse the repository at this point in the history
Loading