Tag: exchangemethod

  • How to pass URL and query parameters in Spring REST client?

    Let’s say you are making a GET request to a third party API from your spring application. You want to pass both URL and query parameters. First, what are URL and query parameters? URL parameters: URL parameters are passed along with the URL like this: https://thirdpartyapi.com/request/1 In the above request , let’s assume the number…