Interface UrlFetchApp

指定したURLへのリクエストを提供します。Provides a request to the specified URL.

Hierarchy

  • UrlFetchApp

Methods

Methods

  • URLをフェッチします。Fetches URLs.

    Returns

    HTTPレスポンスデータHTTP response data

    Parameters

    • url: string

      取得するURL URL to retrieve

    Returns HTTPResponse

  • オプションの引数を使用してURLをフェッチします。Fetches URLs using optional arguments.

    Returns

    HTTPレスポンスデータHTTP response data

    Parameters

    • url: string

      取得するURL URL to retrieve

    • params: UrlParams

      オプションの引数 optional arguments

    Returns HTTPResponse