https://github.com/sefatanam/minimalapi-.net6
Finally, trying out the most controversial feature of new release of .NET6 , the minimal API, welcome to the playground.
https://github.com/sefatanam/minimalapi-.net6
api csharp net6
Last synced: 10 months ago
JSON representation
Finally, trying out the most controversial feature of new release of .NET6 , the minimal API, welcome to the playground.
- Host: GitHub
- URL: https://github.com/sefatanam/minimalapi-.net6
- Owner: sefatanam
- Created: 2021-12-02T16:32:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T19:32:11.000Z (over 4 years ago)
- Last Synced: 2025-04-12T04:19:26.043Z (about 1 year ago)
- Topics: api, csharp, net6
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal API
Trying out the most controversial feature of new release of .NET6 , the Minimal API.
## Support
For support you can email to sefatanam@gmail.com

If you are having problems, please let us know by [raising a new issue](https://github.com/sefatanam/MInimalAPI/issues/new).
## Acknowledgements
- [Nick Chapsas](https://www.youtube.com/c/Elfocrash)
## API Reference
* Used **Dictionary** to store records
#### Get customers
```http
GET /customers
```
#### Get customer
```http
GET /customers/${id}
```
| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `int` | **Required**. Id of item to fetch |
For **PUT, DELETE** look at in app swagger documentation.
```http
SWAGGER DOCUMENTATION /swagger/index.html
```
## Author
- [@sefatanam](https://www.github.com/sefatanam)
## Features
- Complete CRUD using Dictionary
- Production grade
- Unit testable
## License
[MIT](https://choosealicense.com/licenses/mit/)
**Connect with me**