# Rust API client for openapi This API provides three hourly weather forecast data for a requested coordinate defined by a latitude and longitude. The format of the data is GeoJSON. For more information, please visit [https://www.metoffice.gov.uk/about-us/contact](https://www.metoffice.gov.uk/about-us/contact) ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 1.0.1 - Package version: 1.0.1 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation Put the package under your project folder in a directory named `openapi` and add the following to `Cargo.toml` under `[dependencies]`: ``` openapi = { path = "./openapi" } ``` ## Documentation for API Endpoints All URIs are relative to *https://api-metoffice.apiconnect.ibmcloud.com/v0* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *SpotdataThreeHourlyApiApi* | [**get_three_hourly_forecast_using_get1**](docs/SpotdataThreeHourlyApiApi.md#get_three_hourly_forecast_using_get1) | **GET** /forecasts/point/three-hourly | Find nearest forecast data that matches the request criteria ## Documentation For Models - [Feature](docs/Feature.md) - [ParameterArray](docs/ParameterArray.md) - [ParameterDetails](docs/ParameterDetails.md) - [Point](docs/Point.md) - [Properties](docs/Properties.md) - [SpotForecastFeatureCollection](docs/SpotForecastFeatureCollection.md) - [Symbol](docs/Symbol.md) - [TimeSeries](docs/TimeSeries.md) - [Unit](docs/Unit.md) - [VndError](docs/VndError.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author enquiries@metoffice.gov.uk