This document contains the documentation for the Teneo Studio API Java Client. This client lets Teneo users
make calls to Studio server. It handles authentication, locking, comments etc... transparently for users.
The entry point for the client is to create an instance of class
TeneoStudioClient
and
call login method.
Important: In order listen to events, users must use class EventsSocketClient
.