GraphNodeApiClient class abstract
Constructors
- GraphNodeApiClient(Uri baseUri, OpenApiRequestSender requestSender)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
nodesIdChildrenGet(
{required String id}) → Future< NodesIdChildrenGetResponse> - Get children of a node get: /nodes/{id}/children
-
nodesIdDelete(
{required String id}) → Future< NodesIdDeleteResponse> - Delete a node delete: /nodes/{id}
-
nodesIdGet(
{required String id}) → Future< NodesIdGetResponse> - Get a node by ID get: /nodes/{id}
-
nodesIdPatch(
NodeUpdate body, {required String id}) → Future< NodesIdPatchResponse> - Update a node (content or pathHash only) patch: /nodes/{id}
-
nodesIdTraceGet(
{required String id}) → Future< NodesIdTraceGetResponse> - Trace the node path back to the root get: /nodes/{id}/trace
-
nodesPathPrefixGet(
{required String prefix}) → Future< NodesPathPrefixGetResponse> - Get nodes by pathHash prefix (breadcrumbs) get: /nodes/path/{prefix}
-
nodesPost(
NodeCreate body) → Future< NodesPostResponse> - Create a new node post: /nodes
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAuth<
U extends SecuritySchemeData, T extends SecurityScheme< (U> >T security, U data) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited