Skip to content

schulz3000/dotnet-skynet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-skynet

SDK for integrating Skynet into dotnet applications

Build

dotnet-skynet

NuGet

dotnet-skynet

Work in Progress

  • NuGet Package
  • CI Pipeline
  • Directory upload
  • Better Documentation (incl. inline docs)

How to use

using var client = new SkynetClient();

var blocklists = await client.GetBlocklists();

var stats = await client.GetStatistic();

var metadata = await client.GetFileMetadata("IADR9tvmKSzmY-i0Bfyd8mXgaGUZmuQDsbimvgjnFQXIhQ");

var downloadMetadata = await client.Download("IADR9tvmKSzmY-i0Bfyd8mXgaGUZmuQDsbimvgjnFQXIhQ", @"c:\temp\sia");

var response = await client.Upload(@"c:\temp\sia\sia-lm.png");

Console.WriteLine(response.Skylink);

About

SDK for integrating Skynet into dotnet applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages