-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add callback cli command #435
Comments
Hey, this project seems interesting. Can I take up this issue to start contributing to this repo? |
Of course! Thanks so much @Madraceee, let me know if I can help |
I will go through the repo and start working asap!! |
@dfarr If my understanding is right , I have to make a new command which calls the callback functions from "pkg/client/v1/v1.go" ? |
Yes that's correct! The parameters to that call correspond to the flags the command should expose, as detailed above, the only tricky parameter is recv which can be either a string or an object as detailed above. |
Got it |
I have two doubts
|
Other than the contentType part, |
Is this issue still open for contributions ? @dfarr @Madraceee |
@TusharMohapatra07 I have written the code, i just need clarifications from the team |
Awesome @Madraceee! Please open a PR and we will review :) |
@Madraceee - just following up here on how we can help. What do you need help clarifying? Feel free to hop in there to chat with us in realtime! |
Oh, sorry @Madraceee - seeing your PR here: #446 |
Create a callback associated with a promise.
Commands:
Examples:
A receiver can be either a string or an object, an object must always have a type and data.
{"type": "poll", "data": {"group": "default", "id": "6fa89b7e-4a56-40e8-ba4e-78864caa3278"}}
See promises and schedules for a reference.
The text was updated successfully, but these errors were encountered: