Affects: 6.1.3
I'm currently working with the Spring RestClient and I'm curious about the best practice for performing a GET request with parameters. While it's straightforward to perform a basic GET request, I couldn't find clear documentation or examples regarding how to include parameters in the request.
Could someone please provide guidance or an example of how to properly perform a GET request with parameters using the Spring RestClient? It would be immensely helpful for understanding the best practices and ensuring compatibility with various API endpoints.
Thank you in advance for your assistance!