mirror of
https://github.com/corda/corda.git
synced 2025-02-07 03:29:19 +00:00
7d08c0b068
Added ApiUtils - a library for managing api lifecycles with less boilerplate. Added default values to http api and improved the api utils. Fixed spacing and comments. Removed withName and added a bad request response to handle error cases. Replaced use of 400 error with a 404 and error message as per HTTP spec.