jamespot-user-api
    Preparing search index...

    Class JLandApi

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    network: Network

    Methods

    • Parameters

      • format: string = 'raw-list,licenses'

      Returns Promise<
          ApiWrapper<
              PagingResults<
                  Omit<
                      jArticleList,
                      | "id"
                      | "type"
                      | "limit"
                      | "mainType"
                      | "uri"
                      | "dateCreation"
                      | "dateModified"
                      | "title"
                      | "_url"
                      | "jlandMapKind"
                      | "jlandMapFlavor"
                      | "waMapUrl",
                  > & Omit<
                      jArticleLittle,
                      "type"
                      | "limit"
                      | "jlandMapKind"
                      | "jlandMapFlavor"
                      | "waMapUrl",
                  > & {
                      jlandMapFlavor: string;
                      jlandMapKind: string;
                      limit: number | null;
                      type: "jlandmap";
                      waMapUrl: string | null;
                  } & { _extend: Pick<z.infer<typeof extendSchema>, K[number]> },
              >,
              BaseMessages,
          >,
      >