资 源 简 介
Java API Class for Pownce.com integration
Well documented Java API for Pownce.
Usage as follows
Pownce myPownce = new Pownce("xml", app_key);
myPownce.sendMessage("public", "hey everybody!");
myPownce.authorize(username, password);
myPownce.execute();
The current release incorporates all 2.0 api functions (I think) except posting files. No data is returned at the moment, however it should be trivial if you want to stuff the result in a string and return it to the calling function.
You still currently have to know about the Pownce API (like whether or not a function requires authentication, or what parameters are allowed) to fully use the API.
Also the current release does not use any third party libraries (Apache Commons, etc), however that is subject to change.
Questions, comments, quejas, dudas...email pstallworth at gmail dot com