-
Notifications
You must be signed in to change notification settings - Fork 20
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
Initialisation #4
Comments
hi @systemshq. you only need the |
Rather nice. Many thanks!! One more question please. in the Betfair non-interactive login documentation it discusses needing self signed ssl certs:- Yet your library doesn't make use of them? I'm not really too worried as when I log in via the web browser I'm also not using a self signed cert. However, since Betfair seem to have gone to a lot of trouble to get programmers to use self signed certs I was wondering what your rationale for not using them was please? |
It's advisable to use the non-interactive login for bot login, as the documentation you pointed to suggests. This was added to betfair-ng by @paulgillard (#2) and released in v0.2.0. Feel free to submit a pull request for the README if you want to update it to add info about |
Many thanks:):) |
Not sure what I'm doing wrong here? Many thanks in advance.
[1] pry(main)> gem 'betfair-ng'
[2] pry(main)> client = Betfair::Client.new("X-Application" => "...............")
NameError: uninitialized constant Betfair
The text was updated successfully, but these errors were encountered: