toofz API is a REST API that serves data for Crypt of the NecroDancer items, enemies, leaderboards, and player stats. Its primary purpose is to serve as a backend for toofz. It also serves other community projects such as StatsBot.
toofz API is an ASP.NET Web API-based service. It uses Entity Framework to retrieve data from a SQL Server database.
toofz API is a component of toofz. Information about other projects that support toofz can be found in the meta-repository.
- toofz Leaderboards Service
- toofz Daily Leaderboards Service
- toofz Players Service
- toofz Replays Service
- toofz NecroDancer Core
- toofz Data
- .NET Framework 4.6.1
- IIS
- SQL Server
Contributions are welcome for toofz API.
- Want to report a bug or request a feature? File a new issue.
- Join in design conversations.
- Fix an issue or add a new feature.
- Aside from trivial issues, please raise a discussion before submitting a pull request.
- Visual Studio 2017
Open the solution file and build. Use Test Explorer to run tests.
toofz API is released under the MIT License.