Hi,
we use the JS-Client of Seatable.
In your announcement of the change to the API Gateway, you state, that with each call now the rate-limit properties are beeing returned in the Header ( x-ratelimit-limit
, x-ratelimit-remaining
und x-ratelimit-reset
).
Since we’re using the JS-API-Client, which instantiates its own Axios
instance, we’re not able to access these header-informations.
What do you recommend, how do we monitor the rate-limits while using the JS-Client?