Discussions

Ask a Question
Back to All

Request API

Etherfax.Client has "public Task Request(string url, string content = null);" method. I am trying to use it as,

string response = await client.Request("https://na.connect.etherfax.net/rest/3.0/api/accounts");

but I am getting null in response.
Can you please let me know if this is the correct way to use it? Or is there something I am missing?

Any help would be appreciated.
Thanks!