ringcentral / ringcentral-python

RingCentral Connect Platform Python SDK
MIT License
44 stars 35 forks source link

Update to use `X-User-Agent` header #21

Closed grokify closed 5 years ago

grokify commented 5 years ago

Update custom User Agent header, currently RC-User-Agent to X-User-Agent to match JS SDK.

Current Python SDK:

https://github.com/ringcentral/ringcentral-python/blob/419378ded2e1dae02cd76ccf40ff755a848cb0bf/ringcentral/platform/platform.py#L142-L143

JS SDK:

https://github.com/ringcentral/ringcentral-js/blob/617a3866c271c09845f9cd31c85bfa1e820066e2/src/platform/Platform.js#L510