kremsy wrote:
\Maniaplanet\WebServices\Servers
You are getting the next 15 maps as $item->mapsList but it would be much nicer if you can get a list of all Maps on the server, if not than it should be added at least with the map which is currently running.
This list would be too big to be synchronized.
Because of the different levels of cache, the current map would be always different from the real current map...
kremsy wrote:
Maniaplanet\WebServices\Rankings
You get a path of the Players $player->player->path but its only World|Europe / World|North America, there should be the complete path until the city where the player comes from. and the $player->player->idZone is also only a id for the Continent.
I'm not sure to know which function you are talking about.
If you use getMultiplayerPlayer($login) you will have an array with the ranks in each zone:
http://pastebin.com/2wYvxDG4
calaagree wrote:
- Merged server list with all enviro (a GET with two params : page and limit would be perfect).
I have put the "environment" variable back. It will be available on next WS update.
See:
http://code.google.com/p/maniaplanet-ws ... Serverlist
calaagree wrote:
- Player list with a pagination (a GET with two params : page and limit would be perfect).
Humm, I don't see any use can except flooding user with notification or else
calaagree wrote:
- Competition list
Planned. For now you can iterate on all IDs and check for 404s (

)
calaagree wrote:
- Retrieve a player with its id
The "id" of a player is its login. Any other ID shouldn't be public and nothing in the API will use this as an entry point.