I'm not aware of Django, so could you provide use-case where and how you want to use optional parameters?
t
tmseiler
03/14/2018, 12:45 PM
Let's say you have a REST resource that might be filtered via get parameters, in any arbitrary combination. What's the preferred exposed approach to building this where clause/select?