Create the Koha::Objects files for OAI sets and biblios. In a follow-up, rewrite subroutines in C4/OAI/Sets.pm for Koha::OAI::Set(s) etc
Created attachment 190564 [details] [review] Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s) This architectural changes makes these tables available to the Koha namespace, and therefore the REST APIs. To test: Confirm t/00-load.t tests pass and check for any syntax/tidy errors. Sponsored-by: Auckland University of Technology
Created attachment 190609 [details] [review] Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s) This architectural changes makes these tables available to the Koha namespace, and therefore the REST APIs. To test: Confirm t/00-load.t tests pass and check for any syntax/tidy errors. Sponsored-by: Auckland University of Technology
Created attachment 190639 [details] [review] Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s) This architectural changes makes these tables available to the Koha namespace, and therefore the REST APIs. To test: Confirm t/00-load.t tests pass and check for any syntax/tidy errors. Sponsored-by: Auckland University of Technology Signed-off-by: David Nind <david@davidnind.com>