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 4735cd8 commit f2d4b6eCopy full SHA for f2d4b6e
.gitignore
@@ -14,3 +14,6 @@ CSharpHTTPClient/packages/
14
CSharpHTTPClient/CSharpHTTPClient.sln.VisualState.xml
15
*.PublicKey
16
*.pfx
17
+
18
+# Environment files
19
+.env/*.*
Example/.env_sample
@@ -0,0 +1 @@
1
+export SENDGRID_API_KEY=''
README.md
@@ -86,6 +86,8 @@ Console.WriteLine(response.Body.ReadAsStringAsync().Result);
86
Console.WriteLine(response.Headers.ToString());
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
<a name="usage"></a>
92
# Usage
93
0 commit comments