Refactor client initialization
Call init_client with **kwargs from IgaAbstract.init and don't override init.
Use generic **kwargs instead of url, headers, **kwargs
This hould make initialization more robust and flexible.
Call init_client with **kwargs from IgaAbstract.init and don't override init.
Use generic **kwargs instead of url, headers, **kwargs
This hould make initialization more robust and flexible.