Skip to content
Snippets Groups Projects
Commit 0cc1402f authored by lucien senaneuch's avatar lucien senaneuch Committed by GATEAU Thibault
Browse files

[Create, Delete functions] implements create and delete function for all elements

parent 46cc0a0a
No related branches found
No related tags found
No related merge requests found
from nanospace import Nanospace
usr = 'lucien'
pw = 'coucou'
srvAddr = 'http://localhost:8888/'
usr = 'usrLogin'
pw = 'usrPw'
srvAddr = 'yourSrvUrl/'
nanospace = Nanospace(srvAddr, usr, pw)
print(nanospace.get_string_value(83))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment