rohitjangid96

Results 3 issues of rohitjangid96

**Describe the bug** While using SuperPutty , it freezes and not responding. Sometimes on executing commands there is some latency and a blue loading sign appears. After this, my keyboard...

``` import pysnow # Create client object c = pysnow.Client(instance='********', user='*******', password='*********') # Define a resource, here we'll use the incident table API incident = c.resource(api_path='/table/incident') # Query for incident...

``` from servicenow import ServiceNow from servicenow import Connection # Connect using default api method (JSON) conn = Connection.Auth(username='*****', password='*****', instance='cablevision') inc = ServiceNow.Incident(conn) inc = inc.fetch_one({'number': 'INC0665393'}) ``` Traceback...