2 Commits

Author SHA1 Message Date
cb351f8199 1.0.29 2019-08-12 13:16:28 +02:00
8178420263 fix(core): update 2019-08-12 13:16:28 +02:00
4 changed files with 18 additions and 2 deletions

15
markdown/limitations.md Normal file
View File

@ -0,0 +1,15 @@
# Limitations
api.global is deplyoing a few hard limitations on a per account basis:
* 1 million API requests per hour
* 12 million API requests per day
!!! hint
running into one of those limitations will result in a 429 status code with an info of when to try again attached as json payload in the response.
```json
{
"retryIn": 3600000
}
```

View File

@ -88,5 +88,6 @@ markdown_extensions:
nav:
- Overview:
- Getting Started: index.md
- Limitations: limitations.md
- NodeJS: nodejs.md
- Support: support.md

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "awpm.xyz",
"version": "1.0.28",
"version": "1.0.29",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "awpm.xyz",
"version": "1.0.28",
"version": "1.0.29",
"description": "the specification for the awesome workplace manifesto",
"main": "dist/index.js",
"scripts": {