Koha/api/v1/swagger
Tomas Cohen Arazi 1b9f3621df
Bug 23843: Add mapping to Koha::Acquisition::Fund
This patch adds a to_api_mapping method to the class. This in effect
enables calling ->to_api on the object. The mapping is borrowed from the
API controller. It is not removed from the controller so we are able to
verify (through the tests) that there is no behavior change.
Once this is pushed we need to implement the counter-wise methods and
clean the controllers.
To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/acquisitions_funds.t
=> SUCCESS: Tests pass
2. Apply this patch
3. Repeat (1)
=> SUCCESS: Tests still pass!
4. Sign off :-D

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-10-23 18:03:24 +01:00
..
definitions Bug 23843: Add mapping to Koha::Acquisition::Fund 2019-10-23 18:03:24 +01:00
parameters Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
paths Bug 17005: Add plugin parameters to /checkouts endpoint 2019-10-08 14:33:39 +01:00
definitions.json Bug 16825: Add API route for getting an item 2019-09-12 16:41:09 +01:00
parameters.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
paths.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
swagger.json
x-primitives.json Bug 19661: REST API - Funds Endpoint 2019-03-22 19:40:36 +00:00