coinapi-sdk
coinapi-sdk copied to clipboard
coinapi-sdk for Rust?
How would one achieve retrieving data from the API using Rust?
At the moment we don't have SDK, so you need actually hit the REST API directly, using https://github.com/hyperium/hyper and serialize/deserialize JSON using https://github.com/maciejhirsz/json-rust
I've just started to work on an SDK written in Rust: https://github.com/soerenmartius/coinapi-rs
@soerenmartius That's sound's great. We would love to merge it into the main SDK, but it will need to have at least one full API implementation (REST/WS/FIX).