Index of Public Functions and Variables -  
This page has an alphabetical index of all the documented functions and variables
in 
Caribou API. 
  A
  
 action                       macro         caribou.api.core   Define an API action with the given slug and path..
  
 
  E
  
 ensure-lists-in              function      caribou.api.core   flatten nested params into lists.
 ensure-seq                   function      caribou.api.core   if given a map, convert to a seq containing only i...
  
 
  H
  
 halo-endpoint                function      caribou.api.halo   Define a halo endpoint for the given host and rout...
 halo-endpoints               function      caribou.api.halo   Get all endpoints given by the :halo-hosts configu...
 halo-headers                 function      caribou.api.halo   Returns a map of halo required headers..
  
 
  I
  
 init                         function      caribou.api.core   Initialize the API..
  
 
  P
  
 prep-xml                     function      caribou.api.core   Convert everything into XML..
 prep-xml-item                function      caribou.api.core   Convert something into XML..
  
 
  R
  
 reload-models                function      caribou.api.halo   Trigger the reloading of every model..
 reload-routes                function      caribou.api.halo   Trigger the reloading of all page routes..
 render                       function      caribou.api.core   Prepare all various fields types for output as tex...
 render-field                 function      caribou.api.core   Render a single content field to text, given the f...
  
 
  T
  
 to-csv                       function      caribou.api.core   Convert a bunch of data to CSV..
 to-csv-column                function      caribou.api.core   Translate a list into something that can inhabit a...
  
 
  U
  
 upload                       function      caribou.api.core   Handle a file upload over xdm..
  
 
  W
  
 wrap-jsonp                   function      caribou.api.core   Turn a callback name and a result into a jsonp res...
 wrap-response                function      caribou.api.core   Form a response from raw stuff..