Skip to content

Using "since" date? #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ecumike opened this issue Jul 30, 2019 · 1 comment
Closed

Using "since" date? #16

ecumike opened this issue Jul 30, 2019 · 1 comment

Comments

@ecumike
Copy link

ecumike commented Jul 30, 2019

When pulling resources for an account, is there a way/param to say "since/after this date" ?
The idea is that if we hit the API and pull data monthly, we only want to get items that are "new".
Currently (in the example), we get all items since inception and have to manually loop and filter items base on a since this date.

@ecumike
Copy link
Author

ecumike commented Jul 31, 2019

Nevermind, I see where this is possible, ex:

api.set_query_parameters({'since': startdate}) })

@ecumike ecumike closed this as completed Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant