Unknown
* Configureable Base Domain (11)
* feat(client): configureable base domain
* fix: Fall back to default if &39;None&39; provided for base_domain
Since &39;None&39; is used as the default value of base_domain in init, if nothing was provided, and no env variable was set, &39;None&39; was overriding the &39;DEFAULT_BASE_DOMAIN&39; default in the HttpSession.
Co-authored-by: Alan Nix <alan.nixlacework.net> ([`4ddd40f`](https://github.com/lacework/python-sdk/commit/4ddd40f16e62a4daa24aa3996cf2c454a5ed669d))
* Update codeql-analysis.yml (10) ([`ce0a1bc`](https://github.com/lacework/python-sdk/commit/ce0a1bc475082fb7cb521202e4791ee1e38a949a))
* Documentation fixes ([`4bf9ef4`](https://github.com/lacework/python-sdk/commit/4bf9ef478475d7f895b1073a457fc09ff7e16894))
* Added support for all APIv2 endpoints (9)
* Preparation for APIv2 release
- Agent Access Tokens API Implemented
- Resource Groups API Implemented
- Alert Rules API Implemented, although backend bugs were identified
- Updated README.md
- Documentation updates
* Added support for Contract Info endpoint
- Added support for Contract Info endpoint
- Improved tests for Schemas endpoint
* Linting improvements
* Added support for Team Members endpoint
- Added support for Team Members endpoint
- Standardized formatting for methods
* Added support for Report Rules endpoint
* Eliminate duplicate Resource Group names during tests
* Utilize default alerts channels/resource groups for tests
* Optimized tests for simultaneous runs ([`2126549`](https://github.com/lacework/python-sdk/commit/212654949679e5521075b0000470863478b03197))