[rest.nvim] WARN: The variable 'BASE_URL_V3' was not found in the document or in the environment. Returning the string as received ...
Here is my ENV config located in the same directory as the *.http file that ran this command
BASE_URL_V3=https://api.themoviedb.org/3
READ_ACCESS_TOKEN=my-access-token-xxx
And following is the request
GET {{BASE_URL_V3}}/movie/popular?language=en-US&page=1
Content-Type: application/json
Authorization: Bearer {{READ_ACCESS_TOKEN}}
Here is my ENV config located in the same directory as the
*.httpfile that ran this commandAnd following is the request