markciecior / ConnectPyse

ConnectWise (Manage) REST API client written in Python 3.x
MIT License
21 stars 8 forks source link

clientId support #5

Closed FeralRobot closed 4 years ago

FeralRobot commented 4 years ago

Latest revisions of connectwise require the use of a clientId in the header to access the API.

I can see how to use connectpyse with the v4_6_release URL, I don't easily see how to incorporate the use of a clientId to access, for example, v2020_2, doing it the 'new_way'

Is there a standard way to add the clientId to the request header?

markciecior commented 4 years ago

Check out the README again, I just updated step 3 of the new way to explicitly show the clientId header.