Skeleton for an http rest client using rest-nvim
Usage:
> git clone [email protected]:joshuahicks/sample-rest-nvim.git <folder-name>
> cd <folder-name>
> rm -rf .git readme.md
- Edit
api.http
with your endpoints - Edit
.env
with secrets (bearer tokens, local/dev/prod base URLs, etc...) - Create new json files for request payloads
- Add them to the
.env
file
- Add them to the
See here for my local nvim config.