Skip to content

Commit 2587e7c

Browse files
committed
Reorder topics
1 parent b821592 commit 2587e7c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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+
3143
Usage
3244
-----
3345

@@ -46,18 +58,6 @@ After that is set-up, you can run the following command to compile and test the
4658
### IDE
4759
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.
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-
6161
Todo
6262
====
6363
- Extend to include all OpenAPI v4 functionality

0 commit comments

Comments
 (0)