menu
kiss_graph package
documentation
api/graph-node-api.openapi.dart
GraphNodeApiClient
nodesIdGet abstract method
nodesIdGet abstract method
dark_mode
light_mode
nodesIdGet
abstract method
Future
<
NodesIdGetResponse
>
nodesIdGet
(
{
required
String
id
,
})
Get a node by ID get: /nodes/{id}
Implementation
Future<NodesIdGetResponse> nodesIdGet({required String id});
kiss_graph package
documentation
api/graph-node-api.openapi
GraphNodeApiClient
nodesIdGet abstract method
GraphNodeApiClient class