RelationalAI / rai-sdk-csharp

The RelationalAI Software Development Kit (SDK) for C#
Apache License 2.0
0 stars 1 forks source link

Added the capability to pass custom headers to RAI requests #23

Closed miazamrai closed 2 years ago

miazamrai commented 2 years ago

Added a new property to Client and Rest classes to be able to pass any custom headers to make the client calls. The custom headers will be consumed Rest layer to pass them to the RAI services.