Skip to content

Getting error at kanboard.Client( #36

Closed as not planned
Closed as not planned
@bdika

Description

@bdika

Can't get the following to work(adjusted for my url):

import kanboard

kb = kanboard.Client('http://localhost/jsonrpc.php', 'jsonrpc', 'your_api_token')
project_id = kb.create_project(name='My project')
task_id = kb.create_task(project_id=project_id, title='My task title')

Tried

from kanboard import client

without any luck.

Any help much appreciated.

Thanks.

Bill Dika

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions