glpi-project / node-module-glpi

Node client to interact with GLPI API REST
https://glpi-project.github.io/node-module-glpi/
GNU General Public License v3.0
8 stars 9 forks source link

Client API REST for GLPI #6

Open ajsb85 opened 7 years ago

ajsb85 commented 7 years ago

Hi, @btry and @Gianfranco97

This is the main task, create the NPM module for the GLPI API REST. Generic for any project in the future. For front-end (@Gianfranco97) and for the back-end (@btry)

This is an example. https://github.com/ajsb85/angular-glpi

ajsb85 commented 7 years ago

Hi, @Gianfranco97

Please check the features completed and finish asap the remaining features of the last workshop

Gianfranco97 commented 7 years ago
Gianfranco97 commented 7 years ago

reviewing the remaining features

ajsb85 commented 7 years ago

I cannot find addItem, only "get requests" in the library: https://git.io/vFvPp

Gianfranco97 commented 7 years ago

@ajsb85, for now, check here https://github.com/Gianfranco97/node-module-glpi/tree/feature/functions, at the end of the day I update this repository with a PR.

ajsb85 commented 7 years ago

@Gianfranco97 Nice, thank you