admin
admin copied to clipboard
How can I customiz json response structure?
How can I customiz json response structure? like below:
{
"metadata": {
"resultset": {
"pagination":{"page":1,"perPage":10,"total":11234}
}
},
"results": [
]
}
where can i do this? thanks.
https://github.com/qor/admin/blob/master/controller.go#L39
小伙子,放弃用qor做api backend的想法,qor/admin 做个管理后台就可以了 数据 api 自己写 或者偷个懒 用 postgrest,hasura之类的工具生成吧
@dfang 我想知道,作者放弃 qor 的原因是什么?