Hi guys, int the documentation for creating the cu...
# getting-started
a
Hi guys, int the documentation for creating the custom extractor, how would one go about doing url pagination in the example of CommentsStream (which is using the /comments path)?
e
If by “url pagination” you mean something like HATEOAS, you might find pagination classes helpful
a
I mean when extracting data from a rest api. There maybe a million of data, i most likely there's a fixed amount, 20 items for example, comming from the rest api.
Ok I think that's what i'm looking for. Thanks