Skip to content
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

fix breaking changes of pocket api #13

Merged
merged 1 commit into from
Sep 30, 2024
Merged

fix breaking changes of pocket api #13

merged 1 commit into from
Sep 30, 2024

Conversation

karlicoss
Copy link
Owner

Since recently, pocket started to

  • returning all items including previously deleted? we filter them out in DAL now since they don't have any actual data
  • return created_at timestamp for highlights as isoformat ending with Z (however this seems to be an incorrect timestamp -- not sure if it used to be correct previously)

Seems like the only mention of any changes is this https://x.com/smarachefr/status/1839571167373369640

Not sure if there is anything else, but this results in same data as previously now at least

Since recently, pocket started to
- returning all items including previously deleted?
  we filter them out in DAL now since they don't have any actual data
- return created_at timestamp for highlights as isoformat ending with Z
  (however this seems to be an incorrect timestamp -- not sure if it used to be correct previously)

Seems like the only mention of any changes is this https://x.com/smarachefr/status/1839571167373369640

Not sure if there is anything else, but this results in same data as previously now at least
@karlicoss karlicoss merged commit 35651ed into master Sep 30, 2024
18 checks passed
@karlicoss karlicoss deleted the fix-export branch September 30, 2024 01:17
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

Successfully merging this pull request may close these issues.

1 participant