glpi-project / java-library-glpi

GLPI API Client Library for Java

Home Page:https://glpi-project.github.io/java-library-glpi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLPI API Library for Java

GLPI banner

License Follow twitter Project Status: WIP Telegram Group Conventional Commits Greenkeeper badge

GLPI (Gestionnaire Libre de Parc Informatique) is a free IT Asset Management, issue tracking system and service desk solution. This open source software is written in PHP.

It helps companies to manage their information system, since it's able to build an inventory of all the organization's assets and to manage administrative and financial tasks.

Table of Contents

Synopsis

This library created in Java 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 all the methods that belong to the GLPI REST API, for more information visit the project's website.

Build Status

LTS Bleeding Edge
Circle CI build Circle CI build

Installation

External Library Manager

Maven

<dependency>
  <groupId>org.glpi</groupId>
  <artifactId>api</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

Gradle

compile 'org.glpi:api:1.0.0@jar'

Apache Ivy

<dependency org='org.glpi' name='api' rev='1.0.0'>
  <artifact name='api' ext='pom' ></artifact>
</dependency>

You can also find us on Bintray repository.

Manually

In your setting.gradle add the following line:

include ':my-project', ':java-library-glpi'

And in your build.gradle add:

implementation project(':java-library-glpi')

Matrix

Library 1.0.0
Android API
Library 1.0.0
Java

Documentation

We maintain a detailed documentation of the project on the website.

Versioning

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 release section of our GitHub project for changelogs for each release version. Release announcement posts on the official Teclib' blog contain summaries of the most noteworthy changes made in each release.

Contact

For notices about major changes and general discussion of GLPI development, subscribe to the /r/glpi subreddit. You can also chat with us via IRC in #GLPI on freenode or @glpien on Telegram.

Contribute

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.

Professional Services

The GLPI Network services are available through our Partner's Network. We provide special training, bug fixes with editor subscription, contributions for new features, and more.

Obtain a personalized service experience, associated with benefits and opportunities.

Copying

  • Name: GLPI is a registered trademark of Teclib'.
  • Code: you can redistribute it and/or modify it under the terms of the GNU General Public License (GPLv3).
  • Documentation: released under Attribution 4.0 International (CC BY 4.0).

About

GLPI API Client Library for Java

https://glpi-project.github.io/java-library-glpi/

License:GNU General Public License v3.0


Languages

Language:Java 82.8%Language:Shell 11.9%Language:Ruby 5.3%