Skip to content

Latest commit

 

History

History

TripPin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sample Service

##Introduction

This project works as a sample for OData V4. It contains the implementation of the service as well as some client scenarios of this service. The underlying model for this service is TripPin which is designed to cover almost every important features OData V4 and to be as real as possible.

##Structure of this project ###Web API Implementation This uses ASP.NET Web API OData V4. The live service for this implementation is on http://services.odata.org/TripPinWebApiService.

###ODataLib Implementation This directly uses ODataLib. The read/write live service for this implementation si on http://services.odata.org/V4/TripPinServiceRW.

##Model design of TripPin

The class diagram for TripPin is below

Class diagram for TripPin

We have a read-write TripPin service online which is implemented directly using ODataLib. You can refer to Basic Tutorials and Advanced Tutorial to know OData V4 and this service.

##Community

###Issue tracker To report bugs and require features, please use our issue tracker.

###Mailing list For more questions about TripPin and OData, please use the OData Mailling List