We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16afa29 commit d5363fdCopy full SHA for d5363fd
README.md
@@ -39,8 +39,10 @@ using ApiToolkit.Net;
39
40
var config = new Config
41
{
42
- Debug = true, # Set debug flags to false in production
43
- ApiKey = "{ENTER_YOUR_API_KEY_HERE}"
+ ApiKey = "{ENTER_YOUR_API_KEY_HERE}",
+ Debug = false,
44
+ Tags = new List<string> { "environment: production", "region: us-east-1" },
45
+ ServiceVersion: "v2.0",
46
};
47
var client = await APIToolkit.NewClientAsync(config);
48
0 commit comments