We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue has been on a journey today, as I tried to figure out how to use filters on the api/private/users endpoint.
I tried all sorts, thought it was just me. But then Daniel Weaver spent some time being incredibly helpful in this Discord chat, https://discord.com/channels/489818810157891584/1271141322975088654, and really dug into the issue.
He found that the Private API's user controller is missing the allowedFilters() method.
He's opened a PR #35 with a proposed fix, and I'll do some testing of that.
The text was updated successfully, but these errors were encountered:
Update README to explain filters
a410247
Resolves tv2regionerne#33
Successfully merging a pull request may close this issue.
This issue has been on a journey today, as I tried to figure out how to use filters on the api/private/users endpoint.
I tried all sorts, thought it was just me. But then Daniel Weaver spent some time being incredibly helpful in this Discord chat, https://discord.com/channels/489818810157891584/1271141322975088654, and really dug into the issue.
He found that the Private API's user controller is missing the allowedFilters() method.
He's opened a PR #35 with a proposed fix, and I'll do some testing of that.
The text was updated successfully, but these errors were encountered: