Veery testing

code=yes

Grab my profile page. Currently, the default is to return HTML only.
  curl http://veeryapiperl.soupmode.com/api/posts/profile

This produces the same thing.
  curl http://veeryapiperl.soupmode.com/api/posts/profile/?text=html



{
"status":200,
"description":"OK",
"post": 
  {
    "author":"JohnR",
    "reading_time":0,
    "created_at":"2015/02/11 14:54:49",
    "updated_at":"2015/04/21 15:56:10",
    "slug":"profile",
    "post_type":"article",
    "title":"Profile",
    "word_count":16,
    "html":"<a name=\"Profile\"></a>\n<h1 class=\"headingtext\"><a href=\"/profile\">Profile</a></h1>\n\n<p>my profile page that contains nothing because i want to blend into the background.</p>\n\n<p><img src=\"http://farm4.static.flickr.com/3156/2614312687_3fe4cae2a9_o.jpg\" alt=\"\" /></p>\n"
  }
}