We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca48106 commit b4a582cCopy full SHA for b4a582c
README.md
@@ -19,7 +19,7 @@ puts response.response_headers
19
`POST /your/api/{param}/call` with headers, query parameters and a request body with versioning.
20
21
```ruby
22
-import 'ruby_http_client'
+require 'ruby_http_client'
23
global_headers = {'Authorization' => 'Basic XXXXXXX' }
24
client = SendGrid::Client(host: 'base_url', request_headers: global_headers)
25
query_params = { 'hello' => 0, 'world' => 1 }
0 commit comments