mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 178 forks source link

Set parameter customHeader in all server calls #646

Open herbecon opened 5 years ago

herbecon commented 5 years ago

What type of issue are you creating?

What version of this module are you using?

Write other if any: 2.3.1

Please add a description for your issue:

On my client, I need to set a parameter in the HTTP header for any calls to the server's API.

Occasionally, I set a value to the customHeaders parameter but this time I want to perform this operation on all server calls.

Is this possible without using the customHeaders parameter?