Joyent CloudAPI implemented in Elixir and Poison v0.0.1 CloudAPI View Source
This module is responsible for tying all CloudAPI related functionality together into one context.
Link to this section Summary
Link to this section Functions
Retrieves your account details.
Parameters
- login: String that represents the Cloud Portal Login. Defaults to "my".
Link to this function
update_account(login \\ "my", account)
View Sourceupdate_account(String.t(), CloudAPI.Account.t()) :: Tuple.t()
Updates your account details.
Parameters
- login: String that represents the Cloud Portal Login. Defaults to "my".
- account: %CloudAPI.Account{} with the details you want updated.