File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,18 @@ To get the bol.com OpenAPI client binaries, add the JCenter repository (https://
2828 }
2929 ```
3030
31+ Requirements
32+ ------------
33+ - Java 7+
34+ - A bol.com developer key (which you can request at https://developers.bol.com )
35+
36+ OpenAPI limitations
37+ -------------------
38+ (based on the bol.com OpenAPI documentation)
39+
40+ - Max. 2000 requests per 60 minutes
41+ - Session lives for 20 minutes without activity
42+
3143Usage
3244-----
3345
@@ -46,18 +58,6 @@ After that is set-up, you can run the following command to compile and test the
4658### IDE
4759To be able to run the integration tests in your IDE, make sure the ` OPENAPI_KEY ` environment variable is set to your key in your test run.
4860
49- Requirements
50- ------------
51- - Java 7+
52- - A bol.com developer key (which you can request at https://developers.bol.com )
53-
54- OpenAPI limitations
55- -------------------
56- (based on the bol.com OpenAPI documentation)
57-
58- - Max. 2000 requests per 60 minutes
59- - Session lives for 20 minutes without activity
60-
6161Todo
6262====
6363- Extend to include all OpenAPI v4 functionality
You can’t perform that action at this time.
0 commit comments