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
9de17859
Commit
9de17859
authored
Oct 27, 2017
by
Rafa Hernandez
Committed by
Alexander Salas Bastidas
Nov 01, 2017
Browse files
docs(example) add initial readme
parent
dd11aca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/README.md
0 → 100644
View file @
9de17859
This is a simple example to explain how to used the GLPI API Library
Please add this script on Gradle app and Sync the project:
```
repositories {
maven {
url 'https://bintray.com/glpi-project/maven-repository'
}
}
```
```
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:
```
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