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 @@ -9,6 +9,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h
99
1010All updates to this library is documented in our [ CHANGELOG] ( https://github.com/sendgrid/php-http-client/blob/master/CHANGELOG.md ) .
1111
12+ # Table of Contents
13+ - [ Installation] ( #installation )
14+ - [ Quick Start] ( #quick-start )
15+ - [ Usage] ( #usage )
16+ - [ Thanks] ( #thanks )
17+ - [ About] ( #about )
18+
19+ <a name =" installation " ></a >
1220# Installation
1321
1422## Prerequisites
@@ -79,6 +87,7 @@ include __DIR__ . '/loader.php';
7987$client = new SendGrid\Client();
8088```
8189
90+ <a name =" quick-start " ></a >
8291# Quick Start
8392
8493Here is a quick example:
@@ -114,6 +123,7 @@ print $response->headers();
114123print $response->body();
115124```
116125
126+ <a name =" usage " ></a >
117127# Usage
118128
119129- [ Example Code] ( https://github.com/sendgrid/php-http-client/tree/master/examples )
@@ -133,10 +143,12 @@ Quick links:
133143- [ Sign the CLA to Create a Pull Request] ( https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla )
134144- [ Improvements to the Codebase] ( https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase )
135145
146+ <a name =" thanks " ></a >
136147# Thanks
137148
138149We were inspired by the work done on [ birdy] ( https://github.com/inueni/birdy ) and [ universalclient] ( https://github.com/dgreisen/universalclient ) .
139150
151+ <a name =" about " ></a >
140152# About
141153
142154php-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