Skip to content

victorpereira01/codmw-arsenal-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Call of Duty Modern Warfare/Warzone Arsenal API

banner

❓ About

API containing the entire COD Modern Warfare/Warzone arsenal

📑 Documentation

See full documentation at: https://codmw-arsenal.herokuapp.com/swagger-ui.html

Register request example

request

🆕 Updates

  • Season 6 Patch:
    • New weapons AS VAL and SP-R208 and Origin nerf.

🚀 Technologies

  • Spring Boot
  • MongoDB

🤔 Como contribuir

  • Faça um fork desse repositório;
  • Cria uma branch com a sua feature: git checkout -b minha-feature;
  • Faça commit das suas alterações: git commit -m 'feat: Minha nova feature';
  • Faça push para a sua branch: git push origin minha-feature.