Skip to main content

Installing the SDK

Most of the capabilities of the system are exposed through the Dime.Scheduler API, and as such, any technology that is able to send and receive web requests can interact with Dime.Scheduler. To enhance the development experience, we've added a wrapper around those services with SDKs for .NET, JS, and other programming languages.

The only thing you need to do is install the package in the project that you're working on is an API key that administrators can create in the app.

.NET SDK

For .NET developers, installing the SDK as simple as installing a NuGet package:

dotnet add package Dime.Scheduler --version VERSION_NO
warning

For the SDK of the on-premises version, use the Dime.Scheduler.Sdk NuGet package. The Dime.Scheduler package only targets the cloud version.