Skip to content

additional parameters for get_clients are not working #2

@markotmattila

Description

@markotmattila

If one adds additional parameters to the get_clients request, the query url gets deformed. Line 21 of client.py should be

url = self.base_url + '/workspaces/' + workspace_id + '/clients?' + url_params"

instead of

url = self.base_url + '/workspaces/' + workspace_id + '/clients&' + url_params

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