Closed coderberry closed 3 years ago
Yes we are dealing with the same thing here. This sounds like a decent approach.
@jondruse Do you by chance have a secrets.yml.example
file I can review? I just want to see how you are populating this file so I can have my tests be the same.
--
Please disregard. I found the sample file.
Hi all,
It seems that in order to access more than 10,000 records from the Bridge API, we must use a 'replication' endpoint. Here are the docs: https://rets.ly/docs/platform/API/reso-web-api (search for
Dataset Replication
).I was thinking of adding an additional configuration to the client initialization options, for example:
If this flag is set on the client, whenever a request is made to query resources, it will utilize the appended
/replication
to the URL.Thanks for any feedback and support on this.