library(opensilexWSClientR)
The opensilexWSClientR library allows an openSILEX user to create a connection to the web services of this system of information openSILEX. If the user wants to have access to openSILEX data for example, he has to load this library and create a connexion to the specified url.
Ask permission to request to a web service. The user has to give a identifier, a password and a web service URL:
# If you want to access to an OpenSILEX web service, you have to insert the address of the WS and the port # connectToOpenSILEXWS(identifier="guest@opensilex.org",password="guest", url = "http://www.opensilex.org/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(identifier="guest@opensilex.org",password="guest", url = "www.opensilex.org/rest/")
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.