angelodlfrtr / open-meteo-rs

Rust API client for https://open-meteo.com/
MIT License
20 stars 4 forks source link

Add options to set an apikey for forecast and geolocation APIs #9

Closed tulku closed 4 months ago

tulku commented 8 months ago

Hi!

This PR:

  1. Adds the option to provide an API key in the forecast and geolocation APIs.
  2. Adds a new creation method for the Client, so that it is possible to create a non-mult Client with custom endpoints.

Thanks!

angelodlfrtr commented 4 months ago

Hi @tulku, sorry for the delay and thank you for the contribution !