Thomas Olausson
Thomas Olausson
In this generated model [Acme.App.MastercardApi.Client/Model/AuthenticationMethods.cs](https://github.com/Mastercard/mastercard-api-client-tutorial/blob/main/csharp/Acme.App.MastercardApi.Client/Model/AuthenticationMethods.cs#L51) the id is of type int, but the openapi spec says string  this causes an error when the API client tries de-serialize a response...
Heya, I generated a C# client from the openapi spec. I noticed the generated API client will call paths relative to sandbox For example [TokenizeApi.CreateTokenizeWithHttpInfoAsync](https://github.com/Mastercard/mastercard-api-client-tutorial/blob/main/csharp/Acme.App.MastercardApi.Client/Api/TokenizeApi.cs#L300) Notice the path `...PostAsync("/digitization/static/1/0/tokenize",` This...