Answer the question
In order to leave comments, you need to log in
How to implement receiving data through the API of a third-party service?
Hello. There is an API that provides some data. I don't understand how to use Spring Boot to implement "paging" of data, i.e. what to do there - write a listener for triggering new data on the service side or something else, do it on the server side or on the frontend side. As you know, the mess in my head is still the same, you can recommend something to read or explain with a simple example.
Thank you.
Answer the question
In order to leave comments, you need to log in
In a nutshell, then you need to make a request (not "paging") to the server in accordance with its API, more details https://spring.io/guides/gs/consuming-rest/ . If you have a JS frontend, then look for HTTP requests.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question