adzhurinskij / phpipam-client

PHPIPAM Python RESP API Client
MIT License
6 stars 0 forks source link

lazy loading login and context manager #5

Closed hudecof closed 4 years ago

hudecof commented 4 years ago

Hi,

I would like to have login() call on first request, not on class creation.

Call login() on first call of request or implement context manager.

with ipam() as i:
    ...
hudecof commented 4 years ago

I solved this by proxy class, not very nice solution, but it works