Kevin Isaac
Kevin Isaac
I am using OrientDB and Rexster with the latest release of Bulb in `python3.5` When I try: ``` from bulbs.config import Config from bulbs.rexster import Graph g = Graph(Config('http://localhost:8182/graphs/Freeth')) ```...
I think it's a good idea to update the README.md file with a list of organizations that are already using this library and examples of charts that the community has...
I think it should support the other types of requests too, including PUT, DELETE, HEAD, OPTION, etc. These methods are used in any typical RESTful web API. What's your take...