restclient.el icon indicating copy to clipboard operation
restclient.el copied to clipboard

Replace variables in file paths

Open skuro opened this issue 6 years ago • 1 comments

This change allows to specify a filename as a variable, e.g.:

:test-file = ./test-data.json

# Process stuff
GET http://localhost:8000/process
Content-Type: application/json

< :test-file

This allows to easily switch between different payloads for the same API with minimal efforts.

skuro avatar May 29 '19 11:05 skuro

double this! We should merge this one somehow.

leetwinski avatar Jan 15 '24 19:01 leetwinski