first of all thanks for this great TS SDK - the dev experience is much better then with other ones!
By default axios doesn't set's a timeout to requests Docs
As you're awaiting the request I'd suggest to add a timeout to make sure the Promise get's setteled:
Hi,
first of all thanks for this great TS SDK - the dev experience is much better then with other ones!
By default axios doesn't set's a timeout to requests Docs As you're awaiting the request I'd suggest to add a timeout to make sure the Promise get's setteled:
https://github.com/Pigotz/paapi5-typescript-sdk/blob/ab9c81ed1c44b273e8247d1107da161c373256f9/src/requests/CommonRequest.ts#L94C4-L98C12
I hope this project is still maintained.
Thanks!