dell / dell/OpenManage-PowerShell-Modules

Slow response

Open
#20 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.