Thanks to visit codestin.com
Credit goes to github.com

Skip to content

amk07/FunctionAppAsAPI

Repository files navigation

FunctionAppAsAPI

This is a function app project to create a REST style API using Azure FunctionApps.

Function REST verb & route
CreateContact POST api/contact
GetContacts GET api/contact
GetContactById GET api/contact/{id}
UpdateContact PUT api/contact/{id}
DeleteContact DELETE api/contact/{id}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages