i have maybe a stupid question
how can i use some omero commands in my web app
for example:
i want to be able to see all online people, i can get those people using the following command
- Code: Select all
$bin/omero sessions who
can i used directly in my view.py file ?
if yes, which model should i import ?
if No , which API should i use to do this ?
i believe there is a class CurrentSessionsRequest maybe help me, but i cant see data member and functions of this Class