ClientFactoryInterface
in
Interface ClientFactoryInterface
Tags
Table of Contents
Methods
- createClient() : Client
- Instantiates Client with provided URL and key.
Methods
createClient()
Instantiates Client with provided URL and key.
public
createClient(string $apiUrl, string $apiKey) : Client
Parameters
- $apiUrl : string
- $apiKey : string