C#/.NET API client sample
The client sample at https://github.com/lab5e/csharp-simple demonstrates how to use the C# API client. The Com.Lab5e.Span package is available on NuGet
Create a new API token in the Span dashboard and run the sample with
dotnet run [API token]
Adding the dependency
Add the dependecy to your project by running the following command:
dotnet add package Com.Lab5e.Span --version 4.8.0