Skip to main content
The Schedo Go SDK provides a type-safe and intuitive way to interact with the Schedo API from your Go applications.

Installation

Install the SDK using Go modules:

Authentication

First, create a Schedo client with your API key:

Defining a Job

Here’s how to define a new job using the SDK:

Best Practices

  1. Context Usage: Use job execution context to get more details about the job
  2. Error Handling: Always check for errors and handle them appropriately: