Open-EO / openeo-r-client

R client package for working with openEO backends
https://open-eo.github.io/openeo-r-client
Apache License 2.0
61 stars 17 forks source link

Fix problems when authentication provider is missing #128 #129

Closed m-mohr closed 2 years ago

m-mohr commented 2 years ago

Fixes #128

flahn commented 2 years ago

changed it slightly to raise an error with stop(), check explicitly for an empty list and inform the user to contact the back-end provider, because this list should not be empty.

flahn commented 2 years ago

merged branch develop into this fix, because the target is the develop branch (prior to this the master was merged)

m-mohr commented 2 years ago

and inform the user to contact the back-end provider

No, back-ends are free to choose to leave this empty.