class Google::Apis::Core::BatchRequest

Defined in:

google/apis/core/batch_request.cr

Constant Summary

MAX_BATCH_SIZE = 50

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, batch_path : String = "/batch/youtube/v3", authorization : String | Nil = nil) #

[View source]

Instance Method Detail

def add(method : String, path : String, body : String | Nil = nil, headers : Hash(String, String) = {} of String => String, &callback : HTTP::Client::Response -> ) : Nil #

[View source]
def add(method : String, path : String, body : String | Nil = nil, headers : Hash(String, String) = {} of String => String) : Nil #

[View source]
def entries : Array(Entry) #

[View source]
def execute : Array(HTTP::Client::Response) #

[View source]