简体   繁体   English

odata webapi和RESTier之间的区别?

[英]difference between odata webapi and RESTier?

I am looking at implementing an odata solution and both web api and RESTier are listed as viable v4 odata libraries in the odata.org libraries . 我正在寻找实现odata解决方案, web apiRESTier都被列为odata.org库中可行的v4 odata They both seem to use odata core . 他们似乎都使用odata核心

  1. What are the differences? 有什么区别?
  2. I am looking into specifically implementing open types, how is the support for that feature in both? 我正在研究具体实现开放类型,两者中对该功能的支持如何?

You can't compare them both. 你无法比较它们。 RESTier builds on top of Web API to allow an faster development process by automating some parts of the framework. RESTier构建于Web API之上,通过自动化框架的某些部分来实现更快的开发过程。

It serves as kind-of middelware between WebAPI and you. 它可以作为WebAPI和您之间的一种中间件。 RESTier extends filtering, security and a lot of other things you normally would need to code by hand. RESTier扩展了过滤,安全性以及您通常需要手动编写的许多其他功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM