Package DE_EPAGES::PayPalPlus::API::Webservice::RestURLService
builds URLs for rest calls
Example |
my $RestURLService = DE_EPAGES::PayPalPlus::API::Webservice::RestURLService->new(); my $URL = $RestURLService->buildEpagesJRestUrl('path/to/resource', {'param1'=>'value1'}); |
Functions
buildEpagesJRestUrl
builds URL for epagesJ rest resource
Syntax |
buildEpagesJRestUrl( $Path, $hParams ); |
Input |
|
Return |
|
new
constructor
Syntax |
new( ); |
Return |
|