Skip to content

Sample implementation of Actionable RESTful API Errors using ASP.NET Web API and FluentValidation

License

Notifications You must be signed in to change notification settings

ivanmartinvalle/actionable-restful-api-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actionable-restful-api-errors

A sample implementation of actionable RESTful API errors using ASP.NET Web API and FluentValidation

Sample HTTP request to trigger validation:

POST to http://HOST:PORT/api/users/

Headers:

Content-Type: application/json

Body:

{
   "username":"dai",
   "address":{}
}

About

Sample implementation of Actionable RESTful API Errors using ASP.NET Web API and FluentValidation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published