-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
How to use? #750
Comments
I found your detailed documentations |
That is the old documentation,. please use: https://github.com/mxcl/PromiseKit/tree/master/Documentation In addition we provide a Troubleshooting guide that exactly tells you how to deal with your error. This guide is linked from the README, always start at the README. |
@mxcl The links are broken now |
The README provides these links, but I spent 4 seconds grabbing them for you from there. |
I just wanna know how to use it as it is extremely confusing to me.
I just want to use it in this kind of way
but I keep getting this error
I tried doing it this way
but the last one always show this error
I don't need the method to return any value for the next method to run based on it. I just need them to run in that order. What am I doing wrong??
Please Note That:-
Every method is different API call.
And for each API request I'm using Moya
Edit #1:
here is my whole code
And I'm calling the same method 3 times in row with different request each time
in each
I get the following error
The text was updated successfully, but these errors were encountered: