Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 884 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 884 Bytes

RESTier

What is RESTier

RESTier is a RESTful API development framework for building standardized, OData V4 based REST services on .NET. It can be seen as a middle-ware on top of Web API OData. RESTier can provide convenience to bootstrap an OData service and add business logic like what WCF Data Services does as well as flexibily and easy customization like what Web API OData does.

Please be noted that currently RESTier is still a preview version.

How to build

You can build the project either from command line with ./build.cmd, or from Visual Studio.

Documentation / Tutorials

Please refer to the RESTier pages.

Call to action

RESTier is fully open sourced, please following the contribution guide to contribute / provide feedback to RESTier.