oanda/oandapy

New REST API version

Closed this issue · 6 comments

Hey guys, OANDA is moving towards REST-V20.

Although it is not fully implemented, new accounts can only communicate with the new version, so it would be nice if you guys could upgrade the code.
I would really appreciate it.
I didn't went through all the documentation, but it seems it is just a matter of changing the endpoint address.

Now that I am reading the API more carefully, it actually changed a great deal.

Maybe, it is better to create another module/class, or create another project, to separate the two of them?

I agree,

On Fri, Jul 1, 2016 at 7:36 PM, Gustavo Ferreira notifications@github.com
wrote:

Now that I am reading the API more carefully, it actually changed a great
deal.

Maybe, it is better to create another module/class, or create another
project, to separate the two of them?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#30 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AJDXz8I6GQfUnWCm961ZGPjh77BqbC2Jks5qRaRygaJpZM4JDioW
.

+1, this would be greatly appreciated.

I've read the docs partially. It'is still under development for some components (streaming / history / forex labs). I will take a closer look at the docs.

Hey guys,
I am developing a wrapper for the REST-v20 API.
It is still in its testing phase, I think I need a couple more days to make sure that everything is working as it should, and then I will make its first release.

Repo: gustavooferreira/oandaApi

Feel free to use it, contribute or fork it to go in a different path.

Hi everyone,

My development for the REST-V20 API: https://github.com/hootnot/oanda-api-v20