Hi Everyone,

We are developing some new APIs and will be using OData for providing 
filters. We support multiple operators like eq, ne, and, not, contains, 
startwith, endswith, etc.
For existing APIs, we are using Swagger for documentation. These APIs have 
simple query parameters and don't support any operators.

For the new APIs, I want to know is there any way we can document OData 
operators using Swagger.

Sample queries:

GET /users?filters=(firstName eq SAM) and (age le 35)
GET /users?filters=(firstName eq SAM) and (age le 35) or 
(contains(lastName, 'Tom'))

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to