pl-api
    Preparing search index...

    Function oembedCategory

    • Parameters

      Returns {
          getOembed: (
              url: string,
              maxwidth?: number,
              maxheight?: number,
          ) => Promise<
              {
                  author_name: string;
                  author_url: string;
                  cache_age: number;
                  height: number
                  | null;
                  html: string;
                  provider_name: string;
                  provider_url: string;
                  type: string;
                  version: string;
                  width: number | null;
              },
          >;
      }

      • getOembed: (
            url: string,
            maxwidth?: number,
            maxheight?: number,
        ) => Promise<
            {
                author_name: string;
                author_url: string;
                cache_age: number;
                height: number
                | null;
                html: string;
                provider_name: string;
                provider_url: string;
                type: string;
                version: string;
                width: number | null;
            },
        >

        Get OEmbed info as JSON