Examples of connecting web services ver. 1.1.7

PHP

IMPORTANT! The client is connected to the production system.

  1. to configure the client, you need to fill out the file src/ArmtekRestClient/Http/Config/Config.php
    • //private $_user_login = ''; // set a login to work via WS
    • //private $_user_password = ''; // set a password for working via WS
  2. to call examples, you must fill out the file example/config.php
    • //user_login' => '{LOGIN}' // set the login for calling examples
    • //user_password' => '{PASSWORD}' // set a password for calling examples

 

 

Download zip archive: ArmtekRestClient_v1.0.1.zip