Still alive
For curious people here are the FIRST public key: 1zu679ie8vjh0w836151c171ddb9j9i4url9g83v
You try the GET rewrited URL:
JSON:
http://dev.geolim4.com/api/1zu679ie8vjh ... _id/1/json
XML:
http://dev.geolim4.com/api/1zu679ie8vjh ... c_id/1/xml
Sorry for french text, this is due to the french first-auto-welcome-topic-install
You can also use cURL for the same result (POST method highly recommended):
Code: Select all
curl_setopt($handle, CURLOPT_POSTFIELDS, array(
k => "1zu679ie8vjh0w836151c171ddb9j9i4url9g83v",//key id
e => "",//email (for admin authed key)
a => "post",//API action (The only one translatable param) related to the user-language => "message" in french
m => false,//Multibyte
t => "topic_id",//type of data
s => "",//S.S.O: Secure SQL Operator. Only supported: LIKE, <>, >, <, =, <=, >=
d => 1,//Data we're looking for
o => "json",//Output format
c => "bertie",//Callback name (If request has succeeded) POST ONLY
f => "bertie",//Fallback name (If request has failed) POST ONLY
));
You can also access to your key stats:
http://dev.geolim4.com/api/1zu679ie8vjh ... ts/-/-/xml
Or key option:
http://dev.geolim4.com/api/1zu679ie8vjh ... ns/-/-/xml
Of course, in order to let you test the key, there's no IP/Quota limitation
But i will not spoil all functionality now.
I just finished UCP settings yesterday, i'm currently writing the knowledge base/FAQ. Final hardcore step
Sorry for french screenshoot, i'm too lazy to switch my language for that.
Much more coming soon
Once i reach the RC status, i will begin the 3.1.x support.