Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 863 Bytes

1d6-api

The public REST API for 1D6.
Found here is Accounts, Mods, Servers, etc.
Written entirely in Rust, and hosted on Shuttle.

A lot of this project is based off Labrinth, Modrinth's backend services.
Full credit to them for a lot of the boilerplate code and its layout.
As such, this is licensed under AGPL v3.0, the same license as Labrinth's.

For Developers

A complete rewrite of the API Docs is underway, with support for all 4 SDKs.

Here are all the SDKs and their source code.

For Contributors

If adding another migration, make sure the file name is YYYYMMDD_Description.sql, as that makes it a little more organized.