Group
Extension

Matches 1

AnyEvent-MyPeopleBot-Client ( A/AA/AANOAA/AnyEvent-MyPeopleBot-Client-0.0.2.tar.gz, AANOAA, 2013; MetaCPAN )
AnyEvent-MyPeopleBot-Client/lib/AnyEvent/MyPeopleBot/Client.pm ( view source; MetaCPAN )
pedClient->new("https://apis.daum.net/mypeople/profile/buddy.json?apikey=" . $self->apikey);
    $client->header('Accept', 'application/json')
        ->post(
            { buddyId => $buddyId },
    
pedClient->new("https://apis.daum.net/mypeople/group/members.json?apikey=" . $self->apikey);
    $client->header('Accept', 'application/json')
        ->post(
            { groupId => $groupId },
    
copedClient->new("https://apis.daum.net/mypeople/$which/send.json?apikey=" . $self->apikey);
    $client->header('Accept', 'application/json')
        ->post(
            \%params,
            sub {
 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.