Thomas Olausson

Results 2 issues of 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 ![image](https://user-images.githubusercontent.com/670/191389051-3dac04a2-fffd-4e51-add5-cf920720d8a4.png) 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...