项目作者: shuppet
项目描述 :
Raku module for authenticating against Discord's OAuth2 API.
高级语言: Raku
项目地址: git://github.com/shuppet/p6-oauth2-discord.git

OAuth2::Discord
is a Raku (formerly Perl 6) module for authenticating against Discord’s OAuth2 API.
Installation
… from zef
zef install OAuth2::Discord
… from source
git clone https://github.com/shuppet/p6-oauth2-discord
cd p6-oauth2-discord/ && zef install ${PWD}