davesag / ir-api

A NodeJS Client for Independent Reserve's API
MIT License
6 stars 6 forks source link

getOpenOrders - fix validation #803

Closed omniwolf closed 5 days ago

omniwolf commented 1 month ago

Removed the validation requirement that primary and secondary currencies are required in the arguments for this endpoint, and increased the page size max to 100.

See here: https://www.independentreserve.com/au/features/api#GetOpenOrders

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (8f445dc) to head (bb9a918). Report is 4 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #803 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 577 577 ========================================= Hits 577 577 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.