AirBnB_clone_v2
AirBnB_clone_v2 copied to clipboard
changed athors file, and added a white space
DBStorage and FileStorage updated. **Two new methods were added to both files:** 1. A method to retrieve one object: * Prototype: `def get(self, cls, id)` * `cls`: class * `id`:...
Hello, this is the 1st pull request from Romi!!
I think it is not necessary to try except in the post method of view but a very good solution :)
FIxed datetime on base model to fix tests task cases that were bugging https://github.com/alexaorrico/AirBnB_clone_v2/compare/master...trenfranco:holbertonschool-AirBnB_clone_v3:storage_get_count#diff-7c1ece53a18959b293126dd93f3cf0f768220f50d2c1201e1601681873e6f6e4
2. Code review