marin-liovic / restabase

REST interface for your SQL database.
MIT License
43 stars 1 forks source link

OData support? #2

Open JocaPC opened 8 years ago

JocaPC commented 8 years ago

This looks great. Do you plan to add some kind of OData-like API? OData is enhancement of standard REST API where you can send query parameters via URL - some parameters are $filter, $select, $top, and $skip. It seems that just by renaming your current parameters you might be OData compliant and you would be integrated into a large set of tools that can cal OData service.

marin-liovic commented 8 years ago

Hey @JocaPC , there are no plans to do this in near future.