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

https://github.com/abhiroy96/asp.net-web-api-2

Basic Template for Web Api Creation Using Asp .Net
https://github.com/abhiroy96/asp.net-web-api-2

Last synced: 3 months ago
JSON representation

Basic Template for Web Api Creation Using Asp .Net

Awesome Lists containing this project

README

        

# Asp.Net-Web-Api-2
Basic Template for Web Api Creation Using Asp .Net

## Endpoints:
---> /api/order : For all Orders

---> /api/order?&id=&qty= : For all bookings

---> /api/items : For all Items

---> /api/items?&id= : For all Items with specific Ids