Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Extend Diaspora API to generate watchers #6

Open
GerkinDev opened this issue Mar 4, 2018 · 0 comments
Open

Extend Diaspora API to generate watchers #6

GerkinDev opened this issue Mar 4, 2018 · 0 comments
Assignees

Comments

@GerkinDev
Copy link
Member

GerkinDev commented Mar 4, 2018

Watchers are entities synced with their data source, and we need a way to generate them.

Proposal

Entity.watch(sourceName: string | string[] | True | undefined): WatchableEntity

Params

  • sourceName: string | string[] | True | undefined

    Represents sources to watch. If string or array of string are given, search sources with that name. True stands for all sources. undefined binds only default data source.

Returns

Returned value is the corresponding WatchableEntity

@GerkinDev GerkinDev self-assigned this Mar 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant