Question: There are two variables declared for you at the top of the class that you can use throughout your exercise: public static final String API_BASE_URL

 There are two variables declared for you at the top ofthe class that you can use throughout your exercise: public static final

There are two variables declared for you at the top of the class that you can use throughout your exercise: public static final String API_BASE_URL = "http://localhost:3000/auctions/"; private RestTemplate restTemplate = new RestTemplate(); List all auctions In the method, find the comment Add code here to: - Use the to request all auctions and save them into an array of s. - Replace the current return statement to return the array of s. Once you've done this, run the unit tests. After the test passes, you can run the application. If you select option 1 on the menu, you'll see the ID, title, and current bid for each auction

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!