Skip to content

Commit bb4f88b

Browse files
Merge pull request #16 from mxenabled/bm/update_readme
Update README example
2 parents a717c6e + f55dbd7 commit bb4f88b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

openapi/templates/README.mustache

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ namespace MyProject
5555
{
5656
static void Main(string[] args)
5757
{
58-
// Configure with your Client ID/API Key from https://dashboard.mx.com
5958
Configuration config = new Configuration();
59+
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
6062
config.Username = "Your Client ID";
6163
config.Password = "Your API Key";
6264

0 commit comments

Comments
 (0)