API Reference
hestia_earth.utils.api.
node_exists
Checks if a node exists on the Hestia Database.
node_id (str) – The @id of the Node.
str
node_type – The @type of the Node.
True if the node exists, False otherwise.
bool