nodesPost abstract method

Future<NodesPostResponse> nodesPost(
  1. NodeCreate body
)

Create a new node post: /nodes

Implementation

Future<NodesPostResponse> nodesPost(NodeCreate body);