Skip to content
liqian19891011 edited this page Dec 23, 2014 · 26 revisions

Welcome to the RESTier wiki !

RESTier now is still a preview version, all kinds of feedback are warmly welcome.

Brief Introduction

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

Contribute to RESTier shows you how to :

  • Provide feedback / bug report to RESTier
  • Contribute to Code
  • Contribute to Documentation

Documentation and Tutorials

Getting started - Basic Tutorial This tutorial tells you how to use RESTier within minutes to build an OData V4 RESTful service. The sample is built agains the Northwind database.

Getting started - Advanced Tutorial 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.

Contribute to RESTier This wiki shows you how to contribute to RESTier in any way you would like.