Skip to content

Instantly share code, notes, and snippets.

View tndata's full-sized avatar

Tore Nestenius tndata

View GitHub Profile
@benfoster
benfoster / gist:3610765
Created September 3, 2012 16:51
A production Web Api Controller
/// <summary>
/// Page Resource API.
/// </summary>
public class PagesController : ApiControllerBase
{
/// <summary>
/// Get pages from the specified site.
/// </summary>
/// <param name="siteId">The site identifier.</param>
/// <param name="command">A command containing result paging parameters.</param>