IGPAPI
    Preparing search index...

    Function ChallengeFetch

    • GET the challenge state from /api/v1{apiPath}. Returns unknown — caller uses Schema.is to determine the type.

      Parameters

      • OptionalapiPath: string

      Returns Effect<
          unknown,
          IgApiError
          | RequestError
          | ParseError
          | TransportError,
          PlainJsonApiHttp | MobileSession | MobileDevice,
      >