4replies
-
MapleLeaf We don't paginate results so, yes, you'll have to handle the initial dump. After that though, you might want to check out delta requests for vastly increased efficiency across the wire and in client code.
Does the API paginate results? Or will it provide all results in one dump?
It doesn't paginate, you get the results in one dump.
MapleLeaf We don't paginate results so, yes, you'll have to handle the initial dump. After that though, you might want to check out delta requests for vastly increased efficiency across the wire and in client code.