/ddf-jsonrpc

JSON RPC For DDF

Primary LanguageJavaOtherNOASSERTION

DDF JSON RPC API

This part of the system is intended to expose DDF capabilities to the network. It should have the following properties:

  • Direct. No embedded Intrigue specific business logic, just expose DDF APIs.
  • Simple. Methods should do one thing and let consumers compose methods together to enable more complex behaviors.
  • Transport agnostic. Should be independent of HTTP as it allows us to run the API over multiple transports (HTTP/WS/...).
  • Batchable. batching to enable more efficient communication when possible.
  • Documented. The list-methods rpc method should list out all known methods.