Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Diashow C# API Demo

A professional .NET 8.0 implementation of the Diashow API client.

Setup

  1. Navigate to the directory:
    cd tools/api/csharp
  2. Restore packages:
    dotnet restore

Usage

Run the script:

dotnet run -- <display-ip> <filename> <api-key> [show-in-archive]

Compilation

Build a standalone executable:

dotnet publish -c Release -r <rid> --self-contained