You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is not possible to utilize Scopes with the Content API. I believe this would be useful.
I was thinking about the following syntax:
/endpoint?query_scope=featured
I already glanced over the code, and I believe that implementing this feature would not be too difficult. It only requires extending the ApiController to honor a query_scope parameter. I would be willing to submit a PR if the maintainers agree that this feature would be useful.
The text was updated successfully, but these errors were encountered:
Currently, it is not possible to utilize Scopes with the Content API. I believe this would be useful.
I was thinking about the following syntax:
/endpoint?query_scope=featured
I already glanced over the code, and I believe that implementing this feature would not be too difficult. It only requires extending the ApiController to honor a
query_scope
parameter. I would be willing to submit a PR if the maintainers agree that this feature would be useful.The text was updated successfully, but these errors were encountered: