GaProgMan / bookApi

An API and UI for a fake book search engine - built entirely in the open, on Twitch
https://twitch.tv/gaprogman
MIT License
2 stars 0 forks source link

Custom Validation Attributes #7

Open GaProgMan opened 3 years ago

GaProgMan commented 3 years ago

Description

Rather than using the if conditions at lines 29 and 49 of the BookController.cs file, implement a set of custom validation attributes.

This work is to be done after #6 (create integration tests)

High-Level Proposed Solution

Considerations

Requirements