ordercloud-api / ordercloud-dotnet-catalyst

A foundational library for OrderCloud integrations and server-side projects in .NET
Apache License 2.0
9 stars 15 forks source link

HDS 123 - Model Validation with Tests #25

Closed maxwmaher closed 3 years ago

maxwmaher commented 3 years ago

1) Adds additional examples of DataAnnotation attributes to the ExampleModel in the DemoController, spanning required, string length, range, email address, credit card, and regular expressions. 2) Adds tests to validate that errors trigger under numerous cases. 3) Adds section to the main README and a stand-alone README that covers examples.