GitXplorerGitXplorer
e

discor.d

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b3da98346191eb18a81eb3e1d022a7e595df7dc3

Try to port most types to new json parsing

eemilyploszaj committed 4 years ago
Unverified
aad8776937884c71c3599b488d5fe50d0168eca5

Type reformatting

eemilyploszaj committed 5 years ago
Unverified
52104b70eeb941550c17665dcc083746a7033988

Updated Nullable convention and fixed GET requests

eemilyploszaj committed 5 years ago
Unverified
caf59e0af97f09e05394cf80b44e0d860ae7caa2

Added to graceful close

eemilyploszaj committed 5 years ago
Unverified
102eae6cb9c39a83794a836f2e84016324b4fbc6

Added graceful close, certain error logging

eemilyploszaj committed 5 years ago
Unverified
f068186c5a0e275db00a45b00909838e832e0ab9

Changed example documentation to reflect changes

eemilyploszaj committed 6 years ago

README

The README file for this repository.

discor.d

discor.d is a library for interacting with the Discord REST and websocket APIs. There currently is no support for any voice endpoints and no plan to implement this in the future. Discord is nearly feature complete and fully usable but is currently not being released as a completed version until documentation and examples are more fully explored and general cleaning is done on the rest of library.

Examples

See this repository's examples folder for a collection of full usage examples

Development

discor.d is current in development although is mostly feature complete and completely usable. Important features such as rate limiting are correctly implemented and bots using discor.d will follow Discord's rules. Most calls and variables should remain the same with some missing features implemented soon.

Installation

discor.d will be available on dub after the full release. To use it now you can either build it with dub and link it later or add the root directory as a local dub import path in any of your projects.

Documntation

Documentation is not completely finished and currently is only viewable through source code. Web based documentation will be available after full release in addition to a getting started guide.