{"name":"func.live","description":"Small functions that speak HTTP. GET a path for its docs, POST to run it.","usage":{"request":{"input":"<the function's input>"},"response":{"output":"<the function's output>"}},"functions":[{"name":"convertUnits","description":"Convert a value from one unit to another","docs":"GET /functions/convert-units","call":"POST /functions/convert-units"},{"name":"createCalendarEvent","description":"Create a calendar event as a downloadable iCalendar file","docs":"GET /functions/create-calendar-event","call":"POST /functions/create-calendar-event"}]}