cod-api
cod-api copied to clipboard
A thin Call of Duty API wrapper written in TypeScript
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.3.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
please make one for call of duty mobile
Looks like MW is availalable through the API. Example Requests - `https://my.callofduty.com/api/papi-client/crm/cod/v2/title/mw/platform/battle/gamer/Gazreyn%232546/profile?type=mp` Requires Authentication: `https://my.callofduty.com/api/papi-client/crm/cod/v2/title/mw/platform/battle/gamer/Gazreyn%232546/matches/mp/start/0/end/0/details`
It's a little out of scope of what you can do on your end, but it looks like Treyarch's API is starting to require some sort of authorization. Murmurs on...
I found this endpoint - I didn't see it listed in b04.ts: `${BO4_ENDPOINT}/platform/${platform}/gamer/${username}/matches/zombies/start/0/end/0` It seems to return the metadata for all matches, instead of just the details of 20 within...
Hi, Is there a way to get the zombies challenges with the API ?