Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 973 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 973 Bytes

🎮 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.