Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mshafiqmk/khuidadappstore

This app is using Azure Function
https://github.com/mshafiqmk/khuidadappstore

Last synced: 6 days ago
JSON representation

This app is using Azure Function

Awesome Lists containing this project

README

        

# KhuidadAppStore
This app is using Azure Function

This function App containt the following function

Http Functions:

InMemory_CreateTodo: http://localhost:7071/api/todo/add

InMemory_DeleteTodo: http://localhost:7071/api/todo/{id}

InMemory_GetTodoById: http://localhost:7071/api/todo/{id}

InMemory_GetTodos: http://localhost:7071/api/todo

InMemory_UpdateTodo: http://localhost:7071/api/todo/{id}