Skip to content

OpenEOClient$connect ignores host set by OpenEOClient$new #100

@benjaminschwetz

Description

@benjaminschwetz

Hi,

I just noticed that the connect method returns an error when I set the url via new. I tested with openeo 1.1.0

library(openeo)
#> 
#> Attaching package: 'openeo'
#> The following objects are masked from 'package:base':
#> 
#>     capabilities, debug
x = OpenEOClient$new(host = "example.foo")
x$connect()
#> Note: Host-URL is missing

Created on 2021-12-01 by the reprex package (v2.0.1)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions