IProvider
Direct Subclass:
Direct Implemented:
Interface for scraping and content from various sources.
Test:
Method Summary
Public Methods | ||
public abstract |
Get the contents for a configuration. |
|
public abstract |
scrapeConfigs(): Promise<Array<Object>, Error> Get the contents for the configurations. |
Public Methods
public abstract scrapeConfig(config: Object): Promise<Array<Object>, Error> source
Get the contents for a configuration.
Params:
Name | Type | Attribute | Description |
config | Object |
|
The config to get content with. |
Throw:
Using default method: '_scrapeConfig' |