Re: [Koha-devel] Exporting patron related data in REST API

2021-03-17 Thread Tomas Cohen Arazi
Answering briefly because it is late. Will follow-up tomorrow. But prefered to post now so you can think about it while I sleep! Take a look at the patrons or better the orders routes and the x-koha-embed header. It will take the output of an object method and try to call ->to_api recursively. If

[Koha-devel] Exporting patron related data in REST API

2021-03-17 Thread Lari Taskula
Hi devs, I would appreciate your feedback on a couple of issues regarding Bug 20028 that attempts to exportall patron related personal data in one package. I'm having difficulties in choosing the best approach, so the help of fresh minds would be awesome. These are my questions. a) Code-wise, ma