JosephMcEvoy
JosephMcEvoy
By default, Publish-Module adds tags for every given function in a module. The SkipAutomaticTags parameter allows the user to skip this. I am new to contributing to this project. I...
Tracking issue for: - [ ] https://github.com/JosephMcEvoy/PSZoom/security/code-scanning/2
Tracking issue for: - [ ] https://github.com/JosephMcEvoy/PSZoom/security/code-scanning/1
## Summary - Replace `Invoke-WebRequest` with `Invoke-RestMethod` in `New-OAuthToken` to avoid Internet Explorer dependency issues - `Invoke-RestMethod` automatically parses JSON responses, eliminating the need for manual `Content` parsing - Improved...