-
Notifications
You must be signed in to change notification settings - Fork 136
Home
Welcome to the RESTier wiki ! RESTier now is still a preview version, all kinds of feedback are warmly welcome.
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.
Contribute to RESTier shows you how to :
- Provide feedback / bug report to RESTier
- Contribute to Code
- Contribute to Documentation
Getting started with RESTier - Basic Step
This tutorial tells you how to use RESTier within minutes to build an OData V4 RESTful service.
Getting started with RESTier - Advanced Step
This tutorial is based on the Getting started with RESTier - Part1 with more advance scenarios showing you how to: 1) fall back to Web API OData to enable complex features 2) Add rich business logic to the RESTfull service.
Features Supported by RESTier - Preview
This wiki lists features supported by the preview version.
This wiki shows you how to contribute to RESTier in any way you would like.