Open jennasalau opened 7 years ago
Our YAML file is getting really bloated because we have to repeat common headers
For example every endpoint has the following defined:
content-type: application/json server: stubbedServer/4.2
How can I tell stubby to use these headers for ALL endpoints?
At the moment there is no way to do this, other than modifying each endpoint.
Our YAML file is getting really bloated because we have to repeat common headers
For example every endpoint has the following defined:
How can I tell stubby to use these headers for ALL endpoints?