mirror of
https://github.com/appwrite/sdk-for-kotlin.git
synced 2026-06-06 19:27:33 +00:00
feat: Kotlin SDK update for version 16.1.0
This commit is contained in:
@@ -12,6 +12,7 @@ Functions functions = new Functions(client);
|
||||
|
||||
functions.createVariable(
|
||||
"<FUNCTION_ID>", // functionId
|
||||
"<VARIABLE_ID>", // variableId
|
||||
"<KEY>", // key
|
||||
"<VALUE>", // value
|
||||
false, // secret (optional)
|
||||
|
||||
Reference in New Issue
Block a user