subasraj / flashpost-support

Flashpost is a lightweight Rest API Client Extension for Visual Studio Code.
MIT License
12 stars 0 forks source link

Request for documentation on variable usage #65

Open jsanta opened 3 weeks ago

jsanta commented 3 weeks ago

Is there a chance that you include in the documentation how to use the variables Flashpost can set from the response, with some examples? I've tried using $variable and {{variable}} and couldn't make them work.

The use case I'm trying is a login request that returns a json like:

{
  token: "token-uuid-value"
}

which I'm storing in an environment value called devToken. I'm trying to use this devToken variable in other requests from my collection.

Thanks in advance.