Closed cyaconi closed 2 months ago
With this http:
POST {{host}}/api/v1/session Content-Type: application/json { "user_ids":"{{USERKEY}}:{{ACCOUNTKEY}}" }
I'm receiving the following error:
[rest.nvim] WARN: The variable 'USERKEY:ACCOUNTKEY' was not found in the document or in the environment. Returning the string as received ...
What would be the proper way to do it? It worked well in v1, btw
This should now fixed from v3 release.
With this http:
I'm receiving the following error:
What would be the proper way to do it? It worked well in v1, btw