We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In this api client already built-in rest component, you could activate this component by put it in your config/main.php like this :
rest
config/main.php
'rest' => array( 'class' => 'application.components.request.Rest', 'api_host' => 'https://api.example.com/', 'app_id' => 'APP_ID', 'app_secret' => 'APP_SECRET' ),