** use get_pocket **
Rust crate to https://getpocket.com/developer/docs/overview
$cargo add get_pocket
// RecordItem {
// status: 1,
// complete: Some(
// 1,
// ),
// error: None,
// since: 9999999999,
// list: {
// "3302700367": Object {
// "excerpt": String("What is"),
// "favorite": String("0"),
// "given_title": String(""),
// "given_url": String("https://www.site.com/path/"),
// "has_image": String("1"),
// "has_video": String("0"),
// "is_article": String("1"),
// "is_index": String("0"),
// "item_id": String("9999999999"),
// "lang": String("en"),
// "listen_duration_estimate": Number(9999),
// "resolved_id": String("9999999999"),
// "resolved_title": String("Top 25"),
// "resolved_url": String("https://www.site.com/path/"),
// "sort_id": Number(0),
// "status": String("0"),
// "time_added": String("9999999999"),
// "time_favorited": String("0"),
// "time_read": String("0"),
// "time_to_read": Number(99),
// "time_updated": String("9999999999"),
// "top_image_url": String("https://www.site.com/path.jpg"),
// "word_count": String("99"),
// },
// },
// }