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

C# example code results in undefined #42

@jpv001

Description

@jpv001

The request Uri for the C# example code is broken for all samples, instead of the relative url the samples display "undefined"

From the sample (http://docs.pollsapi.apiary.io/):

using (var response = await httpClient.PostAsync("undefined", content))
{
    string responseData = await response.Content.ReadAsStringAsync();
}

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