Koha/api/v1/swagger
Tomas Cohen Arazi e03e5a2ece
Bug 24908: Add text-formatted MARC support in /biblios/{biblio_id}
This patch makes the route support requesting (through the Accept
header) the MARC record to be output as formatted text as in
$record->as_formatted.

To test:
1. Apply the unit tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/biblios.t
=> FAIL: Tests fail
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass!
5. Try the route with your favourite API testing tool (Postman?)
=> SUCCESS: Accept: text/plain returns the expected results
=> SUCCESS: Wrong Accept header returns a list of valid formats, and
includes 'text/plain'.
6. Sign off :-D

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-04-29 17:13:36 +01:00
..
definitions Bug 24476: Rename autorenewal to autorenew_checkouts 2020-03-24 11:23:54 +00:00
parameters Bug 18731: OpenAPI definitions 2020-01-09 16:25:57 +00:00
paths Bug 24908: Add text-formatted MARC support in /biblios/{biblio_id} 2020-04-29 17:13:36 +01:00
definitions.json Bug 22615: Add endpoint for getting one ill backend 2020-03-05 13:03:40 +00:00
parameters.json Bug 24502: (follow-up) Add all 3 query parameters in api definition 2020-03-03 09:17:04 +00:00
paths.json Bug 24909: Route spec 2020-04-27 11:15:10 +01:00
swagger.json
x-primitives.json Bug 22522: Fix several REST API tests 2020-02-25 13:44:22 +00:00