You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@anuragkapur I am trying to write some samples for the Java library and getting rather stuck.
I can send a fax, but the response seems to be rather... simple. For example, as far as I can tell I can only get the response status, headers and raw body after sending a fax, where ideally I just need the fax ID at that point.
In the other SDKs we have wrapped the API return objects into their own classes/objects to make this kind of discovery a lot easier. Is there a reason why we didn't do this in Java?
The text was updated successfully, but these errors were encountered:
@anuragkapur I am trying to write some samples for the Java library and getting rather stuck.
I can send a fax, but the response seems to be rather... simple. For example, as far as I can tell I can only get the response status, headers and raw body after sending a fax, where ideally I just need the fax ID at that point.
In the other SDKs we have wrapped the API return objects into their own classes/objects to make this kind of discovery a lot easier. Is there a reason why we didn't do this in Java?
The text was updated successfully, but these errors were encountered: