dynamic-cli
                                
                                 dynamic-cli copied to clipboard
                                
                                    dynamic-cli copied to clipboard
                            
                            
                            
                        Implement POST in dynamic to post the response from an API
This feature will include the following things -
- Once a user will enter dynamic -POST, it will ask for a URL to put and the default URL would be 127.0.0.1:8000 and it will ask for the endpoint or you can put it directly in the URL itself
- It will ask for headers then it will ask for payloads
- Optional param - User-Agent
- It will build on top of CURL.
- The output will get in JSON with proper syntax highlighter.
Example -
- dynamic -POST
- Enter the URL with endpoint - [press enter - default would be 127.0.0.1:800]
- Headers - Enter headers
- User Agent [Optional]
Posting (loading emoji)
{
json output
}
Hi, Can I take up this issue ??
@anshsrtv I see no pr has been made can u please assign me I will send pr within 2 days
@GouravSardana I would like to take up this issue
Yes you can @harshakhmk
How shall we take POST request payload, shall we take it as input from terminal and convert them into a dictionary or shall we read it from a JSON @GouravSardana @pranavbaburaj
How shall we take POST request payload, shall we take it as input from the terminal and convert them into a dictionary or shall we read it from a JSON @GouravSardana @pranavbaburaj
Well, I think we should add both ways. So that, the user can choose which one to do.