Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pouyapouryaie/spring-rest


https://github.com/pouyapouryaie/spring-rest

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Spring - Rest

Spring Framework introduces the RestClient, a new synchronous HTTP client.
The RestClient offers the fluent API of WebClient with the infrastructure of RestTemplate.
- [Blog Post](https://spring.io/blog/2023/07/13/new-in-spring-6-1-restclient)

In this project shows how we can use RestClient to connect to third-party
service and communicate with it.

### Note
The JsonPlaceholderService is a Http Interface Client that helps you to reduce
complexity of your code. The interface exists in this package: ```ir.bigz.springboot.springrest.client```