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);
85
85
Console .WriteLine (response .Body .ReadAsStringAsync ().Result );
86
86
Console .WriteLine (response .Headers .ToString ());
87
87
```
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
-
91
88
<a name =" usage " ></a >
92
89
# Usage
93
90
94
91
- [ Example Code] ( https://github.com/sendgrid/csharp-http-client/blob/master/Example/Example.cs )
95
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
+
96
102
<a name =" roadmap " ></a >
97
103
# Roadmap
98
104
@@ -123,4 +129,4 @@ csharp-http-client is guided and supported by the SendGrid [Developer Experience
123
129
csharp-http-client is maintained and funded by SendGrid, Inc. The names and logos for csharp-http-client are trademarks of SendGrid, Inc.
124
130
125
131
# 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