Skip to content

openfifth/koha-plugin-rapidill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

⚠️ 24.11.x Koha onwards ⚠️

This plugin has been merged to the RapidILL backend at https://github.com/openfifth/koha-ill-rapidill

koha-plugin-rapidill

This plugin provides Koha API routes enabling access to the RapidILL API. It is used in conjunction with the RapidILL ILL backend but it can be used in isolation if a authenticated JSON API to RapidILL is required.

This is a plugin for Koha that allows you to make queries to the RapidILL API via a locally provided JSON API

Getting Started

This plugin requires the following Perl modules:

XML::Compile

XML::Compile::SOAP

XML::Compile::WSDL11

XML::Compile::SOAP11

XML::Compile::SOAP12

XML::Compile::Transport::SOAPHTTP

Download this plugin by downloading the latest release .kpz file from the releases page.

The plugin system needs to be turned on by a system administrator.

To set up the Koha plugin system you must first make some changes to your install.

Change <enable_plugins>0<enable_plugins> to <enable_plugins>1</enable_plugins> in your koha-conf.xml file Confirm that the path to <pluginsdir> exists, is correct, and is writable by the web server. Restart your webserver. Once set up is complete you will need to alter your UseKohaPlugins system preference. Finally, on the "Koha Administration" page you will see the "Manage Plugins" option, select this to access the Plugins page.

Installing

Once your Koha has plugins turned on, as detailed above, installing the plugin is then a case of selecting the "Upload plugin" button on the Plugins page and navigating to the .kpz file you downloaded

Configuration

The plugin requires configuration prior to usage. To configure the plugin, select the "Actions" button listed by the plugin in the "Plugins" page, then select "Configure". On the configure page, you are required to supply your RapidILL API credentials, then click "Save configuration"

Authors

  • Andrew Isherwood

About

This plugin provides Koha API routes enabling access to the RapidILL API

Resources

Stars

Watchers

Forks

Packages

No packages published