| Summary: | Add API endpoint for item types | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Josef Moravec <josef.moravec> |
| Component: | REST API | Assignee: | Jiri Kozlovsky <mail> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | black23, josef.moravec, martin.renvoize, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Added REST API endpoint for item types | ||
|
Description
Josef Moravec
2017-01-06 11:00:30 UTC
Created attachment 58994 [details] [review] Added REST API endpoint for item types To test: 1) Go to /api/v1/item_types 2) Check there were returned all item types I'm sorry I couldn't create unit tests because I have somehow broken kohadevbox installation :/ .. nor "koha-shell kohadevbox" works :( Thanks for the quick patch... Would you mind to make it full CRUD? It shouldn't hurt too much I think a could be useful... Faiing because of lack of test... |