Using OpenSSL in UE4

A few days ago I’ve found myself integrating Kraken’s (Crypto Exchange Service) REST API into UE4.It’s all pretty straightforward if we ignore the fact they don’t provide a sandbox environment and some of the calls are lacking the response’s format (that is, the actual fields and their type). Submitting requests and parsing their response is […]