我有什么方法可以使用Katharsis压制关系链接?也就是说,默认情况下它会返回:
await bus.Send(new TheCommand(...));
这通常非常有帮助。但在一个案例中我想回来:
{
"data": {
"type": "permissions",
"attributes": { "permission": "VIEW" },
"relationships": {
"grantee": {
"links": {
"self": "http...",
"related": "http..."
},
"data": {
"type": "users",
"id": "user2"
}
}
}
}
}
即没有关系链接。根据{{3}},关系必须返回“链接”,“数据”或“元”之一(即不需要链接)。
答案 0 :(得分:1)
我很确定答案是否定的。您应该直接提交问题,以便直接从团队中获得答案。