项目作者: shuppet

项目描述 :
Raku module for authenticating against Discord's OAuth2 API.
高级语言: Raku
项目地址: git://github.com/shuppet/p6-oauth2-discord.git
创建时间: 2018-11-29T12:21:26Z
项目社区:https://github.com/shuppet/p6-oauth2-discord

开源协议:BSD 3-Clause "New" or "Revised" License

下载


logo

OAuth2::Discord is a Raku (formerly Perl 6) module for authenticating against Discord’s OAuth2 API.

Installation

… from zef

  1. zef install OAuth2::Discord

… from source

  1. git clone https://github.com/shuppet/p6-oauth2-discord
  2. cd p6-oauth2-discord/ && zef install ${PWD}