Closed nathanhoel closed 9 years ago
Would be nice if you could put the same style fix in to username/password so they both work in the same way (allowing superclasses to specify defaults)? Any chance?
I barely had time for this modification at the moment haha. It also seems like something worthy of a separate PR, no?
Can't blame a man for trying ;-)
Fair enough, I'll either get it to it at some point or if you get a chance for a separate PR ;-)
True, true, I would have tried too! Thanks, always a pleasure!
This change allows for connecting to multiple different servers that would have different API Auth credentials.
Each model or config class can now define it's own api auth credentials independently. If a base class specifies credentials all sub classes will inherit them. Any sub class can override the credentials though.