GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.GoogleDorkingConfig Class Reference

Public Member Functions

void Save (GPALFile file=null)
 Saves this configuration to file. If file is provided it becomes the new default path for this session.

Static Public Member Functions

static GoogleDorkingConfig Load (GPALFile file=null)
 Loads the Google Dorking config from file, falling back to defaults if missing or invalid. If file is provided it becomes the new default path for this session.

Properties

string SearchApiBase = "https://www.googleapis.com/customsearch" [get, set]
string SearchEndpoint = "/v1" [get, set]
string QueryFields = "items(title,link,snippet)" [get, set]
string ApiKey [get, set]
string EngineId [get, set]

Detailed Description

Definition at line 26 of file GoogleDorking.cs.

Member Function Documentation

◆ Load()

GoogleDorkingConfig GenerallyPositive.GoogleDorkingConfig.Load ( GPALFile file = null)
static

Loads the Google Dorking config from file, falling back to defaults if missing or invalid. If file is provided it becomes the new default path for this session.

Definition at line 40 of file GoogleDorking.cs.

◆ Save()

void GenerallyPositive.GoogleDorkingConfig.Save ( GPALFile file = null)

Saves this configuration to file. If file is provided it becomes the new default path for this session.

Definition at line 68 of file GoogleDorking.cs.

Property Documentation

◆ ApiKey

string GenerallyPositive.GoogleDorkingConfig.ApiKey
getset

Definition at line 33 of file GoogleDorking.cs.

◆ EngineId

string GenerallyPositive.GoogleDorkingConfig.EngineId
getset

Definition at line 34 of file GoogleDorking.cs.

◆ QueryFields

string GenerallyPositive.GoogleDorkingConfig.QueryFields = "items(title,link,snippet)"
getset

Definition at line 32 of file GoogleDorking.cs.

◆ SearchApiBase

string GenerallyPositive.GoogleDorkingConfig.SearchApiBase = "https://www.googleapis.com/customsearch"
getset

Definition at line 30 of file GoogleDorking.cs.

◆ SearchEndpoint

string GenerallyPositive.GoogleDorkingConfig.SearchEndpoint = "/v1"
getset

Definition at line 31 of file GoogleDorking.cs.


The documentation for this class was generated from the following file: