stream-js
stream-js copied to clipboard
Support axiosOptions per call
Right now, client has the ability to configure the request per call but endpoints don't actually support passing options down such that followings aren't possible
client.personalization.get('mine', {offset: 30, limit: 30}, {timeout: 20000})
client.personalization.get('mine', {offset: 30, limit: 30, axiosOptions: {timeout: 20000}})
/cc @mahboubii
gz#4511
Agent comment from Séni Gueye in Zendesk ticket #4511:
general feature