Skip to content

Commit

Permalink
Merge pull request #6 from PondiB/update-login
Browse files Browse the repository at this point in the history
remove  based as it was removed on openeo r client 1.2.0
  • Loading branch information
PondiB authored Apr 12, 2023
2 parents d73ccd7 + 653f13e commit 7fa117f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/R-Client-bfast-brandenburg.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ con = connect("http://<AWS-IPv4-ADDRESS>:8000")

# basic login with default params
login(user = "user",
password = "password",
login_type = "basic")
password = "password")

# get the collection list
collections = list_collections()
Expand Down
3 changes: 1 addition & 2 deletions examples/R-Client-ndvi-amazonia.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ con = connect("http://<AWS-IPv4-ADDRESS>:8000")

# basic login with default params
login(user = "user",
password = "password",
login_type = "basic")
password = "password")

# get the collection list
collections = list_collections()
Expand Down
3 changes: 1 addition & 2 deletions examples/R-Client-truecolors-newyork.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ con = connect("http://<AWS-IPv4-ADDRESS>:8000")

# basic login with default params
login(user = "user",
password = "password",
login_type = "basic")
password = "password")

# get the collection list
collections = list_collections()
Expand Down

0 comments on commit 7fa117f

Please sign in to comment.