mirror of
https://github.com/Ahrimdon/detailed-cod-tracker.git
synced 2025-01-18 08:25:00 -05:00
.. | ||
Properties | ||
.editorconfig | ||
.gitignore | ||
ALT.cs | ||
CODAPI.cs | ||
CSharp-CODAPI.csproj | ||
CSharp-CODAPI.sln | ||
CW.cs | ||
Helpers.cs | ||
Http.cs | ||
LICENSE | ||
MW2.cs | ||
MW.cs | ||
README.md | ||
SHOP.cs | ||
Types.cs | ||
USER.cs | ||
VG.cs | ||
WZ.cs |
Call Of Duty API Wrapper
Call of Duty Api is a promised based wrapper for the "private" API that Activision use on the callofduty.com website.
This wrapper is written in C# and is publicly available on nuget.
Discord
Join the discord: here
Website
Documentation
You can find documentation here.
Libraries
node-callofduty - NodeJS implementation of the wrapper cod-python-api - Python implementation of the wrapper written by Engineer15 & TodoLodo