(String[] args)
| 51 | } |
| 52 | |
| 53 | public static void main(String[] args) throws IOException { |
| 54 | PostExample example = new PostExample(); |
| 55 | String json = example.bowlingJson("Jesse", "Jake"); |
| 56 | String response = example.post("http://www.roundsapp.com/post", json); |
| 57 | System.out.println(response); |
| 58 | } |
| 59 | } |
nothing calls this directly
no test coverage detected