|
||||||
|
|
||||||

Protos Personal Performance has opened up the API that mobile clients can use to post scorecards.
This means developers are free to create mobile golf scorecard solutions that can retrieve course details
(including center green coordinates) and upload a completed scorecard. Once the scorecard is posted,
the member's golf handicap is recomputed and returned to the mobile client.
The queries are HTTP based. The requests are like any other HTML form post, and the response is returned
as XML. Processing XML on a mobile device can be a challenge. The Protos JME (Java Mobile Edition) client
uses an XML Pull technique. More details can be seen at XMLPull.org.