Skip to content

Add Daily Forecast #15

@darkcloud784

Description

@darkcloud784

Add the daily forecast endpoint.

http://api.openweathermap.org/data/2.5/forecast?appid={key}&q={query}

Currently only the weather endpoint is supported.

http://api.openweathermap.org/data/2.5/weather?appid={_apiKey}&q={queryString}

Alterantively you could just allow the implementor to decide which endpoint to use

private Uri GenerateRequestUrl(string queryString) => new Uri($"http://api.openweathermap.org/data/2.5/{endpoint}/{query});

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