toloco / pyoanda

Oanda’s API python wrapper. Robust and Fast API wrapper for your Forex bot Python library that wraps Oanda API. Built on top of requests, it’s easy to use and makes sense.
http://oanda.com
MIT License
66 stars 24 forks source link

Support Transactions API #22

Closed elyobo closed 9 years ago

elyobo commented 9 years ago

Replaces #17

toloco commented 9 years ago

Nothing we can do with oandas unreliability, but tests shouldnt be affected by this. I have some concerns about the new __call_raw, I am a bit busy this week, I need some time to look at all the changes, but I will investigate how to accommodate the sphinx within the project

elyobo commented 9 years ago

Unit tests shouldn't be affected, because we mock out the actual API, but the point of the integration tests is that they do test against the API and so they will be affected... Also, wrong ticket for this conversation ;)