Getting all posts from a feed from since to until #3110
Unanswered
bspaulding1
asked this question in
How to do it?
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I retrieve posts from a feed with timestamps between one timestamp (since) to another (until)? Closest that this appears to be available is searchPosts, but the query parameter needs to be specified and can't be a wildcard (at least based on my limited experimentation). I see no other means of providing timestamps for getPosts or otherwise - unless I missed it. Is there a way I can accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions