Skip to content
Snippets Groups Projects
Commit 659e354c authored by Korentin Duquenne's avatar Korentin Duquenne
Browse files

refacotr : change on main

parent 2e623363
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,14 @@ import java.util.UUID;
public class App
{
public static void main( String[] args ) throws SQLException {
Microblog microblog = new Microblog("172.28.100.8");
// TODO Your own test here is an snippet of test
//Microblog microblog = new Microblog("172.28.100.8");
//microblog.createUser("toto","titi");
// UUID.fromString("ca0eb23c-1a53-11ec-8526-293e013173f6")
//microblog.publish_post("toto","titi","test",null);
//microblog.follow("toto","titi",UUID.fromString("2b371920-1a52-11ec-8526-293e013173f6"));
//microblog.get_messages();
microblog.get_feed("user0","userpass0",10);
//microblog.get_feed("user0","userpass0",10);
}
}
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment