-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: extensions support and add path parameters to operation params #83
feat: extensions support and add path parameters to operation params #83
Conversation
khizunov
commented
Feb 20, 2024
•
edited
Loading
edited
- Extensions support in all supported objects
- Add global path parameters to operation
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.
Hey @khizunov, thanks a lot for the contribution! 🔥
Left one code-related minor comment, but there are some build issues.
Could you also add some unit tests as well? At least to check more complicated logic like passing extensions to each oauth flow and path parameters inheritance.
a8a3b4c
to
916d068
Compare
Hey @manchenkoff sure not problem at all, will do 👍 |
Closes #42 |
916d068
to
8a3769b
Compare
@manchenkoff good catch on Oauth flows 💯 |
8a3769b
to
189a921
Compare
@manchenkoff added test cases for extensions |
I will publish new version later today, thanks @khizunov! |
published as v1.1.17 |