Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@times-stories/my-articles

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@times-stories/my-articles

> The networking logic for working with My Articles on The Times website

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

@times-stories/my-articles

The networking logic for working with My Articles on The Times website

Installation

$ yarn add @times-stories/my-articles

Usage

import { isSaved, save, remove } from "@times-stories/story";

// Check if an article is saved, returns a Promise containing a boolean
await isSaved(articleId);

// Save an article to My Articles
await save(articleId, "News");

// Remove an article from My Articles
await remove(articleId);

FAQs

Package last updated on 09 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts