Google::Apis::Core::BaseService
Base class for all Google API services. Handles HTTP communication, authentication, retries, and file upload/download.
Constructors
Instance methods
execute(method : String, path : String, query : Hash(String, String | Nil) = {} of String => String | ::Nil, body : String | Nil = nil, headers : HTTP::Headers | Nil = nil) : HTTP::Client::Response
Execute an HTTP request with automatic retry on transient errors.
API key for unauthenticated requests. Read from ENV["API_KEY"] by default.