gristlabs_grist-core/test/server
Alex Hall fcbad1c887 (core) Add GET /attachments endpoint for listing attachment metadata
Summary: Combines the code and behaviour of the existing endpoints `GET /records` (for the general shape of the result and the parameters for sort/filter/limit etc) and retrieving a specific attachment with `GET /attachments/:id` for handling fields specific to attachments.

Test Plan: Added a DocApi test. Also updated one test to use the new endpoint instead of raw `GET /tables/_grist_Attachments/records`.

Reviewers: cyprien

Reviewed By: cyprien

Subscribers: cyprien

Differential Revision: https://phab.getgrist.com/D3443
2022-05-20 20:30:14 +02:00
..
lib (core) Add GET /attachments endpoint for listing attachment metadata 2022-05-20 20:30:14 +02:00
customUtil.ts (core) disentangle some server tests, release to core, add GRIST_PROXY_AUTH_HEADER test 2022-03-24 15:11:32 -04:00
docTools.ts (core) Move Notifier to /ext 2022-05-18 08:02:32 -07:00
gristClient.ts (core) configure typedoc for generating plugin api documentation 2022-04-04 18:11:33 -04:00
testUtils.ts (core) disentangle some server tests, release to core, add GRIST_PROXY_AUTH_HEADER test 2022-03-24 15:11:32 -04:00