$baseURL
$baseURL : null|array
Base API URL
Base API URL comprised of environment variables passed to the ORM constructor.
ORM Email Client
Communicates with an ORM API to preform email operations.
$orm : null|\OpenResourceManager\ORM
ORM Connection
The current ORM connection.
__construct(\OpenResourceManager\ORM $orm)
Client Constructor
Constructs a client.
\OpenResourceManager\ORM | $orm |
getORM() : \OpenResourceManager\ORM
Get ORM Connection
Returns the current ORM object
store(integer $account_id = null, string $identifier = null, string $username = null, string $address, boolean $verified = null, string $upstream_app_name = null, string $verification_callback = null, string $confirmation_from = null) : \Unirest\Response
Create An Email
Create an email by supplying either an account_id, identifier, or username.
integer | $account_id | |
string | $identifier | |
string | $username | |
string | $address | |
boolean | $verified | |
string | $upstream_app_name | |
string | $verification_callback | |
string | $confirmation_from |