mastercard-api-client-tutorial icon indicating copy to clipboard operation
mastercard-api-client-tutorial copied to clipboard

Generating and Configuring a Mastercard API Client

Results 12 mastercard-api-client-tutorial issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies
.NET

Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies
javascript

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...

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.5 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies
php

Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies
java

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.8.2 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....

dependencies
php

Dears I have the same issue mentioned here https://github.com/Mastercard/mastercard-api-client-tutorial/issues/29 https://github.com/Mastercard/mastercard-api-client-tutorial/issues/20 I followed this tutorial https://developer.mastercard.com/mdes-digital-enablement/documentation/tutorials/create-a-new-project/#6-download-client-encryption-key-sandbox I download this github project for c# I modified the specified fields in the doc...