-
-
Notifications
You must be signed in to change notification settings - Fork 526
@RepositoryRestResource Example #644
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
Comments
Hi @JoeMcCaffrey, If you didn't find any unit test about it, that simply means not yet supported. You can have a look at my answer for the reasons: One of the main goals of springdoc-openapi is to achieve automatic documentation generation (when possible). The support of But for the manual annotations, even the You can also contribute to add the support if you feel conforable with this topic... |
@bnasslahsen - any pointers/tips if I were to attempt contribution of this functionality? |
Hi @jdbranham, @JoeMcCaffrey, I have started looking at the support of the @RepositoryRestResource out of the box. We hopefully will release the first support @RepositoryRestResource by the end of this week (Friday 29th May). |
That's great! I'll test it in my current project! |
Hello - Is RepositoryRestResource supported at all?
I have tried to annotate with @operation but can't seem to get it to work.
I've also searched for a unit test with RepositoryRestResource as an example but cannot find one.
Can one annotate with @operation without a @path or HTTP Verb? (@get)
The text was updated successfully, but these errors were encountered: