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
As @AdamMcAdamson pointed out, there is a possibility to have conditional query parameters. For instance, one API call could return courses with 3 and 4 credit hours (i.e. www.example.com/course/search?credit_hours=3&credit_hours=4).
The question is, should we support this, or should we stick to one request per each query parameter if there are multiples? Also, if this should be supported, should it be done in v1 or the next version of the API?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As @AdamMcAdamson pointed out, there is a possibility to have conditional query parameters. For instance, one API call could return courses with 3 and 4 credit hours (i.e.
www.example.com/course/search?credit_hours=3&credit_hours=4
).The question is, should we support this, or should we stick to one request per each query parameter if there are multiples? Also, if this should be supported, should it be done in v1 or the next version of the API?
Beta Was this translation helpful? Give feedback.
All reactions