DEV Community

Discussion on: No More postman just use cURL + vim =

Collapse
 
22mahmoud profile image
Mahmoud Ashraf

You can structure the files as you want.

to change the baseurl you can run

sed -in 's/https:\/\/jsonplaceholder.typicode.com/https:\/\/new_base_url.com/' api/todos/**/*.sh

or you can use vim-rest-console as some comments mentioned.

Collapse
 
gdledsan profile image
Edmundo Sanchez

The point is to make things easy and avoid havind to remember a bunch of things just to do somethin, this ifs the opposite of automation