Since Personal Capital has moved to Empower, this needs updated since everything points to the old URL and logging in with the old URL creates a LoginException error.
Any plans on doing so?
Edit:
Looks like all the requests are the same. Wonder if simply changing the URL can just make it work. I might play around and come back (if I don't that means it didn't work or I haven't looked into it)
Edit 2:
Yes it does work! change the base_url to:
base_url = 'https://pc-api.empower-retirement.com'
Since Personal Capital has moved to Empower, this needs updated since everything points to the old URL and logging in with the old URL creates a LoginException error.
Any plans on doing so?
Edit:
Looks like all the requests are the same. Wonder if simply changing the URL can just make it work. I might play around and come back (if I don't that means it didn't work or I haven't looked into it)
Edit 2:
Yes it does work! change the base_url to:
base_url = 'https://pc-api.empower-retirement.com'