datasources
Classes
GitHubDataSource
Implements
Constructors
new GitHubDataSource()
new GitHubDataSource(url): GitHubDataSource
Parameters
• url: string
Returns
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/datasources.ts:21
Properties
url
url: URL;
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/datasources.ts:20
Methods
getGraphs()
getGraphs(): Promise<Graph[]>
Returns
Implementation of
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/datasources.ts:25