https://github.com/aimenux/jsonpathwebapidemo
Using json path in order to enrich validation errors in web api
https://github.com/aimenux/jsonpathwebapidemo
controller-api fluent-assertions fluent-validation integration-tests json-path minimal-api net60 web-api
Last synced: 16 days ago
JSON representation
Using json path in order to enrich validation errors in web api
- Host: GitHub
- URL: https://github.com/aimenux/jsonpathwebapidemo
- Owner: aimenux
- License: mit
- Created: 2023-03-27T15:57:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T22:14:28.000Z (over 3 years ago)
- Last Synced: 2025-02-27T01:54:32.371Z (over 1 year ago)
- Topics: controller-api, fluent-assertions, fluent-validation, integration-tests, json-path, minimal-api, net60, web-api
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/JsonPathWebApiDemo/actions/workflows/ci.yml)
# JsonPathWebApiDemo
```
Using json path in order to enrich validation errors in web api
```
> In this repo, i m using json path in order to enrich validation errors in web api
>
> :one: `Example01` Use of [controller api](https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api)
>
> :two: `Example02` Use of [minimal api](https://learn.microsoft.com/en-us/aspnet/core/tutorials/min-web-api)
>
>
**`Tools`** : vs22, net 6.0, fluent-validation, xunit, fluent-assertions, integration-tests