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

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.

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**


haasib25
bdshanto
bdshanto
hsibbd
bdshanto