NAME
WWW::Shopify::Private - Main object representing private app access to a particular Shopify store.
DESCRIPTION
Inherits all methods from WWW::Shopify, provides additional mechanisms to modify the used password, user-agent and url handler.
METHODS
new(url, api_key, password)
Creates a new WWW::Shopify::Private object, which allows you to make calls via the shopify private app interface.s
encode_url($url)
Modifies the requested url by prepending the api key and the password, as well as the shop's url, before sending the request off to the user agent.
api_key([$api_key])
Gets/sets the app's access token.
password([$new_password])
Gets/sets the app's private password.
SEE ALSO
WWW::Shopify::Item, WWW::Shopify
AUTHOR
Adam Harrison (adamdharrison@gmail.com)
LICENSE
See LICENSE in the main directory.