We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a717c6e + f55dbd7 commit bb4f88bCopy full SHA for bb4f88b
1 file changed
openapi/templates/README.mustache
@@ -55,8 +55,10 @@ namespace MyProject
55
{
56
static void Main(string[] args)
57
58
- // Configure with your Client ID/API Key from https://dashboard.mx.com
59
Configuration config = new Configuration();
+ config.DefaultHeaders = new Dictionary<string, string>{{ "Accept", "application/vnd.mx.api.v1+json" }};
60
+
61
+ // Configure with your Client ID/API Key from https://dashboard.mx.com
62
config.Username = "Your Client ID";
63
config.Password = "Your API Key";
64
0 commit comments