dynamic-cli
dynamic-cli copied to clipboard
Implement PUT in dynamic to post the response from an API
This feature will include the following things -
- Once a user will enter dynamic -PUT, 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 -PUT
- Enter the URL with endpoint - [press enter - default would be 127.0.0.1:800]
- Headers - Enter headers
- User Agent [Optional]
- Codes => 200 (OK) or 204 (No Content). 404 (Not Found), if ID not found or invalid. Posting (loading emoji)
{
json output
}
Hi @GouravSardana can I take up this issue?
Sure @guptaaastha . Please Go ahead
@GouravSardana The CLI does not support windows OS and therefore will not be able to take up this issue at the moment. Please un-assign me. I'll also raise an issue on the repository for the same.
@GouravSardana The CLI does not support Windows OS and therefore will not be able to take up this issue at the moment. Please un-assign me. I'll also raise an issue on the repository for the same.
Yes @guptaaastha, the cli is not supporting windows right now due to the termios
package used in the application. Some modules used are not yet implemented for windows. We are searching for a way to solve this issue. All contributions are appreciated.
Hi @pranavbaburaj
Thanks for your reply. I did raise an issue in context to termios
; will surely keep contributing to this amazing CLI 😄
Thanks a lot, @guptaaastha 🙂
@pranavbaburaj can i work on this
@GouravSardana please assign this issue to me
@pranavbaburaj can I work on this
Yeah, you can. But, the question is how 😐 ?
is this issue open?