[转]OData/WebApi

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转]OData/WebApi相关的知识,希望对你有一定的参考价值。

本文转自:https://github.com/OData/WebApi/tree/vNext

 

 

OData Web API

Introduction

OData Web API (i.e., ASP.NET Web API OData) is a server library built upon ODataLib and Web API.

Project structure

The master branch has the following libraries, and the packages are availabe from NuGet or MyGet:

Building

cd OData
build

Testing

Each solution contains some test projects. Install this runner first, then open the project, build it and run all the tests in the test explorer. For running tests you must open the solution as Administrator. More detail at this.

Nightly builds

  1. In your NuGet Package Manager settings add the following package source:
  1. Package IDs

Contribution

Please refer to the CONTRIBUTION.md.

Samples

Please refer to the ODataSamples WebApi.

以上是关于[转]OData/WebApi的主要内容,如果未能解决你的问题,请参考以下文章

OData WebAPI,内存可查询和区分大小写

很实用的JQuery代码片段(转)

几个有用的JavaScript/jQuery代码片段(转)

实用代码片段将json数据绑定到html元素 (转)

如何在kotlin中从一个片段转到另一个片段?

(转) Java中的负数及基本类型的转型详解