Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

string parameters not URL-encoded #125

@JonathonReinhart

Description

@JonathonReinhart

For getproject() at least, the slash needs manually URL-encoded by the caller. Example:

g.getproject('foo/bar')      # fails
g.getproject('foo%2Fbar')    # works

pyapi-gitlab should URL-encode all string parameters before making the request.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions