File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h
88
99All updates to this library is documented in our [ CHANGELOG] ( https://github.com/sendgrid/php-http-client/blob/master/CHANGELOG.md ) .
1010
11+ # Table of Contents
12+ - [ Installation] ( #installation )
13+ - [ Quick Start] ( #quick-start )
14+ - [ Usage] ( #usage )
15+ - [ Thanks] ( #thanks )
16+ - [ About] ( #about )
17+
18+ <a name =" installation " ></a >
1119# Installation
1220
1321## Prerequisites
@@ -78,6 +86,7 @@ include __DIR__ . '/loader.php';
7886$client = new SendGrid\Client();
7987```
8088
89+ <a name =" quick-start " ></a >
8190# Quick Start
8291
8392Here is a quick example:
@@ -113,6 +122,7 @@ print $response->headers();
113122print $response->body();
114123```
115124
125+ <a name =" usage " ></a >
116126# Usage
117127
118128- [ Example Code] ( https://github.com/sendgrid/php-http-client/tree/master/examples )
@@ -132,10 +142,12 @@ Quick links:
132142- [ Sign the CLA to Create a Pull Request] ( https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla )
133143- [ Improvements to the Codebase] ( https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase )
134144
145+ <a name =" thanks " ></a >
135146# Thanks
136147
137148We were inspired by the work done on [ birdy] ( https://github.com/inueni/birdy ) and [ universalclient] ( https://github.com/dgreisen/universalclient ) .
138149
150+ <a name =" about " ></a >
139151# About
140152
141153php-http-client is guided and supported by the SendGrid [ Developer Experience Team] ( mailto:dx@sendgrid.com ) .
You can’t perform that action at this time.
0 commit comments