Franz Allan Valencia See

Results 12 comments of Franz Allan Valencia See

Pull Request : https://github.com/coinpride/CryptoList/pull/186

I used @hannes-angst `@ApiPageable` and it works for me. I just have to add `@ApiIgnore` on my `Pageable` parameter though. ``` @ApiPageable public ResponseEntity listBots(@ApiIgnore @NonNull Pageable pageable) { return...

@mefellows that seems to be binary responses. Not sure how to translate that to binary requests

@mefellows curious, how come java, .net and js can do it? because they're in rust?

Hi, If you are not using nodejs, python or php, then ccxt-rest will allow you to use ccxt even with a different language (i.e. Java, C#, Rust, Go, etc). Also,...

Version should be 0.9.17

For anybody that's interested, I just created a REST wrapper for CCXT. It's available in https://github.com/franz-see/ccxt-rest (see its README for the full WIP documentation) Can be installed as node package...

I've never been able to test ccxt-rest with ccxt-pro

@barryoneill great! thanks!

For anybody that's interested, I just created a REST wrapper for CCXT. It's available in https://github.com/franz-see/ccxt-rest (see its README for the full WIP documentation) Can be installed as node package...