![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowDorkingEngineSelection | WithApiKey (string apiKey) |
| IAllowGenerateAPIKey | WithCredentials (ICredentials credentials) |
| IAllowGenerateAPIKey | WithProjectName (string projectName) |
| IAllowGenerateAPIKey | WithProjectId (string projectId) |
| IAllowDorkingApiKey | GenerateApiKey (out string apiKey) |
| IAllowDorkingQueryBuilding | WithDateRestriction (DateRestriction restriction, int? customValue=null) |
| IAllowDorkingQueryBuilding | WithSortBy (SortOption sortBy) |
| IAllowDorkingQueryExecution | SearchFor (string searchTerm) |
| IAllowDorkingQueryBuilding | GetResults (out IGPALGrid< string > results) |
| IGoogleDorking | ToGPALObject () |
| IAllowDorkingQueryBuilding | WithEngineId (string engineId) |
| IAllowDorkingQueryBuilding | WithExcludeTerm (string term) |
| IAllowDorkingQueryBuilding | WithSite (string site) |
| IAllowDorkingQueryBuilding | WithFileType (FileType fileType) |
| IAllowDorkingQueryBuilding | WithInTitle (string term) |
| IAllowDorkingQueryBuilding | WithInUrl (string term) |
| IAllowDorkingQueryBuilding | WithResultsPerPageUpTo10 (int num) |
| IAllowDorkingQueryExecution | SearchForExactPhrase (string searchTerm) |
Static Public Member Functions | |
| static bool | IsValidApiKeyFormat (string apiKey) |
Properties | |
| GoogleDorkingConfig | Config [get] |
| string | ApiKey [get] |
| string | EngineId [get] |
Definition at line 76 of file GoogleDorking.cs.
| GenerallyPositive.GoogleDorking.GoogleDorking | ( | ) |
Definition at line 91 of file GoogleDorking.cs.
| IAllowDorkingApiKey GenerallyPositive.GoogleDorking.GenerateApiKey | ( | out string | apiKey | ) |
Definition at line 132 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.GetResults | ( | out IGPALGrid< string > | results | ) |
Definition at line 236 of file GoogleDorking.cs.
|
static |
Definition at line 303 of file GoogleDorking.cs.
| IAllowDorkingQueryExecution GenerallyPositive.GoogleDorking.SearchFor | ( | string | searchTerm | ) |
Definition at line 222 of file GoogleDorking.cs.
| IAllowDorkingQueryExecution GenerallyPositive.GoogleDorking.SearchForExactPhrase | ( | string | searchTerm | ) |
Definition at line 397 of file GoogleDorking.cs.
| IGoogleDorking GenerallyPositive.GoogleDorking.ToGPALObject | ( | ) |
Definition at line 298 of file GoogleDorking.cs.
| IAllowDorkingEngineSelection GenerallyPositive.GoogleDorking.WithApiKey | ( | string | apiKey | ) |
Definition at line 100 of file GoogleDorking.cs.
| IAllowGenerateAPIKey GenerallyPositive.GoogleDorking.WithCredentials | ( | ICredentials | credentials | ) |
Definition at line 114 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithDateRestriction | ( | DateRestriction | restriction, |
| int? | customValue = null ) |
Definition at line 193 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithEngineId | ( | string | engineId | ) |
Definition at line 316 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithExcludeTerm | ( | string | term | ) |
Definition at line 329 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithFileType | ( | FileType | fileType | ) |
Definition at line 347 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithInTitle | ( | string | term | ) |
Definition at line 366 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithInUrl | ( | string | term | ) |
Definition at line 375 of file GoogleDorking.cs.
| IAllowGenerateAPIKey GenerallyPositive.GoogleDorking.WithProjectId | ( | string | projectId | ) |
Definition at line 126 of file GoogleDorking.cs.
| IAllowGenerateAPIKey GenerallyPositive.GoogleDorking.WithProjectName | ( | string | projectName | ) |
Definition at line 120 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithResultsPerPageUpTo10 | ( | int | num | ) |
Definition at line 384 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithSite | ( | string | site | ) |
Definition at line 338 of file GoogleDorking.cs.
| IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithSortBy | ( | SortOption | sortBy | ) |
Definition at line 211 of file GoogleDorking.cs.
|
get |
Definition at line 80 of file GoogleDorking.cs.
|
get |
Definition at line 78 of file GoogleDorking.cs.
|
get |
Definition at line 81 of file GoogleDorking.cs.