simonw/datasette

Gather feedback on new ?_extra= design

已关闭

#2,042 创建于 2023年3月22日

 (0 条评论) (0 个反应) (0 位负责人)Python (625 个派生)batch import
help wantedjson-extras

仓库指标

星标
 (8,637 个星标)
PR 合并指标
 (平均合并 67天 23小时) (30 天内合并 19 个 PR)

描述

Now that I've landed:

  • #1999

See also:

  • #262

I want to get some feedback from people on the design of the new ?_extra= feature, before freezing it into Datasette 1.0.

The big change is that the default JSON representation is now MUCH slimmer - it only gives you keys for "next" and "rows", where rows is a list of JSON objects (not a list of arrays as was previously the default) - for example https://latest.datasette.io/fixtures/sortable.json

If you want extra stuff you can ask for it with the new ?_extra= parameter - e.g. https://latest.datasette.io/fixtures/sortable.json?_extra=columns&_extra=suggested_facets

You can use ?_extra=extras to see a list of available extras: https://latest.datasette.io/fixtures/sortable.json?_extra=extras

贡献者指南