coinapi-sdk icon indicating copy to clipboard operation
coinapi-sdk copied to clipboard

coinapi-sdk for Rust?

Open jackson-sandland opened this issue 6 years ago • 6 comments

How would one achieve retrieving data from the API using Rust?

jackson-sandland avatar May 06 '18 19:05 jackson-sandland

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

Svisstack avatar May 22 '18 14:05 Svisstack

I've just started to work on an SDK written in Rust: https://github.com/soerenmartius/coinapi-rs

soerenmartius avatar May 08 '19 11:05 soerenmartius

@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).

Svisstack avatar Aug 23 '19 07:08 Svisstack