Skip to content

bol.com OpenAPI v4 java client

Compare
Choose a tag to compare
@pvdissel pvdissel released this 24 Nov 17:40

Provides an easy way to communicate with the bol.com OpenAPI v4.

The client is what you want to use as dependency of your project. The client provides the easy way of communicating. See client README.md on how to use it.

To get the bol.com OpenAPI client binaries, add the JCenter repository (https://bintray.com/bintray/jcenter) and the following dependency:

  • Maven

    <dependency>
        <groupId>com.bol.openapi</groupId>
        <artifactId>openapi-java-client</artifactId>
        <version>4.0.0</version>
    </dependency>
  • Gradle

    repositories {
        jcenter()
    }
    dependencies {
        compile 'com.bol.openapi:openapi-java-client:4.0.0'
    }
    

Requirements

OpenAPI limitations

(based on the bol.com OpenAPI documentation)

  • Max. 2000 requests per 60 minutes
  • Session lives for 20 minutes without activity