$productionUrls
$productionUrls : array
Production URLS
Build API clients on different environments
Usefull to simply create Dalenys_Api_Client object without managing dependencies
buildProductionFormClient(string $identifier, string $password) : \Dalenys_Api_FormClient
Build a production form builder
| string | $identifier | |
| string | $password |
buildProductionDirectLinkClient( $identifier, $password) : \Dalenys_Api_DirectLinkClient
Build a direclink production client
| $identifier | ||
| $password |
buildProductionBatchClient( $identifier, $password) : \Dalenys_Api_BatchClient
Build a production batch client
| $identifier | ||
| $password |
buildSandboxFormClient( $identifier, $password) : \Dalenys_Api_FormClient
Build a sandbox form builder (transactions are fake)
| $identifier | ||
| $password |
buildSandboxDirectLinkClient( $identifier, $password) : \Dalenys_Api_DirectLinkClient
Build a sandbox directlink client (transactions are fake)
| $identifier | ||
| $password |
buildSandboxBatchClient( $identifier, $password) : \Dalenys_Api_BatchClient
Build a sandbox batch client (transactions are fake)
| $identifier | ||
| $password |