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
- Host: GitHub
- URL: https://github.com/abhiroy96/asp.net-web-api-2
- Owner: AbhiRoy96
- Created: 2019-06-05T16:03:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:39:25.000Z (over 2 years ago)
- Last Synced: 2025-01-23T15:34:14.570Z (5 months ago)
- Language: JavaScript
- Size: 838 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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