简体   繁体   English

Microsoft OData客户端

[英]Microsoft OData Client

I have an OData api and I want to have a client side software to send request to this api and recieve answer. 我有一个OData API,并且我想拥有一个客户端软件来向该API发送请求并获得答案。 I used simple odata client but it gives me the answer in dictionary. 我使用了简单的odata客户程序,但它给了我字典的答案。 I need the answer in object. 我需要对象的答案。 Some people told me to use microsoft-odata-client and I search for it and I cannot find any good answer for my problem. 有人告诉我使用microsoft-odata-client,我进行了搜索,但找不到解决我问题的好方法。 Anybody can help me? 有人可以帮助我吗?

暂无
暂无

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

相关问题 DataServiceContext.SaveChanges() 抛出 Microsoft.OData.Client.DataServiceRequestException - DataServiceContext.SaveChanges() throws Microsoft.OData.Client.DataServiceRequestException Microsoft.OData.Client是否更改PATCH请求的服务端口? - Does Microsoft.OData.Client change the service port on PATCH requests? 阻止Microsoft OData Client请求完整的元数据 - Prevent Microsoft OData Client from requesting Full Metadata MS OData客户端代码生成器失败:编译转换:找不到元数据文件“Microsoft.OData.Client.dll” - MS OData Client Code Generator fails : Compiling transformation: Metadata file 'Microsoft.OData.Client.dll' could not be found OData v4客户端代码生成器/Microsoft.OData.Core:创建Nullable <int> 来自不可为null的int的外键 - OData v4 Client Code Generator / Microsoft.OData.Core : creating Nullable<int> Foreign Keys from non nullable int 使用Microsoft Graph客户端sdk如何使用搜索Odata查询 - Using Microsoft Graph client sdk how would you use search Odata query 使用 IODataClientHandler 为 Microsoft.OData.Client 创建异步 SendingRequest2 事件处理程序 - Creating an asynchronous SendingRequest2 event handler for Microsoft.OData.Client with IODataClientHandler Microsoft.OData.Client.DataServiceCollection <T> exception:尚未为类型的实体提供实体集名称 - Microsoft.OData.Client.DataServiceCollection<T> exception: Entity set name has not been provided for an entity of type 如何让 Microsoft.OData.Client 在更新时关联表? - How do I get Microsoft.OData.Client to Associate tables on update? Microsoft Dynamics导航-创建SalesOrder(Simple.OData.Client)的新条目 - Microsoft Dynamics NAV - create new entry of SalesOrder (Simple.OData.Client)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM