Mike Chambers

code = joy

ActionScript 3 API Service on Google App Engine

with 5 comments

I have just uploaded a new ActionScript 3 reference / online documentation API to Google App Engine. Basically, the service takes an ActionScript 3 class name (or a fragment of a class name) and returns the URL for the online documentation for the specified class.

For example:

http://as3reference.appspot.com/getapi?version=flex3&api=String

returns:

{"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\/"}

All responses are returned as JSON encoded data.

Right now, it returns API information for Flash Player 9, Flex 3 and AIR 1.1. It is possible to add new API information.

You can read more information on the service page at:
http://as3reference.appspot.com/

Post any comments, questions, suggestions or bugs in the comments.

Written by mikechambers

September 3rd, 2008 at 3:08 pm

Posted in General

5 Responses to 'ActionScript 3 API Service on Google App Engine'

Subscribe to comments with RSS or TrackBack to 'ActionScript 3 API Service on Google App Engine'.

  1. Hey, Mike,

    Any plans on making a Ubiquity command using this API?

    If not, I may give it a whirl.

  2. @Brian

    Hehe… that is why I made the service!

    Feel free to build one, although I will probably also play around with it.

    mike chambers

    mesh@adobe.com

    mikechambers

    3 Sep 08 at 5:47 pm

  3. [...] have been playing around with the jQuery Autocomplete plugin to get it working with the ActionScript 3 documentation API that I posted about earlier [...]

  4. I’ve already done an ubiquity command that does exactly this. Though it’s got the data necessary to construct the link built into it. No networking calls.

    See http://anirudhs.chaosnet.org/blog/2008.09.04.html

    Anirudh

    4 Sep 08 at 11:07 pm

  5. I was just recently introduced to the AppEngine, and this is just perfect for me, Many Many thankyous….

    kafka

    11 Sep 08 at 5:18 am

Leave a Reply

Follow

Get every new post on this blog delivered to your Inbox.

Join other followers: