Pigotz / paapi5-typescript-sdk

TypeScript SDK for Product Advertising API 5.0
MIT License
21 stars 3 forks source link

Axios: add timeout #6

Open Dominic-Marcelino opened 1 year ago

Dominic-Marcelino commented 1 year ago

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!