Closed firsttris closed 1 year ago
after studying the source code i found that its just this comment which is wrong https://github.com/eq-3/occu/blob/master/WebUI/www/api/methods/session/login.tcl#L2
the methodname is Session.login instead of Session.Login
In the methods.conf
it is documented correctly
https://github.com/eq-3/occu/blob/26f63a4820907230a589a1654387001c62a7aa51/WebUI/www/api/methods.conf#L759-L764
Comments are comments and should IMHO not be taken as serious are the filename and the main docu.
I tried to use the Session.Login Method but the CCu3 only returns "method not found" https://github.com/eq-3/occu/blob/master/WebUI/www/api/methods/session/login.tcl#L2
Other functions (like Room.getAll) are working fine if I add a valid _sessionid
what am i doing wrong?
whats the recommanded way to aquire a _sessionid?