<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><tt>Hello,</tt><tt><br>
      </tt><tt><br>
      </tt><tt>It is available on github
        git://github.com/clrh/koha-restful.git </tt><tt>Enjoy forking
        it and doing pull request. You can too doing .patch on master
        branch and sending patches to me. There is no short time plan to
        add this features so welcome if you need them.</tt><tt> </tt><tt>The
        github repository is now up to date, however, check regularly
        the biblibre repository wich is for us the "main".</tt><tt><br>
      </tt><tt><br>
      </tt><tt>HTH,</tt><tt><br>
      </tt><tt>Claire.</tt><tt><br>
      </tt><tt><br>
      </tt><tt>Le 22/02/2013 09:14, Fitzpatrick, Christopher a écrit :</tt><tt><br>
      </tt></div>
    <blockquote
cite="mid:CANzSRvZ7YwW6KHdWf-n9nZpV=jVK=iF=m2XrkBCUoffcTwDMPw@mail.gmail.com"
      type="cite">
      <div dir="ltr"><tt>Hi, </tt>
        <div><tt><br>
          </tt></div>
        <div style=""><tt>So, I went a bit more in-depth with the
            rest.pl... I'm curious if there's a plan to add user
            interaction functionality to this? Like allow users to renew
            loans, place holds, cancel holds? </tt></div>
        <div style=""><tt>If someone where to add this, would you take a
            pull-request, or is this out of scope and should this be
            forked to a project? </tt></div>
        <div style=""><tt><br>
          </tt></div>
        <div style=""><tt>thanks again..b,chris.</tt></div>
        <div class="gmail_extra">
          <tt><br>
          </tt></div>
        <div class="gmail_extra"><tt><br>
          </tt></div>
        <div class="gmail_extra"><tt><br>
          </tt>
          <div class="gmail_quote"><tt>On 19 February 2013 11:34,
              Fitzpatrick, Christopher </tt><tt><span dir="ltr"><<a
                  moz-do-not-send="true" href="mailto:cf@wmu.se"
                  target="_blank">cf@wmu.se</a>></span></tt><tt>
              wrote:</tt><tt><br>
            </tt>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">
                <div><tt><br>
                  </tt></div>
                <tt>Hi, </tt>
                <div><tt><br>
                  </tt></div>
                <div><tt>Excellent! Thanks for the info. The
                    koha-restful package looks like a better fit than
                    the </tt><tt><a moz-do-not-send="true"
                      href="http://ilsdi.pl" target="_blank">ilsdi.pl</a></tt><tt>
                    script. It was a little hard to install, but I
                    figured it out ( could not find a </tt><tt><span
                      style="font-size: 12px; white-space: pre-wrap;">libcgi-application-dispatch-perl
                      for squeeze, but found package </span></tt><tt>libcgi-application-basic-plugin-bundle-perl
                    has this module.) Looks like everything works. </tt></div>
                <div><tt>  </tt></div>
                <div><tt>I actually just implemented OAuth2 with Koha
                    (we use Google Apps for Education, so all our
                    student's use gmail), so I think this will simplify
                    the authentication situation as well...</tt></div>
                <div>
                  <tt><br>
                  </tt></div>
                <div><tt>I'm currently writing a ruby gem to interact
                    with Koha...I'll send an update to the list when I
                    publish it, just in case anyone else is
                    interested...</tt></div>
                <div><tt><br>
                  </tt></div>
                <div><tt>thanks again. b,chris. </tt></div>
                <div>
                  <div class="h5">
                    <div>
                      <div class="gmail_extra"><tt><br>
                        </tt><tt><br>
                        </tt>
                        <div class="gmail_quote"><tt>On 18 February 2013
                            21:27, Chris Cormack </tt><tt><span
                              dir="ltr"><<a moz-do-not-send="true"
                                href="mailto:chrisc@catalyst.net.nz"
                                target="_blank">chrisc@catalyst.net.nz</a>></span></tt><tt>
                            wrote:</tt><tt><br>
                          </tt>
                          <blockquote class="gmail_quote"
                            style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                            <div>
                              <div><tt>* Fitzpatrick, Christopher (</tt><tt><a
                                    moz-do-not-send="true"
                                    href="mailto:cf@wmu.se"
                                    target="_blank">cf@wmu.se</a></tt><tt>)
                                  wrote:</tt><tt><br>
                                </tt><tt>
                                  >    Hi everyone,</tt><tt><br>
                                </tt><tt>
                                  >    I've just started working on
                                  some "connector" code to extend some</tt><tt><br>
                                </tt><tt>
                                  >    functionality of our Koha
                                  instance by interacting with another
                                  web app we</tt><tt><br>
                                </tt><tt>
                                  >    use. I'm wanting to
                                  authenticate users to their Koha
                                  accounts and it seems</tt><tt><br>
                                </tt><tt>
                                  >    like using the ILSDI api would
                                  be the easiest way, since it would it
                                  would</tt><tt><br>
                                </tt><tt>
                                  >    allow me to not have to make a
                                  direct DB connection.</tt><tt><br>
                                </tt><tt>
                                  >    However, looking at the
                                  AuthenticatePatron action,  I'm not
                                  too</tt><tt><br>
                                </tt><tt>
                                  >    comfortable passing username
                                  and password simply as clear text GET</tt><tt><br>
                                </tt><tt>
                                  >    parameters, so I am trying to
                                  come up with some ways to avoid this,
                                  as</tt><tt><br>
                                </tt><tt>
                                  >    it's not very secure. Limiting
                                  IP access to the </tt><tt><a
                                    moz-do-not-send="true"
                                    href="http://ilsdi.pl"
                                    target="_blank">ilsdi.pl</a></tt><tt>
                                  probably does not</tt><tt><br>
                                </tt><tt>
                                  >     complete resolve this issue,
                                  since the username and password will
                                  still</tt><tt><br>
                                </tt><tt>
                                  >    be captured in the http logs.
                                  I am curious what are some of the
                                  security</tt><tt><br>
                                </tt><tt>
                                  >    measures others are using when
                                  using this api?</tt><tt><br>
                                </tt><tt>
                                  >    Thanks for any help! Very much
                                  appreciated...best, chris fitzpatrick</tt><tt><br>
                                </tt>
                                <tt><br>
                                </tt>
                              </div>
                            </div>
                            <tt>I'd POST to it, over SSL</tt><tt><br>
                            </tt>
                            <tt><span><font color="#888888"><br>
                                  Chris<br>
                                  <br>
                                  --<br>
                                  Chris Cormack<br>
                                  Catalyst IT Ltd.<br>
                                  <a moz-do-not-send="true"
                                    href="tel:%2B64%204%20803%202238"
                                    value="+6448032238" target="_blank">+64
                                    4 803 2238</a><br>
                                  PO Box 11-053, Manners St, Wellington
                                  6142, New Zealand<br>
                                </font></span></tt></blockquote>
                        </div>
                        <tt><br>
                        </tt></div>
                    </div>
                  </div>
                </div>
              </div>
            </blockquote>
          </div>
          <tt><br>
          </tt></div>
      </div>
      <tt><br>
      </tt>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <tt><br>
      </tt>
      <pre wrap="">_______________________________________________
Koha-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a>
<a class="moz-txt-link-freetext" href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a>
website : <a class="moz-txt-link-freetext" href="http://www.koha-community.org/">http://www.koha-community.org/</a>
git : <a class="moz-txt-link-freetext" href="http://git.koha-community.org/">http://git.koha-community.org/</a>
bugs : <a class="moz-txt-link-freetext" href="http://bugs.koha-community.org/">http://bugs.koha-community.org/</a></pre>
    </blockquote>
    <tt><br>
    </tt>
  </body>
</html>