You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added headers parameter which can be used to pass custom headers (#10)
* Added headers paramether which can be used to pass custom headers for API calls made to flagsmith
* Update docstring comment
* change headers argument name to custom_headers and avoid mutable defaults
* Run black format on flagsmith.py
* remove dict check on custom_headers
0 commit comments