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
I've created a project that takes a javascript object and converts it to an OData-compliant query string. This makes it much easier to build a query (with conditional pieces) such as for a dashboard or from user input. It supports most of the spec, including transforms/aggregations. I wasn't sure if this might be a good place to get more expose and feedback on the idea, but thought I'd give it a shot.
Just a pointer for now. Really just looking to get more eyes on it for feedback and if it would be useful for others. I've had good success with it thus far (especially paired with my https://github.com/techniq/react-odata component)
I've created a project that takes a javascript object and converts it to an OData-compliant query string. This makes it much easier to build a query (with conditional pieces) such as for a dashboard or from user input. It supports most of the spec, including transforms/aggregations. I wasn't sure if this might be a good place to get more expose and feedback on the idea, but thought I'd give it a shot.
https://github.com/techniq/odata-query
The text was updated successfully, but these errors were encountered: