Orange Frameworks

I’ve just opened small site, with my humble collection of libriaries. - framework.orangeflash.eu. Currently you can find there:

  • XML RPC: Allows you work with XML RPC API on server, for example you can work with blogs.
  • WordPress: WordPress API, build on XML RPC API, for WordPress based blogs.
  • Yahoo: Wrapper for original YahooSearchAPI, that allows more comfortable work, alogn with MXML component

Note: I didn’t make examples yet :)

3 Responses to “Orange Frameworks”

  1. Ben Says:

    Hi,

    Looking great. Any chance the source will be made available too?

    Any idea how to make this ’service’ Cairngorm compatible?

    Tx and cheers,

    Ben Smeets

  2. Mike Says:

    It looks promising, but is there any chance you could release either a set of intrinsics (to code-complete against) or the source? I can understand if you want to keep the source to yourself, but another ‘nice to have’ request would be a down-loadable zip of the asdoc generation.

    I was able to successfully build against an import but I’m not sure if you have set your own namespace for the xml version of WordPress.
    I tried…

    xmlns:orange=”eu.orangeflash.webapis.wp.*”

    however this was unable to resolve to a component implementation usually this means a manifest file was not included.

    Thanks,

  3. tim Says:

    I’ve been tinkering with your Wordpress swc but haven’t had much luck. Any chance you have a simple example available to help get started?