Skip to content

Draft: Issue #84 Implemented health checker support for REST APIs

Bartek Wrona requested to merge bw_issue_84_healthchecker_supports_rest into develop

Healthchecker allows to register also REST api call. All further usage is independent on client side

  • add support for call-type specific default endpoints (JSON-RPC calls should default to https://api.hive.blog, REST calls to https://api.syncad.com)
  • cleanup receiving/storing call descriptions in the call internal objects (now helper attributes are next serialized to REST call)
  • analyze problem related to still working event subscribers on tests (while executing another test cases, messages produced by event handlers associated to HC from previous tests still appear)
  • look for ability to share common code between JSON-RPC and REST call implementations
  • try to latch REST call structures after extend call finishes (now the call path is built from object hierarchy and associated properties probably at every call, thats why some additional internal properties started to appear on generated url)

Merge request reports