https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40308 --- Comment #3 from Andreas Roussos <a.roussos@dataly.gr> --- Created attachment 183811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183811&action=edit Bug 40308: add new Perl Class Koha::ExternalContent::OCLC OCLC are offering a number of web APIs, this is an attempt to collect utility functions in a new Perl Class. At the moment, the Class contains the following functions, that allow interaction with the OCLC Dewey Linked Data API: - get_access_token - get_ddc_uri - get_ddc_url - get_ddc_description Test plan: 1) Inside a KTD instance (MARC flavour does not play a role), run `perldoc -o html Koha::ExternalContent::OCLC > OCLC.html` and view the documentation for this class (OCLC.html) in your web browser. Ensure everything makes sense ;-) -- You are receiving this mail because: You are watching all bug changes.