Skip to content

Commit

Permalink
revert #26
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 17, 2024
1 parent 6505693 commit f9b98b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/GNOpenAPIManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ GNOpenAPIManager <- R6Class("GNOpenAPIManager",
#'@param pwd pwd
login = function(user, pwd){

req <- GNUtils$GET(
req <- GNUtils$POST(
url = paste0(self$getUrl(), "/", self$lang), path = "/info?type=me",
user = user, pwd = pwd,
user = user, pwd = pwd, content = NULL, contentType = NULL,
verbose = TRUE
)

Expand Down

0 comments on commit f9b98b4

Please sign in to comment.