Replies: 1 comment
-
Hi @pakomp, Thanks for raising the issue. I have noted the mentioned problems, but currently there is no capacity to address them. Leaving the issue open though. PRs are also welcome :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The specification generated by "php artisan orion:specs" seems to use enum for include query param values.
The above will be converted to :
Issue with wildcards as well. They will be converted to regular strings.
The above will be converted to :
Issue with resources and resource collections as well.
The following are added in a controller :
Resources has the following :
The specification still includes resources with properties even if empty array is returned in the actual API.
Beta Was this translation helpful? Give feedback.
All reactions