Skip to content

Commit

Permalink
chore: add getVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Jan 4, 2023
1 parent c7d59f1 commit 5f294af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/spp/protocol/service/LiveManagementService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ interface LiveManagementService {
}
}

fun getVersion(): Future<String>

fun getAuthToken(accessToken: String): Future<String>
fun addDeveloper(id: String): Future<Developer>
fun addRole(role: DeveloperRole): Future<Boolean>
Expand Down

0 comments on commit 5f294af

Please sign in to comment.