No luck!

There's no project that matches .

Maybe it doesn't exist, maybe it hasn't been approved yet. After all, it does take community kudos from at least 15 people to make it inside this repository

Macro Service Install package

Project owner:
Casey Neehouse
Package downloads
2615
Package karma
17
Compatibility:
This project is compaitible with
.NET Version: 4.0
Supports Medium Trust: No
Created:
31 July 2012
Is Stable:
Project is stable
Current version
1.1.0
License
MIT

Umbraco Macro Service exposes standard Umbraco Macros directly to the web for use in scripts or to provide direct data access to data using the already familiar Macro.

Similar to the Umbraco Base (and heavily borrowed against), Macro Service makes it easier to access your umbraco data for use in your javascript and other applications.

How?

Access your macro through the HttpModule (once configured).  

  • /macro/alias (default nodeId set in config)
  • /macro/alias?nodeId=1234
  • /macro/alias?param1=abc&param2=def&nodeId=1234
You can push parameters via querystring, post, etc.  You can also configure and lock parameters via the configuration file and tool. 

Possible Usages:

  • RSS feeds
  • JSON feeds
  • XML feeds
  • Ajax Panels
  • Images, PDF, etc? (maybe)

Why?

Many non-developer types use macros to extract data and then use a single template to access this data through altTemplate style techniques.  This provides a means to directly expose the data without needing an additional template.

Screenshots