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

Fix parsing of Infobip whatsapp API schema #516

Merged
merged 20 commits into from
Nov 5, 2024
Merged

Conversation

sternakt
Copy link
Collaborator

@sternakt sternakt commented Oct 31, 2024

Description

Fixes #511
Fixes #446

Type of change

  • Documentation (typos, code examples, or any documentation updates)
  • Bug fix (a non-breaking change that resolves an issue)
  • This change requires a documentation update

Checklist

  • I have conducted a self-review of my own code
  • I have made the necessary changes to the documentation
  • My changes do not generate any new warnings
  • I have added tests to validate the effectiveness of my fix or the functionality of my new feature
  • I have included code examples to illustrate the modifications

@sternakt sternakt changed the title Fix discriminator issue Fix parsing of Infobip whatsapp API schema Oct 31, 2024
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 83.67347% with 8 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ency/api/openapi/patch_datamodel_code_generator.py 83.33% 4 Missing and 4 partials ⚠️
Files with missing lines Coverage Δ
docs/docs_src/tutorials/whatsapp/main.py 47.82% <100.00%> (ø)
fastagency/api/openapi/client.py 85.33% <ø> (ø)
...ency/api/openapi/patch_datamodel_code_generator.py 83.33% <83.33%> (ø)

... and 7 files with indirect coverage changes

@davorrunje davorrunje added this pull request to the merge queue Nov 5, 2024
Merged via the queue into main with commit 757da83 Nov 5, 2024
22 checks passed
@davorrunje davorrunje deleted the fix-discriminator-issue branch November 5, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Figure out whatsapp specification issue Correctly parse Infobip OpenAPI spec
3 participants