Package DE_EPAGES::Shop::API::ShopUriBuilder
provides functionallity to generate uris on a shop basis.
Functions
buildPrivateUri
generates a Private Uri for the builders specific shop using the passed resource path and replacing all key/value pairs from the input parameters.
Syntax |
buildPrivateUri( $PathTemplate, $hPathParams, $hQueryParams ); |
Input |
|
Return |
|
buildUri
generates a Public Uri for the builders specific shop using the passed resource path and replacing all key/value pairs from the input parameters.
Syntax |
buildUri( $PathTemplate, $hPathParams, $hQueryParams ); |
Input |
|
Return |
|
new
Creates a ShopUriBuilder.
Syntax |
my $ShopUriBuilder = ShopUriBuilder->new( $ShopOrObject ); |
Input |
|
Return |
|