We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relate #20.
can i do this:
postmate.call('functionName', data).then(value => { })
If you do, the get and call APIs can be merged into call.
In some cases, I really need to execute the next call after the last call is finished. Is there any other good way to use it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
relate #20.
can i do this:
If you do, the get and call APIs can be merged into call.
In some cases, I really need to execute the next call after the last call is finished. Is there any other good way to use it?
The text was updated successfully, but these errors were encountered: