I have a feeling I'll be scratching my own itch on this, but does anyone know of any modules or existing functionality that would allow a site-builder to use services to run some arbitrary text through one of the sites's input filters?

My use-case is to use the upside down module to create a http://www.fliptext.org -like site that also exposes an API. Yes, I know that it would be waaaay lighter-weight to do this outside drupal, but I'm interested in playing with services module anyhow :)

If I do jump into it, my thought would be to expose a service that just runs this:
http://api.drupal.org/api/drupal/modules%21filter%21filter.module/function/check_markup/7

Any preliminary thoughts or advice would be appreciated! Cheers

Comments

kylebrowning’s picture

Status: Active » Closed (works as designed)

You're on the right track, but honestly I dont think anything like that exists yet. If you end up making a module to do so, list it and well add it to the services page.