Skip to content

README.rst explains the usage with a deprecated method #252

@ManuelCavallo

Description

@ManuelCavallo

token = client.login_with_password(username="foobar", password="monkey")

should be replaced with

token = client.login(username="foobar", password="monkey")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions