Hugues

Results 26 comments of Hugues

Using the Deserialize from Serde seems a great idea. However does it break the generic API ? I didn't run tests to check it.

Yes but I think that a strong typed return should be the purpose of the generic API, the raw API, which is lower level, should stay close to the exchange...

Yep that's a great idea :) is there a way to create a poll in github or should we use an external services ?

I added a link in the readme. You can use this discussion to vote for an exchange :)

Thanks to @ainestal, Gdax is implemented in Coinnect (only ticker and orderbook). We need to provide a more complete access to the API thought.

@tbourvon Hello! You could take a look at the code submitted by the GDAX PR (#58) and see what you can improve :) It should be straightforward to implement the...

Hi @theashguy, feel free to send a PR with your implementation. You can copy/paste the implementation from Kraken/Poloniex to serve as a guide. The API will be greatly improved in...

Hi! Thanks for your contribution. As I was very busy with this end of year holidays I didn't had the time to look at all the discussion around Coinnect. I...

mmmh.. for some reason when generating the lib with swagger-codegen (version 2.3) I get an error: ``` [main] ERROR io.swagger.parser.SwaggerCompatConverter - failed to read resource listing com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'openapi':...

@tbourvon Oh, my bad! Didn't read that part... I'll try now EDIT: It works fine now