Skip to content

Releases: quasarch/akash-java

0.0.1

10 Apr 19:35
Compare
Choose a tag to compare

Version 0.0.1

First release of the client. read/query support implemented; supported features are:

  • R_01 Create deployment Create a deployment based on an SDL file. Request through RPC.
  • R_02 Close deployment Close a deployment. Request through RPC
  • R_03 List deployments List all deployments matching the filters with consideration for page limits. Request through
    REST.
  • R_04 Get deployment Request through REST.
  • R_05 List bids Get the list of bids based on a set of filters. Request through REST.
  • R_06 Create lease Request through RPC.
  • R_07 Get lease Get information regarding a lease such as its status. Request through REST.
  • R_08 Send manifest Request through RPC.