Skip to content

Add Daily Forecast #15

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});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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