Implementing CREATE operation
In this step, you'll write a service method for creating a blog post and a test method to verify the service method.
In this step, you'll write a service method for creating a blog post and a test method to verify the service method.
In this step, we'll write a method for deleting a blog post. By completing this step, you'll learn to map your service with the HTTP DELETE (@Delete) method, customize an exception handler, and use a blocking task executor.
In this step, we'll implement two methods at once. One is for retrieving a single post and another for multiple blog
Before we get into writing a blog service, first prepare a data object to contain blog post information. This object is used also in handling requests and sending responses.
Using Armeria's annotations, you can build RESTful services on the go.
Like Armeria?
Star us ⭐️