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://
28
28
}
29
29
```
30
30
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
+
31
43
Usage
32
44
-----
33
45
@@ -46,18 +58,6 @@ After that is set-up, you can run the following command to compile and test the
46
58
### IDE
47
59
To 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.
48
60
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
-
61
61
Todo
62
62
====
63
63
- Extend to include all OpenAPI v4 functionality
You can’t perform that action at this time.
0 commit comments