RTradeLtd / TxPB

TemporalX gRPC and Documentation Resources
https://docsx.temporal.cloud
GNU Affero General Public License v3.0
14 stars 1 forks source link

V3 Release #36

Closed bonedaddy closed 4 years ago

bonedaddy commented 4 years ago

Simplify our API setup, and condenses what was completely separate API's into individual RPCs to reuse code as much as possible within TxPB, and in implementing libraries. Any low-level RPCs that interact with aspects of our custom node directly should be implemented within the NodeAPI. Anything that interacts with external services (file uploads, pubsub) are separate APIs.

Closes https://github.com/RTradeLtd/TxPB/issues/35

Changes

TODO:

~ Comments~ ~ DagAPI (done)~ ~ KeystoreAPI (done)~ ~ NodeAPI (done)~ ~* PubSubAPI (done)~