reset: docs for easier review.

This commit is contained in:
Darshan
2025-07-28 11:49:49 +05:30
parent 00290bdb65
commit c9d9c4ab76
1284 changed files with 579 additions and 14178 deletions
@@ -15,7 +15,7 @@ functions.createExecution(
"<PATH>", // path (optional)
ExecutionMethod.GET, // method (optional)
mapOf( "a" to "b" ), // headers (optional)
"<SCHEDULED_AT>", // scheduledAt (optional)
"", // scheduledAt (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();