Skip to content

v0.1.0

Compare
Choose a tag to compare
@taybart taybart released this 02 Nov 16:13
cb1d1d8

Add support for runtime variables

http://localhost:8080
POST /login
{
  "username": "test",
  "password": "password"
}

take auth_token as AUTH_TOKEN

---

http://localhost:8080
Authorization: Bearer ${AUTH_TOKEN}
GET /account