TypeScript Netlify Function Examples

Hello World

GET /hello?name=<string>

https://typescript-netlify-functions.netlify.app/.netlify/functions/hello
https://typescript-netlify-functions.netlify.app/.netlify/functions/hello?name=Bob

Coming soon CRUD examples

POST /post

GET /posts

PUT /post

DELETE /post