如何为 Azure 移动服务实施 $Expand API

How to implement $Expand for Azure Mobile Services API

我有一个新的移动应用程序并创建了一些 "Easy Tables" 并且喜欢它如何构建 ODATA4 后端并提供 swagger 文档。

如何创建可以通过 API 公开的这些表之间的关系?我想使用以下内容:

https://fakeapp.azurewebsites.net/tables/Schedule?$expand=client

Easy Tables 的 Node.js 后端不支持 $expand 查询运算符。参见:https://github.com/Azure/azure-mobile-apps-node/issues/455

本文提供了使用 .NET 后端 Azure 移动服务的解决方案的完整演练:

https://adrianhall.gitlab.io/develop-mobile-apps-with-csharp-and-azure/chapter3/relationships/