dell / dell/OpenManage-PowerShell-Modules
Slow response
Open
- Dominant language
- PowerShell
- Stars
- 31
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The module frequently uses `Invoke-WebRequest`, which makes the functions in the module very slow. Use `Invoke-WebRequest` only for authentication, since access to the response headers are needed. Use `Invoke-RestMethod` everywhere else.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.