-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add 'channel' query parameter to "/expressions" query #10
Comments
Are these issues in the right repo or do you mean to post this inside: https://github.com/juntofoundation/Junto-REST-API? |
In the case you are talking about the REST-API. As of current channel query params are passed like so (the docs are a little incorrect):
You can pass up to five channels here using this format. If you wish to pass one you can just do: |
This messes with our code generation for http requests i.e. we can't have property called Having ability to set query parameter BTW sorry, I didn't know it's related to different API. |
Sure I can do that. How about sending the other channels? How does that best work for you? |
@sunyatax do we want to support multiple channels filtering? |
From what I can see right now we can provide list of channels to filter the expressions.
This needs to be passed as query parameter which is a bit unusual e.g.
?context=id/null & ?channels=[String, ...] &
.I'd like to propose to add another parameter called
channel
that would accept only single channel.Reference
The text was updated successfully, but these errors were encountered: