Tiago Ribeiro

Results 7 issues of Tiago Ribeiro

Card-related endpoints now contain a normalized key that contains the `available` and `balance` in every supported currency.

enhancement

Port from [here](https://github.com/groupbuddies/bitreserve/blob/master/README.md).

I think that the assert is doing more than it should. This shouldn't be invalid: ``` js validator.validate({ foobar: [], foobiz: '' }, { foobar: [ new Assert().Required(), new Assert().InstanceOf(Array)...