You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The module frequently uses
Invoke-WebRequest
, which makes the functions in the module very slow. UseInvoke-WebRequest
only for authentication, since access to the response headers are needed. UseInvoke-RestMethod
everywhere else.The text was updated successfully, but these errors were encountered: