CapitalOnTap / marqeta-csharp-core-sdk

Marqeta C# Software Development Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Build Status NuGet Version NuGet Downloads

marqeta-csharp-core-sdk

Marqeta C# Software Development Kit

Documentation

For complete reference documentation, see the Marqeta Core API Reference.

Generating SDK

Make sure dotnet SDK is installed first

Run command dotnet fsi GenerateSdkFromSourceUrl.fsx

Running tests

To run tests locally, user secrets need to be configured to use your developer public sandbox instance.

dotnet user-secrets set "Marqeta:BaseUrl" "https://sandbox-api.marqeta.com/v3/"
dotnet user-secrets set "Marqeta:UserName" "<Application token>"
dotnet user-secrets set "Marqeta:Password" "<Access Token>"

You can obtain a developer public sandbox by signing up to marqeta as per instructions here

About

Marqeta C# Software Development Kit

License:MIT License


Languages

Language:C# 99.2%Language:F# 0.7%Language:PowerShell 0.1%