I am trying to pull data via the api in-order to import it into a database ( FileMaker to be specific ). I am having a probem following pagination and the next links in-order to get all of our data. I am trying to use Python and the requests module to get this data, but when I try to get the value of ['next_link'] in python I keep getting a KeyError. I am not married to Python, in fact I know very very little, however, it works with filemaker, and so far I can get the first page of any query, I am just not able to follow the next links. Does anyone, or is anyone willing to share how they follow pagination in a script? Thanks!!!
... View more