lazywinadmin / MeetupPS

PowerShell module to interact with Meetup.com API
MIT License
19 stars 4 forks source link

Set-MeetupConfiguration behind proxy doesn't work #10

Open Stephanevg opened 5 years ago

Stephanevg commented 5 years ago

Calling like this:

Set-MeetupConfiguration -ClientID $Key -Secret $Secret

Error:

image

There is No -Proxy or -Credential parameter. Normally, with Invoke-WebRequest I would use -UseBasicParsing / -UseDefaultCredentials

Also, the help for this cmdlet doesn't include any examples, and there is only the syntax for the help

lazywinadmin commented 5 years ago

Thanks for reporting this! I'm not able to test this. Would you be able to do a quick edit and give it a shot behind your proxy?

Stephanevg commented 5 years ago

sure. will do