Custom headers
It's possible to send adicional headers in every request made from the SDK. In order to achieve this the developer should use this constructor instead:
Name:
Description:
POLYGON_API_KEY
Key credential provided
POLYGON_API_SECRET
Secret credential provided
POLYGON_API_FLOW_ID
ID credential provided
POLYGON_API_URL
URL credential provided
allow_pusher
Option to use Pusher or not
custom_headers
Map of custom headers <KEY, VALUE>
Implementation example
Last updated