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(OCS): Fix route vs Controller differences #184

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

provokateurin
Copy link
Member

The route key controls the path and the extended class controls the response.
Any sane API would not mix these, but Groupfolders does so anyway 🫠
The assumption that these are always the same is not given, thus we need to properly handle it...
We actually already had some test endpoints that triggered this case, but until now generated the wrong documentation (without the OCS wrap).

@provokateurin
Copy link
Member Author

To improve these checks resolving and using the FQN would be a good idea, then the detection is way more reliable.

@provokateurin provokateurin merged commit fb17711 into main Nov 13, 2024
8 of 14 checks passed
@provokateurin provokateurin deleted the fix/ocs/route-vs-controller branch November 13, 2024 10:37
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.

2 participants