Bug 18731: /acquisitions/orders endpoint
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 5 Sep 2017 19:44:43 +0000 (16:44 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 9 Jan 2020 16:25:41 +0000 (16:25 +0000)
commit441cde5dbdf914953986cae2af9bb7bac569f87a
tree418e4f8fe89701daf7b3e822299b97594de8fff0
parent6659a45b6ea6f957f3c9c0d0f022a086ea78432e
Bug 18731: /acquisitions/orders endpoint

This patches implement the /acquisitions/orders endpoint.

The attribute names are consistent with the voted RFC

To test:
1. Apply this patchset
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/acquisitions_orders.t
=> SUCCESS: Tests pass!
3. Test the API with your favourite tool (Postman?)
=> SUCCESS: It works as expected!
4 Sign off :-D

Sponsored-by: Camden County
Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Acquisition/Order.pm
Koha/REST/V1/Acquisitions/Orders.pm [new file with mode: 0644]
Koha/Schema/Result/Aqorder.pm