occiware / OCCInterface

OCCI API developer online playground
MIT License
3 stars 1 forks source link

Set headers on requests in the markdown OR in Navbar #6

Open Romathonat opened 8 years ago

Romathonat commented 8 years ago

Let the user put headers in the markdown, a format like the folowing would be good:

%{
  "label": "post",
  "headers": {
    "Content-Type": "application/json"
  }
  "post":
    {
        "adress": "/categories/blog",
        "datas": {
          "kind":"example.org/occi/test#blog"
        }
    }
}% 
mdutoo commented 7 years ago

Or / and in the Navbar, so it is also used when using kind dropdown or buttons !

Especially for authentication (HTTP Authorization or custom headers).