Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 541 Bytes

twilight-oauth2

twilight-oauth2 is a library for the twilight-rs ecosystem with support for creating requests and parsing response bodies for Discord's OAuth 2 API.

Installation

Add the following to your Cargo.toml:

[dependencies]
twilight-oauth2 = { branch = "trunk", git = "https://github.com/twilight-rs/twilight" }