Small API for the web shops Galaxus and Digitec.
Go to file
Ubujira a51a5a1a35 „README.md“ ändern 2022-05-14 13:08:30 +02:00
gradle/wrapper Add project, 2022-05-13 16:25:40 +02:00
src/main/java/dev/ubujira/galaxusapi skull 2022-05-13 16:54:32 +02:00
.gitignore Add project, 2022-05-13 16:25:40 +02:00
LICENSE Update license 2022-05-13 16:26:42 +02:00
README.md „README.md“ ändern 2022-05-14 13:08:30 +02:00
build.gradle I love gradle. 2022-05-13 17:00:13 +02:00
gradlew Add project, 2022-05-13 16:25:40 +02:00
gradlew.bat Add project, 2022-05-13 16:25:40 +02:00
settings.gradle Add project, 2022-05-13 16:25:40 +02:00

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);