Quarkus REST API

Building a Mock Device Server with Quarkus   Introduction   What are we going to build? In this tutorial, we will create a mock device server using Quarkus. This server will expose a REST API that generates and returns mock device data based on a request parameter. What will our API do? GET /devices?amount=5 → […]

Quarkus REST API Read More »