![]() |
![]()
| ![]() |
![]()
NAMENet::HTTP::Spore::Meta::Method::Spore - declare API method VERSIONversion 0.09 SYNOPSISmy $api_client = MyAPI->new; my @methods = $api_client->meta->get_all_api_methods(); my $method = $api_client->meta->find_spore_method_by_name('users'); $api_client->meta->remove_spore_method($method); $api_client->meta->add_spore_method('users', sub {...}, description => 'this method does...',); DESCRIPTIONMETHODSget_all_spore_methodsReturn a list of net api methods find_spore_method_by_nameReturn a net api method remove_spore_methodRemove a net api method add_spore_methodAdd a net api method AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Linkfluence. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|