Created
June 2, 2020 18:19
-
-
Save behnamazimi/ccda44035c94c65ea347d4384ac1fdc2 to your computer and use it in GitHub Desktop.
ServiceWrapper.init.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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