Added functionality for asynchronous web requests.
GetBalance() is still using synchronous web requests.
ExchangeAccessToken() and Transact() are using asynchronous web requests.
Added a number of helper callback functions to handle async web request flow.
Added CompleteExchangeAccessToken() and CompleteTransact() to complete these once all async web requests processes finish.
Added enum GloebitEndpoint to track endpoints.
Added class GloebitRequestState to track and compile web requests through async flow.
Added functionality for asynchronous web requests.
GetBalance()
is still using synchronous web requests.ExchangeAccessToken()
andTransact()
are using asynchronous web requests. Added a number of helper callback functions to handle async web request flow. AddedCompleteExchangeAccessToken()
andCompleteTransact()
to complete these once all async web requests processes finish. Addedenum GloebitEndpoint
to track endpoints. Addedclass GloebitRequestState
to track and compile web requests through async flow.