Skip to content

Commit

Permalink
Deploying to gh-pages from @ ec58af1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Oct 24, 2024
1 parent 2bc752d commit 720e84e
Show file tree
Hide file tree
Showing 35 changed files with 5,381 additions and 6,505 deletions.
6 changes: 6 additions & 0 deletions examples/errors/400_request_body_invalid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"error": {
"code": "RequestCannotBeParsed",
"message": "request body is not valid"
}
}
File renamed without changes.
6 changes: 6 additions & 0 deletions examples/errors/403_feature_not_enabled.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"error": {
"code": "SubscriptionNotActive",
"message": "forbidden"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions examples/errors/409_state_not_ready.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"error": {
"code": "StateNotReady",
"message": "resource is not mutable yet, try again"
}
}
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/get_event_200.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@
"vpn": {
"data": {
"result": false,
"confidence": "high",
"originTimezone": "Europe/Berlin",
"originCountry": "unknown",
"methods": {
"timezoneMismatch": false,
"publicVPN": false,
"auxiliaryMobile": false,
"osMismatch": false
},
"confidence": "high"
}
}
},
"proxy": {
Expand Down
2 changes: 1 addition & 1 deletion examples/get_event_200_all_errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"identification": {
"error": {
"code": "Failed",
"message": "failed"
"message": "internal server error"
}
},
"botd": {
Expand Down
68 changes: 0 additions & 68 deletions examples/get_event_200_botd_too_many_requests_error.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/get_event_200_identification_failed_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"identification": {
"error": {
"code": "Failed",
"message": "failed"
"message": "internal server error"
}
},
"botd": {
Expand Down
23 changes: 0 additions & 23 deletions examples/get_event_200_identification_too_many_requests_error.json

This file was deleted.

This file was deleted.

16 changes: 16 additions & 0 deletions examples/get_event_200_too_many_requests_error.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"products": {
"identification": {
"error": {
"code": "429 Too Many Requests",
"message": "too many requests"
}
},
"botd": {
"error": {
"code": "TooManyRequests",
"message": "too many requests"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"os": "Mac OS X",
"osVersion": "10.15.7",
"device": "Other",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36",
"botProbability": 0
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36"
},
"incognito": false,
"ip": "82.118.30.68",
Expand Down
Loading

0 comments on commit 720e84e

Please sign in to comment.