daml/language-support
Leonid Shlyapnikov fb6d8afd1f
Rename JSON API endpoints, add version prefix (#4440)
* Rename JSON API endpoints, add version prefix. Combining two breaking changes.

CHANGELOG_BEGIN

[JSON API - Experimental] Rename JSON API endpoints. See #4289 and #3145
    /command/create => /v1/create
    /command/exercise => /v1/exercise
    /contracts/lookup => /v1/fetch
    /contracts/search => /v1/query
    /contracts/searchForever => /v1/stream/query
    /contracts/lookupForever => /v1/stream/fetch
    /parties => /v1/parties

CHANGELOG_END

* minor update

* fix typo in the logging

* experimental disclosure update

* experimental disclosure update

* experimental disclosure update
2020-02-06 16:30:47 -05:00
..
codegen-common Remove unused dependencies to da_scala_library (#3938) 2020-01-06 18:14:21 +01:00
codegen-main Remove unused dependencies to da_scala_library (#3938) 2020-01-06 18:14:21 +01:00
hs/bindings add copyright headers to yml files (#4407) 2020-02-06 12:54:07 +01:00
java Exercise by key (#4049) 2020-01-18 09:06:52 -05:00
scala add copyright headers to yml files (#4407) 2020-02-06 12:54:07 +01:00
ts Rename JSON API endpoints, add version prefix (#4440) 2020-02-06 16:30:47 -05:00