Hi there, Yesterday I published an article about the APIs. You can read it at <http://novemberborn.net/plazes/api-review>. Kind regards, -- Mark Wubben ...
ok, thanks. is there a "timeline" for the API ? fyi: plaze.photos <member> <name>creation_date </name> <value><string>2005/04/20 17:05</string></value> ...
for those of you who are java programmers: i have coded a thin wrapper and an domain model around the plazes XML-RPC API. it wraps a apache xml-rpc client for...
i've updated the jplazes lib and added some bugfixes (e.g. null pointer when friend was offline/did not have a plaze) my server is currently down... you can...
... Besides 'no big features in the next 2 weeks', no. But there is a wishlist and the determination to improve the API soon. Finally being able to pick up the...
yes, fixes break things on the other side :-) i removed my workarounds and now things are fine... new version (0.13) available at downside.ch/blog ... cheers ...
hi currently i am implementing the Plazer API (at least partially, as it has some overlap with Plazer/WhereAmI). the mac/gateway retrieval methods are...
Hi! There is curently a library beeing developed that might be used via JNI. Take a look at http://api.plazes.com. Cheers Stefan ... -- plazes.com Stefan...
hi Stefan not exactly what i am looking for. all the network operations (XML-RPC requests) can be handled in java (and other languages) without any troubles. ...
Hi Pascal! Yes and no :) The library does all for you, including the network stuff. I'm not sure if it makes sense to provide an API just for this part of the...
Hey, plazes.info gives tags for the plaze, but this information in missing in plazer.plazeinfo. Is this a bug, or intentional? Kind regards, -- Mark Wubben ...
Hey, As you by now might be able to tell, I've been busy implementing the new Plazer 1.0 API, and I'm mailing about issues as I see them. This mail is about...
Hello Mark, a structure always should heave a known and fixed number of members, else it will be quite difficult to implement it in a non-dynamic language like...
Hi Mark! This is 'historical'. The Plazer API is a little bit older. As written in the Wiki, we'll merge them soon. Cheers Stefan ... -- plazes.com Stefan...
... The reason for using an array instead of a struct in all these list methods is to retain the ordering - we want to be able to make a meaningful ordering on...
... So that they can be presented on the user interface sorted by likeliness of occurance. We just recently swapped a few classes depending on their actual...
... Sorry, that was an error in the API documentation generator, it swallowed parameters with datatypes that had a dot in them after the Relaunch. The version...
Hi there, I have a couple of questions regarding user.history: - How do I get the user_key from a user_name? - When exactly can I get information out of...
... There is currently no direct way to do this. The long term plan is to extend the API with people and plazes search functions. ... The 'tracking' ('Track...
... You can extract the user_key from the URL to the users profile on Plazes.com in the User struct. Here's the code I use in Ruby: response['id'] =...
... Yeah. The problem was, that I never thought, the username could be case sensitive. It took me a while to figure that out... I now use user.trazes, because...
... This is for the plazer API, not the plazes API (note the tiny difference ;), right? When using the plazes API it should not be necessary to resort to these...