daml/ledger-service/http-json
Leonid Shlyapnikov 0b172da49a Add ExceptionOps to extract exception details safely (#3822)
* Add ExceptionOps to extract exception details safely

`Throwable.getMessage` can return `null` which caused unexpected NPE
in JSON API error handling

* Fix formatting

* Remove show instance

* Addressing code review comments,

thanks Stefano!
2019-12-11 18:38:44 +00:00
..
release Fixing logging (#2824) 2019-09-09 16:14:23 +00:00
src Add ExceptionOps to extract exception details safely (#3822) 2019-12-11 18:38:44 +00:00
BUILD.bazel Spin off TokenHolder into a new library (#3741) 2019-12-05 12:31:14 +00:00
README.md Return archived events from /command/exercise (#3036) 2019-09-26 16:06:18 -04:00

HTTP JSON Service

See "HTTP JSON API Service" on docs.daml.com for usage information.

Documentation can also be found in the RST format: