Easily access GLPI APIs from AngularJS.
GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing.
- Synopsis
- Build Status
- Compatibility Matrix
- Installation
- Documentation
- Versioning
- Contact
- Contribute
- Copying
This library is specifically designed for using AngularJS with GLPI, features several functionalities common to all GLPI APIs, for example:
- HTTP transport to APIs.
- Error handling
- Authentication
- JSON parsing
- Custom Item Types
- Media download/upload
- Batching.
You will be able to call to all the methods that belong to the GLPI REST API, for more information such as the list of the main functions and item types of the project visit the project's website.
Release channel | Beta Channel |
---|---|
GLPI Version | 9.1.1 | 9.1.2 | 9.1.3 | 9.1.5 | 9.1.6 | 9.2.0 |
---|---|---|---|---|---|---|
GLPI API Client |
bower install angularjs-glpi
.- Include the
service.js
script, and this script's dependencies are included in your app. - Add
ngGLPI
as a module dependency to your app.
We maintain a detailed documentation of the project on the website.
In order to provide transparency on our release cycle and to maintain backward compatibility, GLPI is maintained under the Semantic Versioning guidelines. We are committed to following and complying with the rules, the best we can.
See the tags section of our GitHub project for changelogs for each release version of the GLPI API Client. Release announcement posts on the official Teclib' blog contain summaries of the most noteworthy changes made in each release.
Chat with us via IRC in #glpi on freenode or @glpien on Telegram.
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the Issues Dashboard.