Skip to main content

IssuuSDK Documentation

A .NET library for the Issuu v2 API

NuGetGitHub: mainGithub: releaseGitHub starsGitHub issuesLicense

IssuuSDK - An open-source Unofficial SDK for integrating with the Issuu V2 API

The IssuuSDK can be used to manage your Issuu documents.

Quick start (.NET Core & .NET 5+)

Install the NuGet package:

dotnet add package IssuuSDK

Then add the IssuuSDK to your services:

services.AddIssuu();

Add your auth token to your config:

{
"Issuu": {
"Token": "YOUR_AUTH_TOKEN"
}
}

Then use it in your code:

public class MyClass(IIssuuApiClient client)
{
public async Task DoSomething()
{
var drafts = await client.GetDraftsAsync();
}
}

Open source

This project uses open-source components. Please consider contributing to, or sponsoring these amazing projects: