IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

Can someone let me know how do we send parameter in the header for rest APIs #162

Closed paribiswas closed 1 year ago

paribiswas commented 1 year ago

We need to add a parameter in the Header. trying to figure out how to pass header. Appreciate your help

padamstx commented 1 year ago

Assuming that you are using a generated SDK that depends on this project (the python core), then information about how to send custom headers with your API request can be found here: https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md#sending-http-headers

padamstx commented 1 year ago

Assuming my comment above answers the question, I'll close this issue out now. Please re-open and clarify the issue if you have other questions.