ThemeParks.wiki Parks API - v2.0.0
    Preparing search index...

    Function getHttpRequesterForClassMethod

    • Get a specific HTTP method for a class by name, including parent class methods.

      Parameters

      • targetClass: new (...args: any[]) => any

        The class constructor to search for

      • methodName: string

        The method name to find

      Returns HTTPRequester | undefined

      HTTPRequester object if found, undefined otherwise