Skip to content

Instantly share code, notes, and snippets.

@behnamazimi
Created June 2, 2020 18:19
Show Gist options
  • Save behnamazimi/ccda44035c94c65ea347d4384ac1fdc2 to your computer and use it in GitHub Desktop.
Save behnamazimi/ccda44035c94c65ea347d4384ac1fdc2 to your computer and use it in GitHub Desktop.
ServiceWrapper.init.js
ServiceWrapper
.init({
// `client` is the function that call inside `ClientHandler`
client: axios,
// `queue` is for determining that your service wrapper should active queue or not
queue: true,
// if this will be true, queue will log details in different stages
queueLogs: true,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment