File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -85,14 +85,20 @@ Console.WriteLine(response.StatusCode);
8585Console .WriteLine (response .Body .ReadAsStringAsync ().Result );
8686Console .WriteLine (response .Headers .ToString ());
8787```
88-
89- You can use the ``` .env_example ``` file located at "examples" folder. Just copy it to a ``` .env ``` folder ou can put on your project's root.
90-
9188<a name =" usage " ></a >
9289# Usage
9390
9491- [ Example Code] ( https://github.com/sendgrid/csharp-http-client/blob/master/Example/Example.cs )
9592
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+
96102<a name =" roadmap " ></a >
97103# Roadmap
98104
@@ -123,4 +129,4 @@ csharp-http-client is guided and supported by the SendGrid [Developer Experience
123129csharp-http-client is maintained and funded by SendGrid, Inc. The names and logos for csharp-http-client are trademarks of SendGrid, Inc.
124130
125131# License
126- [ The MIT License (MIT)] ( LICENSE.txt )
132+ [ The MIT License (MIT)] ( LICENSE.txt )
You can’t perform that action at this time.
0 commit comments