Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watcher for files change #17

Open
AlexanderTserkovniy opened this issue Jan 25, 2016 · 3 comments
Open

Watcher for files change #17

AlexanderTserkovniy opened this issue Jan 25, 2016 · 3 comments

Comments

@AlexanderTserkovniy
Copy link

Hey guys,

Hope you are well!

Is there any possibility to make your events, markets of whatever trigger the callback when there was an update?

I am expecting something like this:

betfair.watch('events', function (data, onlyChanges) {
  console.log('Here are all events ', data);
  console.log('Here are only changes ', onlyChanges);
});

Thanks.

@AlgoTrader
Copy link
Owner

The lib implements the official Betfair API. No more, no less.

@AlexanderTserkovniy
Copy link
Author

Thanks for the answer! Could you give me the link to list of all API methods, I could not find it.

@AlgoTrader
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants