Skip to content

itsWindows11/ThreadSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadSharp banner

ThreadSharp

A C# API wrapper for the Threads API.

NuGet Version

Documentation

You can browse the documentation at https://itswindows11.github.io/ThreadSharp.

Usage

You can start by initializing a ThreadsClient with an access token:

ThreadsClient threadsClient = new ThreadsClient("access-token");

Note that ThreadSharp doesn't handle authentication manually, so you will have to handle the authentication depending on your platform's OAuth2 library.