Skip to content

Issue #1: Add a script to generate OpenAPI object definitions

Tomas Cohen Arazi requested to merge tomascohen/koha-misc4dev:issue_1 into master

This patch introduces the koha_schema_to_openapi.pl script. To use it:

  • Install 'jq': $ sudo apt install jq
  • Have this patch applied to your misc4dev clone
  • Run: $ kshell k$ ../misc4dev/koha_schema_to_openapi.pl --resultset Borrower => SUCCESS: A skeletal OpenAPI object definition is printed

Signed-off-by: Tomas Cohen Arazi tomascohen@theke.io

Merge request reports