|
|
||
|---|---|---|
| gradle/wrapper | ||
| src/main/java/dev/ubujira/galaxusapi | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||
README.md
Galaxus-API
Small API for the web shops Galaxus and Digitec.
Adding it to your project
Gradle
repositories {
maven {
name 'ubujira'
url 'https://maven.ubujira.dev/'
}
}
dependencies {
implementation 'dev.ubujira:Galaxus-API:0.5.0'
}
Usage
GalaxusAPI galaxusAPI = new GalaxusAPI(Site.GALAXUS);
PriceHistory priceHistory = galaxusAPI.getPriceHistory(6329006);