• tom goriunov's avatar
    support 429 "Too many requests" API error (#1004) · 908543b8
    tom goriunov authored
    * get client key on 429 error
    
    * set key to cookie and pass it in query params
    
    * move csrf-token header to useApiFetch
    
    * pin host for preview
    
    * actual layout
    
    * support new changes in API
    
    * proxy headers from API
    
    * add header to request
    
    * remove next.js proxy flag
    
    * fix ts
    
    * refactor
    
    * add tests
    908543b8
Name
Last commit
Last update
..
buildUrl.ts Loading commit data...
buildUrlNode.ts Loading commit data...
isBodyAllowed.ts Loading commit data...
isNeedProxy.ts Loading commit data...
logger.ts Loading commit data...
nodeFetch.ts Loading commit data...
resources.ts Loading commit data...
useApiFetch.tsx Loading commit data...
useApiQuery.tsx Loading commit data...