stream-js icon indicating copy to clipboard operation
stream-js copied to clipboard

Support axiosOptions per call

Open ferhatelmas opened this issue 5 years ago • 1 comments

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

ferhatelmas avatar Jul 20 '20 09:07 ferhatelmas

Agent comment from Séni Gueye in Zendesk ticket #4511:

general feature

shodgetts avatar Jul 20 '20 09:07 shodgetts