Clayton Singh

Results 9 comments of Clayton Singh

@sergius02 I ran into the same issue and my fix was to reapply a missing schema migration. If you get an error saying the migration does not exist you need...

I have some specific requirements and am not using this library in `INSTALLED_APPS`. The methods and classes do provide extensive value though.

Flags in python never quite felt right to me either. I tried to be as consistant with the existing codebase as possible, such as the `IPAddress` constructor. Otherwise I could...

Unfortunately cisco did decide to use acl masks, so they are out there and likely never going away. I am currently splitting off the ACL masks then applying a hack...

If that is the case then I can (with your approval) - Make a new MR to add keyword flags to all classes - Update the documentation and mark the...

I am going to have to strongly disagree here. I think it would be a really bad idea to split the API and have some flags and some keyword-only parameters....

While I cant go into too much detail for NDA reasons. I have been using this to summarize subnets across multiple device configurations and checking to see what ip's/routes/etc are...

I beleve the bug is that line 267 decrements the retries without raising an exception then on line 204 `retries == 0`. This then causes request to return None. https://github.com/meraki/dashboard-api-python/blob/a026860357c997689c79295c9cac6040cbc13808/meraki/rest_session.py#L257-L270...

@TKIPisalegacycipher Would you take a look?