Description Usage Arguments Value Examples
Retrieves a user identifier for connexion to the WebService (WS)
1 | getToken(login, password)
|
login |
login of the user to create the token |
password |
password of the user to create the token |
a session token user identifier in the WS
1 2 3 4 | connectToOpenSILEXWS("guestphis@supagro.inra.fr","guestphis",
"http://147.100.179.156:8080/phenomeapi/resources/")
aToken <- getToken("guestphis@supagro.inra.fr","guestphis")
aToken$data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.