Code Monkey home page Code Monkey logo

betfair-api's People

betfair-api's Issues

Can't open javadocs

What steps will reproduce the problem?
1. try to open the javadoc
2.
3.

What is the expected output? What do you see instead?
Expecting Javadoc, getting a "Null" error instead

What version of the product are you using? On what operating system?
Latest, both on mac os x and windows 7, using eclipse on both

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Jul 2011 at 3:58

Using BetFair API without Spring - Login issue

Hi,

I am trying to use BetFair API without Spring Framework using pure Java. Here 
is my sample code. Unfortunately I can't get pass the Login phase:

  // code
  BetFairServiceImpl service = new BetFairServiceImpl();
  service.setUser("username");
  service.setProductId(82);
  service.setPassword("password");

  LoginResponse res = service.login();
  System.out.println(res.getLoginStatusCode());

 // Ouputs:
 // INFO: Login error.User: username, ProductId: 82, apiCode: null, loginCode: null, exception: null


Why is loginCode null?

Original issue reported on code.google.com by [email protected] on 11 Dec 2012 at 8:30

Add matchedSince input argument to getMUBets

As a developer 
I want to get matched bets for 'matched since' argument.
So that I can know which bets are matched.

Matched since:
Specifies a date and time to start from for the list of returned bets. (The 
dateTime datatype is pre-defined in XML. For information about its format, 
check the following URL: http://www.w3.org/TR/xmlschema-2/#dateTime.)
If you use the matchedSince parameter and you have specified a betStatus of MU, 
the bets returned will ignore any limit you set (using recordCount) for the 
number of records to be returned. Specifying a betStatus of MU causes the API 
to return your unmatched bets along with the matched ones.


Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 12:01

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.