Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

PostFormat<> calls without a decoder #48

@frs3

Description

@frs3

There are several PostFormat<> class that have an empty decoder, which causes an exception. e.g.

_caller.PostFormat(rawXml, HttpContentTypes.TextPlain, string.Empty, "/app/rest/buildTypes/{0}/steps", locator);

Fix:

_caller.PostFormat(rawXml, HttpContentTypes.ApplicationXml, "/app/rest/buildTypes/{0}/steps", locator);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions