There is no .now() in com.noodle.Call
from readme
noodle.put("Android7", "Nougat").now();
test on a small project
Noodle noodle = Noodle.with(this).build();
noodle.put("Android7", "Nougat");
String result = noodle.get("Android7", String.class).value(); // result is null