v3.2.2 GitHub

Playground

This is demo page that shows you how params are working.

Try edit parts of url on this page in your address bar.

Path params
{
  "param1": "demo",
  "param2": "params"
}
Query
{
  "text": "query",
  "lang": "en"
}