Skip to content

cuechan/libproxer-perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Name

Module for interaction with proxer.me;

Synopsis

my $prxr = Proxer::API->new(api_key => $my_own_api_key);

my $anime = $prxr->info_get_full_entry(53);
print "name: ", $anime->{name};

Functions

Constructor

new

Create a proxer object

my $prxr = Proxer->new(key => $api_key);

If you want to load the API-key from a file:

my $prxr = Proxer->new(keyfile => 'path/to/api.key');

You also can load the key from a remote location using http or ftp:

# NOT SUPPORTED YET!
#my $prxr = Proxer->new(keylocation => 'http://keys.proxer.me/mykey');

Info

Every api call that takes more than one argument/parameter is called with a hash:

$prxr->info_get_entry(45); # one arg, no need for a hash

$prxr->info_get_comments({id => 45, p => 1}); # hash needed to declare the page

This guarantees a 1:1 mapping against the actual API. There will be some wrappers to make the usage of this lib easier.

info_get_full_entry

Proxer Wiki

info_get_entry

Proxer Wiki

info_get_entry

Proxer Wiki

info_get_entry

Proxer Wiki

info_get_entry

Proxer Wiki

info_get_entry

Proxer Wiki

info_get_entry

Proxer Wiki

info_get_publisher

Proxer Wiki

info_get_listinfo

Proxer Wiki

info_get_comments

Proxer Wiki

info_get_relations

Proxer Wiki

info_get_entrytags

Proxer Wiki

info_get_listinfo

Proxer Wiki

User

Stuff for user related things

user_login

Proxer Wiki

user_logout

Proxer Wiki

user_userinfo

Proxer Wiki

user_get_topten

Proxer Wiki

user_get_list

Proxer Wiki

user_get_topten

Proxer Wiki

List

Stuff for the List class

list_entrysearch

Proxer Wiki

list_get_entrylist

Proxer Wiki

get_tag_ids

$prxrlist->GetTagIDs("a string with some tags");

get_tags

Proxer Wiki

get_translatorgroups

Proxer Wiki

get_industrys

actually it should be industries... however.

Proxer Wiki

get_translatorgroup_projects

actually it should be industries... however.

Proxer Wiki

About

perl module for accessing the proxer.me API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages