Api Service
interface ApiService
Functions
Link copied to clipboard
@POST(value = "create" )
Creates or initializes a host session for the selected language.
Link copied to clipboard
@HTTP(method = "DELETE", path = "delete", hasBody = true )
Deletes an active host session.
Link copied to clipboard
@POST(value = "join" )
Joins an existing room using join token + language.
Link copied to clipboard
@HTTP(method = "DELETE", path = "leave", hasBody = true )
Leaves the current room session.
Link copied to clipboard
Authenticates a user and returns host/join authorization tokens.
Link copied to clipboard
@HTTP(method = "DELETE", path = "logout", hasBody = true )
Logs out the current session.