Day: November 28, 2012

  • C# Koha API library – code repository

    I’ve placed C# code library that I’m using in MarcEdit up on my github account: https://github.com/reeset/koha_api.git for those that are interested.  License for this code is CC0.  Hopefully, I’ll be able to work with users or vendors from the other platforms to provide libraries in C# for their implementations as well. Cheers, –TR

  • MarcEdit Direct ILS Integration – Update/Create records [Koha Example]

    This afternoon, I put the finishing touches on the update/creation components for the ILS direct integration framework in MarcEdit.  As a proof of concept, I’ve continued to demonstrate the processing utilizing Koha’s API.  The Koha API has been abstracted as a separate class so I can push up to github for those interested in a…

  • Working with the Koha ILS HTTP API

    I’ve been spending the last week working with the Koha API, using it as an example for MarcEdit’s direct ILS integration platform.  After spending some time working with it and pushing some data through it, I have a couple of brief thoughts. I was pleasantly surprised as how easy the API was to work with. …