ePages 7.3.0 - DE_EPAGES/AppStore/API/Object/AppsClient.pm

Package DE_EPAGES::AppStore::API::Object::AppsClient

Client for appstore

Base
DE_EPAGES::EPagesJ::API::Object::RestClient

Functions

create
isScope
myApps
new

create

Factory method for a OAuthTokenClient object. Initializes based on the current configuration.

Syntax
$TokenClient = DE_EPAGES::OAuthTokenClient::API::OAuth::OAuthTokenClient->create;
Input
$hArgs (ref.hash)
arguments. TODO: document.
Return
$TokenClient (DE_EPAGES::OAuthTokenClient::API::OAuth::OAuthTokenClient)
OAuthTokenClient object

isScope

Description

Syntax
isScope( $Scope );
Input
$Scope (String)
Scope string
Return
$IsScope (object)
Whether is scope or not

myApps

Description

Syntax
myApps( $Page );
Input
$Page (int)
page (starting with 1)
$state (string)
installation state (optional)
Return
$hMyApps (ref.hash)
list of of installed apps

new

Instanciates a new OAuthTokenClient.

Syntax
DE_EPAGES::AppStore::API::Object::PrivateAppsClient->new( %args );
Input
%args (hash)
Input arguments. Possible keys.
  • AppsUriTemplate -
  • AppUriTemplate - ... - DE_EPAGES::EPagesJ::API::Object::UriTemplate
  • LogCategory - category for commlogger. Defaults to "AppStore" - string
Return
OAuthTokenClient (object)
new instance