-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, is this library still supposed to work?
I am asking since there weren’t that many updates in recent time and I am running into a 401 Unauthenticated (with empty body) response during initialization of an n26.Client object.
On my side I receive the following error
2023/11/22 02:18:50 Unexpected response from authentication request
I am trying to query data using the following code:
authInfo := n26.Auth{
UserName: "<username>",
Password: "<password>",
DeviceToken: "<uuid>",
}
n26Client, _ := n26.NewClient(authInfo)
n26Client.GetSpaces("")
Thanks in advance!
BR Dennis
kis-balazs
Metadata
Metadata
Assignees
Labels
No labels