Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 3.57 KB

bug_report.md

File metadata and controls

54 lines (38 loc) · 3.57 KB
name about title labels assignees
Bug report
Create a report to help us improve
bug

Describe the bug

A clear and concise description of what the bug is, with a copy/paste of Java exception if present.

Join debug files

Depending your championship, join data files set in attachment.

  1. The MPG Mobile App JSon Response of these Request on https://api.mpg.football (see wiki Get MPG data for opening a bug for authentication and details):
Feature URL Reason
login GET /user/sign-in Retrieve userId
dashboard GET /dashboard/leagues Retrieve divisionId (~ mpg_division_MLEXXXXX_3_1)
division GET /division/mpg_division_MLEXXXXX_3_1 Retrieve mpg_team_MLEXXXXX_3_1_2 team for user league
team GET /team/mpg_team_MLEXXXXX_3_1_2 Retrieve Team and Bonus for team
coach GET /division/mpg_division_MLEXXXXX_3_1/coach Retrieve formation
availablePlayers GET /division/mpg_division_MLEXXXXX_3_1/available-players Retrieves available players details for incoming mercato or trading
poolPlayer GET /championship-players-pool/X Retrieve league players details (With X: 1=Ligue-1 / 2=Premier-League / 3=Liga / 4=Ligue-2 / 5=Serie-A)
clubs GET /championship-clubs Retrieve club names
  1. The Players statistics data, one JSon from:
  1. The Players statistics time update data : https://api.mlnstats.com/builds

  2. The Injury / Suspended data, one full HTML from:

Expected behavior

A clear and concise description of what you expected to happen.

If problem on update team feature, please join the Request and Response of PUT /match-team-formation/['matchTeamFormation.id' from 'coach' request, start with 'mpg_match_team_formation_'] when you save your team in MPG Mobile App.