class Google::Apis::Core::ApiCommand

Defined in:

google/apis/core/api_command.cr

Constant Summary

FIELDS_PARAM = "fields"
JSON_CONTENT_TYPE = "application/json"

Instance methods inherited from class Google::Apis::Core::HttpCommand

body : String | Nil body, body=(body : String | Nil) body=, method : String method, method=(method : String) method=, query : Hash(String, String | Nil) query, query=(query : Hash(String, String | Nil)) query=, url : String url, url=(url : String) url=

Constructor methods inherited from class Google::Apis::Core::HttpCommand

new(method : String, url : String, body : String | Nil = nil) new