- .NET SDK
- A Momento Auth Token is required, you can generate one using the Momento CLI
cd MomentoExamples
dotnet nuget add source https://momento.jfrog.io/artifactory/api/nuget/nuget-public --name Momento-Artifactory
dotnet build
MOMENTO_AUTH_TOKEN=<YOUR AUTH TOKEN> dotnet run --project MomentoApplication
Example Code: MomentoApplication
SDK is built for target framework .NET Standard 2.1
The Momento SDK is available at https://momento.jfrog.io/ui/repos/tree/General/nuget-public
dotnet nuget add source https://momento.jfrog.io/artifactory/api/nuget/nuget-public --name Momento-Artifactory
dotnet add package MomentoSdk