Samples

Here you see three samples for clients that use the provided RESTful services. The first sample retrieves the data from the ranking list for exactly one player which is specified by the license id. The second sample retrieves the data for all players for a given team. The third sample retrieves the data of all players in the ranking list.

Keep in mind that the samples will only work if you have JavaScript enabled in your browser.

Warning: JavaScript seems to be not enabled in your browser. The examples won't work.

Retrieve the data for exactly one player

To retrieve the data for exactly one player you have to call service /players/byLicenseId/<licenseId>

Click the button and see the section Ranking list below showing the retrieved data.

Retrieve the data for all players of a given team

To retrieve the data all players of a given team you have to call service /playersByTeam/<teamName>

Click the button and see the section Ranking list below showing the retrieved data.

Retrieve the data for all players of the whole ranking list

To retrieve the data for all players you have to call service /players

Click the button and see the section Ranking list below showing the retrieved data.

Ranking list

With this button you can clear the ranking list and the dump area.

To refresh the ranking list click one of the buttons above.

Dump

In this area you'll see the plain JSON data retrieved from the service.