Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started