action oceandrivers_get_forecast_points { label: "getForecastPoints" description: "Get forecast points of a yatchclub
None" provider: oceandrivers method: GET path: "/v1.0/getForecastPoints/{yatchclubid}/language/{language}" encoding: json input: { type: "object" properties: { language: { type: "string" } yatchclubid: { type: "string" } } required: ["language", "yatchclubid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }