{{ ossHeader }}
Japanese: 日本語
The Momento Dotnet SDK package is available on nuget: momentohq/client-sdk-dotnet.
Here is a quickstart you can use in your own project:
{% include "./examples/MomentoUsage/Program.cs" %}
Note that the above code requires an environment variable named MOMENTO_AUTH_TOKEN which must be set to a valid Momento authentication token.
Documentation is available on the Momento Docs website.
Ready to dive right in? Just check out the examples directory for complete, working examples of how to use the SDK.
If you are interested in contributing to the SDK, please see the CONTRIBUTING docs.
{{ ossFooter }}