Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 904 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 904 Bytes

docs.rs badge

OANDARS

oandars is a Rust wrapper for the oanda Rest-V20 API

Missing Features

This library does not yet implement all of the features of the oanda API, if a feature you're interested in is missing please feel free to open an issue

Usage

See the examples and the documentation for details

Development

Setup

  1. Create an Oanda test account and name it Testv20
  2. Copy the .secrets.sample to .secrets and update the variables based on your new test account

Running Tests

The test suite can be run with docker-compose:

docker-compose run --rm lib

Or if you prefer to just use cargo:

cargo test -- --nocapture