library(opensilexWSClientR)
Ask permission to request to the web service:
# If you want to access to an OpenSILEX web service, you have to insert the address of the WS and the port connectToOpenSILEXWS(username="guest@opensilex.org",password="guest", url = "www.opensilex.org/openSilexAPI/rest/")
To get more or less informations on calls:
setLogLevel("DEBUG")
# If you want to access to a private web service, you have to insert the address of the WS and the port connectToOpenSILEXWS(username="guest@opensilex.org",password="guest", url = "www.opensilex.org/openSilexAPI/rest/")
Ask permission to request to the web service:
# If you want to access to a private web service, you have to insert the address of the WS and the port connectToOpenSILEXWS("guestphis@supagro.inra.fr","guestphis",url = "147.99.7.5:8080/phenomeapi/resources/")
# If you want to access to a private web service, you have to insert the address of the WS and the port connectToOpenSILEXWS(username="guest@opensilex.org",password="guest", url = "www.opensilex.org/openSilexAPI/rest/")
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.