[Koha-bugs] [Bug 13799] Add base for building RESTful API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 6 20:45:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799

Kyle M Hall <kyle.m.hall at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #160 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Testing so far looks good! A couple things I'd like to address before passing
qa:
1) Accessing invalid paths gives us a Mojo generated page that gives data that
while useful for development should probably just give us 404's in production.
How do you think we should address this?

2) One of the bits of data from that invalid page leads me to this:
http://mojolicio.us/perldoc/Mojolicious/Guides/FAQ#What-does-Your-secret-passphrase-needs-to-be-changed-mean
   Is this something we should be setting? Perhaps a hard coded default secret
for Koha and the option to specify a different one in koha-conf.xml?

3) A wiki page for RESTful api developer guidelines would be most helpful.
Nothing too fancy, just a "here are the bits you need to change and add to
extend the REST api". The code itself is a good document but an actual guide
would certainly be helpful.

Setting to failed qa until 1 and 2 are addressed. 3 is more of a wish list
item.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list