Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coinapi-sdk for Rust? #29

Open
jackson-sandland opened this issue May 6, 2018 · 6 comments
Open

coinapi-sdk for Rust? #29

jackson-sandland opened this issue May 6, 2018 · 6 comments

Comments

@jackson-sandland
Copy link

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

@Svisstack
Copy link
Contributor

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

@soerenmartius
Copy link

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

@Svisstack
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@Svisstack @soerenmartius @jackson-sandland and others