set_api_key method
Use this method to set your Eyes license key.
To obtain your API key, see How to obtain your API key.
Syntax
value = obj.set_api_key(api_key)
Parameters
- api_key
- Type:Text
- A string that is your API Key.
Return value
- Type: BatchClose
- The object that called this method. This allows other methods of this class to be appended in a Fluent style.