Skip to content

api-tutorial: general method doesn't work with playname, corpusname AND method #4

@ingoboerner

Description

@ingoboerner

if all three params are set, it doesn't request as expected. Must remove method in `kwargs["method"]``

if "method" in kwargs:
            request_url = apibase + "corpora/" + kwargs["corpusname"] + "/play/" + kwargs["playname"] + "/" + kwargs["method"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions