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 e167a7f commit 6c9e121Copy full SHA for 6c9e121
README.md
@@ -85,20 +85,6 @@ Console.WriteLine(response.StatusCode);
85
Console.WriteLine(response.Body.ReadAsStringAsync().Result);
86
Console.WriteLine(response.Headers.ToString());
87
```
88
-<a name="usage"></a>
89
-# Usage
90
-
91
-- [Example Code](https://github.com/sendgrid/csharp-http-client/blob/master/Example/Example.cs)
92
93
-## Environment Variables
94
95
-You can do the following to create a .env file:
96
97
-```cp .env_example .env```
98
99
-Then, just add your API Key into your .env file.
100
101
102
<a name="roadmap"></a>
103
# Roadmap
104
0 commit comments