Table of Contents

Getting Started with HiAPI

This guide will help you get started with HiAPI development.

Installation

NuGet Server

HiAPI packages can be downloaded and installed from the HiAPI NuGet Server. The server URL is:

https://superhightech-gitea.webredirect.org/api/packages/HiAPI/nuget/index.json
Note
  • Authentication is required to access the server (username and password)
  • The server is designed for Visual Studio NuGet package management
  • Direct browser access to the URL will not show meaningful content
  • For more information about NuGet, visit NuGet.org

Adding the NuGet Source in Visual Studio

  1. Open Visual Studio
  2. Go to Tools > NuGet Package Manager > Package Manager Settings
  3. Under Package Sources, click the + button
  4. Add the HiAPI NuGet Server URL
  5. Enter your credentials when prompted

Basic Configuration

Note: Configuration examples will be added based on actual API usage patterns.

Next Steps