B
B
brekhin-aleks2018-07-16 07:15:52
Java
brekhin-aleks, 2018-07-16 07:15:52

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

2 answer(s)
A
Alexey P, 2018-07-16
@brekhin-aleks

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.

A
Artem Spiridonov, 2018-07-16
@customtema

https://ru.wikipedia.org/wiki/HTTP

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question