MeetupPS icon indicating copy to clipboard operation
MeetupPS copied to clipboard

PowerShell module to interact with Meetup.com API

Results 7 MeetupPS issues
Sort by recently updated
recently updated
newest added

Calling like this: ```powershell Set-MeetupConfiguration -ClientID $Key -Secret $Secret ``` Error: ![image](https://user-images.githubusercontent.com/6302961/52345951-c096bb00-2a1e-11e9-8947-bed84f5c33b7.png) 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

help wanted
hacktoberfest

* 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

help wanted
hacktoberfest

https://www.meetup.com/meetup_api/docs/:urlname/events/:id/attendance/#list

help wanted
hacktoberfest

https://www.meetup.com/meetup_api/docs/:urlname/members/#list

help wanted
hacktoberfest

* Add a /tests/ folder * Add some unit tests, examples: * Test Help is present, parameters documented etc...

hacktoberfest

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...

help wanted
hacktoberfest