Bug 12272 - Refactor C4::Service API into Koha::Service class
Summary: Refactor C4::Service API into Koha::Service class
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jesse Weaver
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 13630 13733 13737 13738
  Show dependency treegraph
 
Reported: 2014-05-16 21:45 UTC by Jesse Weaver
Modified: 2016-12-05 21:22 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12272 - Add new Koha::Service class (16.63 KB, patch)
2015-02-19 14:58 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Weaver 2014-05-16 21:45:34 UTC
This is intended to clean up C4::Service's API and bring a number of /svc/ scripts that do not currently use it into the fold.
Comment 1 Kyle M Hall 2015-02-19 14:58:07 UTC
Created attachment 36043 [details] [review]
Bug 12272 - Add new Koha::Service class
Comment 2 Martin Renvoize 2015-02-23 09:15:47 UTC
Cheers Kyle, I'd been meaning to submit exactly that for a while now :)
Comment 3 Jonathan Druart 2015-04-21 10:01:22 UTC
Ready to test?
Comment 4 Jesse Weaver 2016-02-18 20:49:29 UTC
... due to REST API.