Cesar Dias

Results 78 comments of Cesar Dias

`BE` is the message type for login, i am not sure what could be causing it, but maybe you were disconnected and tried to send a message? Are you sure...

Good, i will be adding more meaningful messages and validation on the new version.

The way that we do is basically sending a `filter` parameter when fetching a list, this is already implemented on our next version on the `development` branch ([here](https://github.com/blinktrade/BlinkTradeJS/blob/development/src/trade.js#L150-L152)), i'm not...

Oh, i got it, the Filter is already available, i just didn't put on the JS client, essentially you just have to pass a `Filter: ['WITHDRAW_ID']` on the message. This...

Yes, this is the format directly from the API. The response described on the documentation is formatted by the JS client for better convenient and readability, i put a notice...

Which endpoint you refer? We have actually two rest endpoints, the [public endpoint](https://blinktrade.com/docs/#public-rest-api) and the [trade endpoint](https://blinktrade.com/docs/#trade-api). The Public endpoint is the most basic for those who just need last...

So sorry for delay guys, but we currently are having some issues with our rest api, and we are doing some internal changes that might take some time to fix...

Hi, do you have any gif showing what you are trying to do? i am not sure if i understood correctly.

I got it, but as you probably know, this library doesn't work on iOS, and [uses](https://github.com/cesardeazevedo/react-native-nested-scroll-view/blob/master/lib/NestedScrollView.js#L62-L63) the main [ScrollView](https://facebook.github.io/react-native/docs/scrollview) on ios, so i am not really sure if my library...

I completely understood your question, i am just not sure if you understood the purposed of this library, i am saying that nested scrolls on iOS is a completely different...