Required
The version of the API documentation you would like to retrieve. Currently, the only valid value is "flex3", which covers the ActionScript APIs for Flex 3, Flash Player 9 and Adobe AIR 1.1.
The class name that you would like information on.
This can be a complete or partial class name. All entries that contain a class name that start with the API parameter will be returned.
If the parameter is not specified, or does not have a value, all classes will be returned. Please use this option responsibly.
All responses are sent as a JSON encoded object.
A success response is returned as a JSON encoded object with the following properties:
http://as3reference.appspot.com/getapi?version=flex3&api=String
{"items": [
{"path": "String.html", "name": "String"},
{"path": "mx\/utils\/StringUtil.html", "name": "StringUtil"},
{"path": "mx\/validators\/StringValidator.html", "name": "StringValidator"}
],
"version": "flex3", "base_path": "http:\/\/livedocs.adobe.com\/flex\/3\/langref\/"}
If an error occurs, a JSON object with three properties will be returned.
http://as3reference.appspot.com/getapi
{"message": "version is required", "code": 7229, "result": "error"}
Created by Mike Chambers