aristanetworks/cvprac

Add user logout functionality

Closed this issue · 1 comments

Currently there is no logout function in the api or client. This is causing the user to remain online in CVP.

example:

#logout the user
clnt.post('/login/logout.do')

Base function is added.

d52f4a0