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!
Comment From: snicoll
The Request URL section of the doc introduces this concept. It provides a link to a more dedicated section.
This SO question provides an example.
That all being said, I agree the doc could be a bit more explicit here, perhaps with a small example?
Comment From: wosiwq
Thank you for your prompt response and the helpful information! I appreciate the clarification on where to find the concept of including parameters in the Request URL section of the documentation and the link to the SO question for an example. I completely agree that the documentation could benefit from a more explicit example to better illustrate this concept for users like myself. Would it be possible to consider adding a small example in the documentation for clarity?
Comment From: snicoll
I decided to provide a more explicit link in the end as the existing page is providing more example I could add in that section.