Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 663 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 663 Bytes

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.