Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 595 Bytes

CSP-PYTHON

This package allow connect with your partner center.

requirements

  • Insurance that the steps in the next link it has been accomplished: https://learn.microsoft.com/en-us/partner-center/develop/partner-center-authentication
  • requests librar should be installed.

Instructions:

pip install .
from csp_connect impot connect
con= connect.connect_csp("clientid","secretid","tenantid")

return values:

The connect return a Bearer token.