mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 12:58:32 +03:00
Make new route in api instead of going through npm script; new retrieveAll call for controller
This commit is contained in:
@@ -39,6 +39,10 @@ class Controller {
|
||||
})
|
||||
}
|
||||
|
||||
retrieveAll (blueprints) {
|
||||
// index through bps, grab data and add to existing data object with value for url name and data points for data object, write to file and return success msg; catch errors appropriately
|
||||
}
|
||||
|
||||
retrieve (sheet, tab, resource) {
|
||||
if (this._sheetExists(sheet)) {
|
||||
const fetcher = this.fetchers[sheet]
|
||||
|
||||
Reference in New Issue
Block a user