From the course: Learning Quarkus
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Challenge: Wire HTTP
(upbeat music) - [Instructor] So now it's time for the next challenge. You get lots of opportunity here to learn. So take advantage and push yourself. Here's the basic requirements for this challenge exercise. First and foremost, you pick, you can either do REST or GraphQL. I want you to implement the room-type filter on all rooms called, and that room-type filter was what we did with the batch before, where we passed in a property. This time, I want you to pass a filter into the all rooms call so that you only get those rooms that match the bed info that's passed in. I also would like you to allow for additional rooms through the service, so creating a new room. And, finally, I want you to be able to select just one room, and that will be based on the room number. And that's all there is to it. You get to do the rest.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Web-based traffic with Quarkus2m 8s
-
(Locked)
RESTful communication with Quarkus3m 48s
-
(Locked)
RESTful implementation with Quarkus5m 15s
-
(Locked)
REST client with Quarkus5m 17s
-
(Locked)
OpenAPI with Quarkus4m 22s
-
(Locked)
GraphQL with Quarkus5m 19s
-
(Locked)
Challenge: Wire HTTP1m 3s
-
(Locked)
Solution: Wire HTTP4m 3s
-
(Locked)
-