static void renameSnippet(S id, S title) { postPageWithCredentials("http://tinybrain.de:8080/tb-int/update_snippet_title.php", id := parseSnippetID(id), +title); }