We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d59f1 commit 5f294afCopy full SHA for 5f294af
src/main/kotlin/spp/protocol/service/LiveManagementService.kt
@@ -55,6 +55,8 @@ interface LiveManagementService {
55
}
56
57
58
+ fun getVersion(): Future<String>
59
+
60
fun getAuthToken(accessToken: String): Future<String>
61
fun addDeveloper(id: String): Future<Developer>
62
fun addRole(role: DeveloperRole): Future<Boolean>
0 commit comments