admin icon indicating copy to clipboard operation
admin copied to clipboard

How can I customiz json response structure?

Open robert7git opened this issue 6 years ago • 2 comments

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.

robert7git avatar Oct 31 '19 12:10 robert7git

https://github.com/qor/admin/blob/master/controller.go#L39

小伙子,放弃用qor做api backend的想法,qor/admin 做个管理后台就可以了 数据 api 自己写 或者偷个懒 用 postgrest,hasura之类的工具生成吧

dfang avatar Nov 05 '19 02:11 dfang

@dfang 我想知道,作者放弃 qor 的原因是什么?

robert7git avatar Nov 09 '19 15:11 robert7git