Skip to content
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

initial commit #1

Merged
merged 7 commits into from
May 31, 2024
Merged

initial commit #1

merged 7 commits into from
May 31, 2024

Commits on May 20, 2024

  1. initial commit

    tim committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3689a98 View commit details
    Browse the repository at this point in the history
  2. added error messages and fixed type error

    tim committed May 20, 2024
    Configuration menu
    Copy the full SHA
    55ce1ae View commit details
    Browse the repository at this point in the history
  3. Fix API schema for searchresults and krankenhaus ID endpoints

    - Corrected the schema definition for GET /searchresults/:
      - Updated results property to be an array instead of a string.
      - Specified application/json as the content type for a successful response.
    
    - Enhanced schema for GET /krankenhaussuche/krankenhaus/{id}/:
      - Added documentation for possible 404 (Not Found) and 503 (Service Unavailable) responses.
      - Updated query parameter types and descriptions for better clarity.
    
    - Ensured schema accuracy and conformance to actual API responses.
    
    This commit addresses the issues identified during Schemathesis testing and aligns the schema with the actual API behavior.
    tim committed May 20, 2024
    Configuration menu
    Copy the full SHA
    84f5ee9 View commit details
    Browse the repository at this point in the history
  4. add additional schema fixes

    tim committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1793d5e View commit details
    Browse the repository at this point in the history
  5. add more schema fixes

    tim committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ba55670 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    887854c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c669576 View commit details
    Browse the repository at this point in the history