Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.github.princesslana:smalld

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.princesslana:smalld

Minimal Discord API wrapper

  • 0.5.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

SmallD

Build Technical Debt Code Coverage Discord

SmallD aims to be a minmalist client for the Discord API. It aims to let you use the Discord API, without hiding or abstracting it.

Features considered in scope:

  • Authentication, Identifying, Resuming
  • Hearbeat
  • Rate Limiting

Features considered out of scope:

  • Serialization or deserialization os JSON messages/payloads
  • Caching

Usage

Also see https://smalld.readthedocs.io.

Latest Release: Maven Central Javadocs

Add as a dependency to maven, using the latest release version:

  <dependency>
    <groupId>com.github.princesslana</groupId>
    <artifactId>smalld</artifactId>
    <version>LASTEST_VERSION</version>
  </dependency>

Development Version

Use jitpack.

Add the repository:

  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>

Add the dependency:

  <dependency>
    <groupId>com.github.princesslana</groupId>
    <artifactId>smalld</artifactId>
    <version>main-SNAPSHOT</version>
  </dependency>

Contact

Reach out to the Discord Projects Hub on Discord and look for the smalld channels.

Development

To run the junit tests:

$ mvn test

To run the code formatter:

$ mvn spotless:apply

To run the full set of verifications (including test coverage and style checks):

$ mvn verify

FAQs

Package last updated on 05 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc