gremlinrestclient
gremlinrestclient copied to clipboard
I've added the ability to disable SSL verification for the `requests` library whereby Gremlin Server is running with a self-signed SSL certificate.
I have certain attributes in my dictionary whose value is None, but I am unable to add those as an attribute in my graph Example ``` >>>a= {"name":"package.json", "label":"package", "source":None}...
Hi Dave, I am trying to create a edge but the weight property is not working. Even if I specify the weight its creating a edge without the property. I...