Skip to content

401 Unauthorized #39

@elysweyr

Description

@elysweyr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions