MerryFairyTalesAD440 / API

1 stars 2 forks source link

Added key vault code and validation and added get book by id function #113

Closed Fremonster closed 5 years ago

Fremonster commented 5 years ago

Added key vault code, validation, and error handling. Also, modified delete book function to delete associated storage container. I had to make the Book, Language, and Page classes public for some of my code to work correctly. I deleted the ContainerUtil class and added that code into the AddBook class.