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
diff --git a/.gitignore b/.gitignore
index 92ce839..77c5294 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,3 +111,8 @@
# Test report
xunit-reports
coverage-reports
+
+# Eclipse
+.project
+.pydevproject
+.settings/