Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
java-library-glpi
Commits
b9ec3ee6
Commit
b9ec3ee6
authored
Nov 27, 2017
by
Naylin
Committed by
Alexander Salas Bastidas
Nov 27, 2017
Browse files
docs(readme): improve example documentation
add headers fix typo
parent
32a8d883
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/README.md
View file @
b9ec3ee6
This is a simple example to explain how to used the GLPI API Library
# GLPI API Client Library for Java
This library specifically designed for Java, features several functionalities common to all GLPI APIs
## Example
This is a simple example to explain how to use the GLPI API Library
Please add this script on Gradle app and Sync the project:
```
```
script
repositories {
maven {
url 'https://bintray.com/glpi-project/maven-repository'
...
...
@@ -10,12 +16,14 @@ repositories {
}
```
```
```
console
compile 'org.glpi:api:0.1.0'@aar
```
Now you can run your app in simulator or device
then to check the log in terminal type this:
Now you can run your app in simulator or device
.
```
To check the log, type this in terminal:
```
console
adb shell logcat | grep -E "org.glpi.api"
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment