oanda / v20-javascript

OANDA v20 bindings for Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation and code examples missing

26medias opened this issue · comments

Hi,

There is no documentation nor code examples.

For documentation, usage and examples, see: http://developer.oanda.com/rest-live-v20/introduction

There is no Javascript documentation there. There are no examples neither.

The changelog in this repository says:

Wrong changelog

Yet those are nowhere to be found anywhere.

Where do we find a proper documentation or at least code examples in javascript, not Java, Python or Typescript?

commented

From what it looks like a wrapper needs to be created and in that wrapper the context needs to be instantiated and passed around to each individual object to achieve what the developer wants, e.g. pass a new properly constructed context object to an Account object in order to get the current users account.

So the the library is incomplete, I guess we can create a wrapper around it and surface up the API endpoints and also make it configurable via a config file, stuff they should have done if they wanted to attract people.

Check on github for javascript samples based on this wrapper. They offer it, but for some reason, it's not in their website, probably because it's not as robus as the equivalent python sample codes.