-
Notifications
You must be signed in to change notification settings - Fork 22
Feature: Send HTTP POST request #23
Comments
I was planning restoring twitter alarm feature. But as that feature requires a server, I think your idea is better for now. I'm in bad circumstances to have my own server now. |
I'm planning to send request on duty matched and fate occured. Also, I think sending POST 'status' String like |
I thought I could do POST and GET simultaneously by adding like |
I'm planning to release new version tomorrow or the day after tomorrow. This feature will display like this. "name":"name" will be "name":"{instance.Name}" or "name":"{fate.Name}" when it's working on real situation. (I was testing it, I cannot execute game in this situation.) Below, sample code I used for test in node.js.
|
Well, one idea would be to have some kind of .json file that specifies additional params to add to your request. Another idea that is more UI based would be to have some kind of item list (similar to REST clients like Postman) Also, thanks for looking into this idea. It is greatly appreciated! |
I've released a new version, but I think function and UI have to be improved much more. So, I'll keep this issue opened. |
@Makar8000 I thought that Postman item list would be great, but I couldn't find anything like that in Windows Form components. What I'm thinking now is to use combo box with add button and delete button. Editable textbox aside to edit. |
That seems like a good alternative to me. |
It would be nice if an advanced option would be added to send an HTTP POST request to a configured URL, so that we can customize our own behavior when an action happens. Example use cases include sending push notifications, discord messages, etc.
The text was updated successfully, but these errors were encountered: