Skip to content

Commit

Permalink
feat (#39): sessions are now available under TimersApi
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 authored Jul 31, 2023
1 parent d2c379b commit 3d2e9b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import io.timemates.sdk.common.types.Empty
import io.timemates.sdk.common.types.value.Count
import io.timemates.sdk.timers.members.TimerMembersApi
import io.timemates.sdk.timers.requests.*
import io.timemates.sdk.timers.sessions.TimersSessionsApi
import io.timemates.sdk.timers.types.Timer
import io.timemates.sdk.timers.types.TimerSettings
import io.timemates.sdk.timers.types.value.TimerDescription
Expand All @@ -32,6 +33,7 @@ public class TimersApi(
private val engine: TimeMatesRequestsEngine,
private val tokenProvider: AccessHashProvider,
) {
public val sessions: TimersSessionsApi = TimersSessionsApi(engine, tokenProvider)
public val members: TimerMembersApi = TimerMembersApi(engine, tokenProvider)

/**
Expand Down

0 comments on commit 3d2e9b7

Please sign in to comment.