Documentation

Client
in package

Table of Contents

EC_BASE_URL  = 'https://api.epsonconnect.com'
Client for the Epson Connect API.
$_auth_ctx  : mixed
__construct()  : mixed
deauthenticate()  : mixed
getPrinter()  : mixed
getScanner()  : mixed

Constants

EC_BASE_URL

Client for the Epson Connect API.

public mixed EC_BASE_URL = 'https://api.epsonconnect.com'

This class provides a higher-level interface to interact with the Epson Connect services, including authentication, printer management, and scanning operations.

Properties

$_auth_ctx

private mixed $_auth_ctx

Methods

__construct()

public __construct([mixed $printer_email = '' ][, mixed $client_id = '' ][, mixed $client_secret = '' ][, mixed $base_url = '' ][, mixed $auth = null ]) : mixed
Parameters
$printer_email : mixed = ''
$client_id : mixed = ''
$client_secret : mixed = ''
$base_url : mixed = ''
$auth : mixed = null
Return values
mixed

deauthenticate()

public deauthenticate() : mixed
Return values
mixed

getPrinter()

public getPrinter() : mixed
Return values
mixed

getScanner()

public getScanner() : mixed
Return values
mixed

Search results