MeetupPS
MeetupPS copied to clipboard
PowerShell module to interact with Meetup.com API
Calling like this: ```powershell Set-MeetupConfiguration -ClientID $Key -Secret $Secret ``` Error:  There is No -Proxy or -Credential parameter. Normally, with Invoke-WebRequest I would use `-UseBasicParsing` / `-UseDefaultCredentials` Also, the...
* Retrieve venues * Add parameter on `New-MeetupEvent` to add venue
* Album photo upload: https://www.meetup.com/meetup_api/docs/:urlname/photo_albums/:album_id/photos/#upload * Event photo upload https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/photos/#upload
https://www.meetup.com/meetup_api/docs/:urlname/events/:id/attendance/#list
https://www.meetup.com/meetup_api/docs/:urlname/members/#list
* Add a /tests/ folder * Add some unit tests, examples: * Test Help is present, parameters documented etc...
In the functions listed below the redirect URI is hardcoded to `https://github.com/lazywinadmin/MeetupPS` in `Set-MeetupConfiguration`. It is the default for `Get-OAuthAccessToken` with no way in the module to overwrite the call...