-
-
03 Oct 2018 08:47:39 UTC
- Distribution: Meetup-API
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (312 / 0 / 0)
- Kwalitee
Bus factor: 1- 60.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (16.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Meetup::API - interface to the Meetup API
SYNOPSIS
use Meetup::API; my $meetup = Meetup::API->new(); my $events = $meetup->group_events($groupname)->get;
METHODS
Meetup::API->new %options
- version
-
Allows you to specify the API version. The current default is
v3
, which corresponds to the Meetup API version 3 as documented at http://www.meetup.com/en-EN/meetup_api/docs/.
SETUP
- 0. Register with meetup.com
- 1. Click on their verification email link
- 2. Visit https://secure.meetup.com/de-DE/meetup_api/key/ to get the API key
- 4. Create a JSON file named
meetup.credentials
-
This file should live in your home directory with the API key:
{ "applicationKey": ".............." }
SEE ALSO
REPOSITORY
The public repository of this module is https://github.com/Corion/Meetup-API.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
AUTHOR
Max Maischein
corion@cpan.org
COPYRIGHT (c)
Copyright 2016-2018 by Max Maischein
corion@cpan.org
.LICENSE
This module is released under the same terms as Perl itself.
Module Install Instructions
To install Meetup::API, copy and paste the appropriate command in to your terminal.
cpanm Meetup::API
perl -MCPAN -e shell install Meetup::API
For more information on module installation, please visit the detailed CPAN module installation guide.