Hi there,
I've tried to follow this advice from the readme:
To get a list of currently supported endpoints:
endpoints = i.endpoints()
But Python raises this error:
AttributeError: 'Insightly' object has no attribute 'endpoints'
And after eyeballing the Insightly class definition - I can't see any method defined in there called endpoints. I've also tried endpoints = i.read("endpoints") to no avail.
Is there a way to list the supported endpoints?
Cheers,
Tom
Hi there,
I've tried to follow this advice from the readme:
But Python raises this error:
AttributeError: 'Insightly' object has no attribute 'endpoints'And after eyeballing the Insightly class definition - I can't see any method defined in there called endpoints. I've also tried
endpoints = i.read("endpoints")to no avail.Is there a way to list the supported endpoints?
Cheers,
Tom