Documentation
    Preparing search index...

    Function skill

    • Returns the skill information for the specified character class and skill slugs.

      Parameters

      • characterClassSlug: string

        The slug of the character class.

      • skillSlug: string

        The slug of the skill.

      Returns {
          _responseType?: SkillResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      The skill resource. See SkillResponse.

      • Optional Internal_responseType?: SkillResponse

        The response type of the resource

      • Optionalnamespace?: BlizzardNamespaces
      • Optionalparameters?: Record<string, unknown>
      • path: string