adzhurinskij/phpipam-client

lazy loading login and context manager

Closed this issue · 1 comments

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:
    ...

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