Class AgendaCrawler<A, M, F>Abstract

Type Parameters

Hierarchy

Constructors

Properties

constructor: typeof DataCrawler
forums: F[] = []
mentors: M[] = []
baseURI: string = ''
schema: URLPattern

Methods

  • Parameters

    • agendas: A[]

    Returns {
        agendas: (Omit<A, "mentor" | "forum"> & {
            forum: string;
            mentor: string;
        })[];
        forums: F[];
        mentors: M[];
    }

    • agendas: (Omit<A, "mentor" | "forum"> & {
          forum: string;
          mentor: string;
      })[]
    • forums: F[]
    • mentors: M[]

Generated using TypeDoc