Extend exception handler to report details 88/3488/3
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 27 Apr 2020 14:45:47 +0000 (10:45 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 27 Apr 2020 15:00:22 +0000 (11:00 -0400)
commit14d016e5551fdc203770dd8f4eac4724152e4848
tree58b814487e3fb3820d7f35297f5275d6f281900d
parent9640e5bf05192f4a614f519934802fbe31865fed
Extend exception handler to report details

On failed requests, log and return details in the HTTP error response.
Extend documentation to pull in the OpenAPI specification document.
On store, overwrite ID in body with ID from path to ensure consistency.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I630360bcf90c80b84392c6afb1e59347fccd13ef
.gitignore
a1/controller.py
a1/data.py
docs/api-spec.rst [new file with mode: 0644]
docs/developer-guide.rst
docs/index.rst
docs/installation-guide.rst
docs/overview.rst
docs/release-notes.rst
tox.ini