Bug 23154: Add pagination to /api/v1/checkouts
[koha-equinox.git] / t / db_dependent / api / v1 / checkouts.t
2019-06-24 Julian MauriceBug 23154: Add pagination to /api/v1/checkouts
2019-03-28 Josef MoravecBug 13895: Fix test
2019-03-28 Josef MoravecBug 13895: (follow-up) Fix POST response
2019-03-28 Josef MoravecBug 13895: Change renewal endpoint
2019-03-28 Josef MoravecBug 13895: Refactor test using REST Basic auth
2019-03-28 Josef MoravecBug 13895: Remove create_item and create_biblio subs...
2019-03-28 Josef MoravecBug 13895: Remove the opac checks in privileged endpoint
2019-03-28 Josef MoravecBug 13895: (follow-up) Adapt checkout endpoint to opena...
2019-03-28 Julian MauriceBug 13895: Add API routes for checkouts retrieval and...