You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,18 @@ The API supports environment variable `http_proxy`. If the variable is set, it i
47
47
48
48
If `endpointUrl` contains `localhost` or `127.0.0.1` proxy settings are ignored automatically.
49
49
50
-
## Logging
50
+
###Logging
51
51
52
-
The Simple Logging Facade for Java [https://www.slf4j.org/](SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.
52
+
The Simple Logging Facade for Java [https://www.slf4j.org/](SLF4J) serves as a simple facade or abstraction
53
+
for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired
54
+
logging framework at deployment time.
53
55
56
+
### Request Limits
57
+
The API of Airtable itself is limited to 5 requests per second. If you exceed this rate, you will receive a 429 status code and will
58
+
need to wait 30 seconds before subsequent requests will succeed.
0 commit comments