Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mshafiqmk/khuidadappstore
- Owner: mshafiqmk
- Created: 2018-09-01T16:45:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T18:06:08.000Z (over 6 years ago)
- Last Synced: 2024-11-01T22:43:22.334Z (about 2 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KhuidadAppStore
This app is using Azure FunctionThis 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}