dkataskin / erlazure

Windows Azure Erlang bindings
BSD 3-Clause "New" or "Revised" License
35 stars 53 forks source link

erlazure:get_host to pull from state #27

Open petermueller opened 6 years ago

petermueller commented 6 years ago

I appreciate your work on this library.

What would you say to having get_host be a handle_call and pull from the state of the actor instead, and default it to use the core.windows.net domain if nothing else is configured? We're looking at running functional tests and it would be neat to use azurite in a container for running the more basic tests.

EDIT: If you are interested but swamped and would prefer I make a PR to review, I can take a swipe at it.

dkataskin commented 6 years ago

Hi, sure, if you can make a PR that would be great, otherwise I will try to find time in the next days to add this call.

ariel-anieli commented 7 months ago

Closed by https://github.com/dkataskin/erlazure/pull/37.