Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 952 Bytes

README.template.md

File metadata and controls

33 lines (19 loc) · 952 Bytes

{{ ossHeader }}

Japanese: 日本語

Packages

The Momento Dotnet SDK package is available on nuget: momentohq/client-sdk-dotnet.

Usage

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_API_KEY which must be set to a valid Momento authentication token.

Getting Started and Documentation

Documentation is available on the Momento Docs website.

Examples

Ready to dive right in? Just check out the examples directory for complete, working examples of how to use the SDK.

Developing

If you are interested in contributing to the SDK, please see the CONTRIBUTING docs.

{{ ossFooter }}