MicroStrategy / mstrio-py

Python integration for MicroStrategy
Apache License 2.0
90 stars 60 forks source link

feat: add optional project_id parameter #198

Open dfseifert opened 3 months ago

dfseifert commented 3 months ago

According to the API documentation and our MicroStrategy instance, these calls require the project id to be present.

While maintaining the original functionality, this pull request enables the user to pass in the project id if necessary