我正在尝试使用symfony和构建restapi,我按照示例中的描述执行了所有操作,但每次我在routing.yml中将api的类型设置为"rest“时,我都会收到以下错误:
[Symfony\ComponentMake sure there is a loader supporting the "rest" type.
我正在尝试从sharepoint designer中的HTTP web服务调用中检索值。这应该很简单。Rest查询很简单,始终只返回一个值:https://Site.sharepoint.com/sites/aSiteName/_api/web/lists/getByTitle('MyListTitle$select=Title&$top=1
在Sharepoint Des