Accessing Data
Get Document
document = hyperspace.get_document(collection_name, document_id)Delete a Document
hyperspace.delete_document(collection_name, document_id)Update a Document
hyperspace.update_document(document, collection_name)Last updated