add information about REST API BibLibre's koha-restful module
authorClaire Hernandez <claire.hernandez@biblibre.com>
Fri, 16 May 2014 15:16:54 +0000 (17:16 +0200)
committerNicole C. Engard <nengard@gmail.com>
Tue, 27 May 2014 16:28:52 +0000 (11:28 -0500)
- generation tested OK with xmlto and dblatex

en/manual.xml

index 87caffd..f7bb5d7 100644 (file)
@@ -43228,6 +43228,36 @@ http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
 /usr/local/koha/koha-tmpl/intranet-tmpl/xslt/UNIMARCslim2OAIDC.xsl</programlisting></para>
       </section>
     </section>
+    <section id="Rest-services">
+      <title>REST services</title>
+
+      <para>Koha can now be requested by REST http requests. BibLibre wrotes an external module to adds more possibilities than ILS-DI can provide.There is no authentication process, but authorized ips are listed in the config file. Services have been tested in 3.10, 3.12 and 3.14 koha versions. You can find more information about it into README file and opac/rest.pl documentation on http://git.biblibre.com. If you want to add features, send us a patch at dev_patches AT biblibre DOT com.</para>
+      <para>Services provided in 1.4 version are:
+      <programlisting>
+           GET branches
+           GET user/byid/:borrowernumber/holds
+           GET user/:user_name/holds
+           GET user/byid/:borrowernumber/issues
+           GET user/:user_name/issues
+           GET user/:user_name/issues_history
+           GET user/byid/:borrowernumber/issues_history
+           GET user/today
+           GET user/all
+           POST user
+           PUT user/:user_name
+           GET biblio/:biblionumber/items
+           GET biblio/:biblionumber/holdable
+           GET biblio/:biblionumber/items_holdable_status
+           GET item/:itemnumber/holdable
+           PUT auth/change_password
+           GET /suggestions
+           GET /suggestions/:suggestionid
+           POST /suggestions
+           PUT /suggestions/:suggestionid
+           DELETE /suggestions/:suggestionid
+      </programlisting>
+      </para>
+    </section>
   </chapter>
 
   <chapter id="sru">