hex_api_organization.get
You're seeing just the function
get
, go back to hex_api_organization module for more information.
Specs
get(hex_core:config()) -> hex_api:response().
Gets an organzation.
Examples:
> hex_api_organization:get(hex_core:default_config()#{api_organization => <<"acme">>}). {ok, {200, ..., #{ <<"billing_active">> => true, <<"inserted_at">> => <<"2017-08-22T22:19:53Z">>, <<"name">> => <<"acme">>, <<"seats">> => 42, <<"updated_at">> => <<"2019-01-18T08:47:29Z">>} }}}