LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Support for HTTP Request Headers #159

Closed njaczko closed 3 years ago

njaczko commented 3 years ago

Describe your request Right now, Reslang does not allow specifying parameters that should be included in HTTP Headers. I'm requesting a way for arbitrary headers to be specified as parameters for requests.

Describe the value this feature would provide Any API using LiveRamp's centralized access control for authorization or sso.liveramp.com access tokens for authentication needs to receive input from Authorization and LR-Org-ID headers. Teams using our standard authorization and authentication tools could correctly describe their API.

Not exactly the same, but would unlock most of the value requested by https://github.com/LiveRamp/reslang/issues/21