#A-Z Report
This Repository is the app for the Von Homer App for uploading csv data
Upload static files we need to check out this data: Image File
Jaylen James contribution. Gastrocnemius
def foo
puts 'bar'
end
- Resource description
- Endpoints and methods
- Parameters
- Request Example
- Response Example and Schema
/login/
- User is able to login into the profile.
- This user is connected to their organization, and players that they are keeping track off. -> "Incorrect" - Kehlin
- The login uses get function to retreive relevant athlete's data.
- the login uses post function to access key information of the user logining.
- Get function is used to retrieve information about the trainer.
- If trainer is not available, user will be retunred to the login page.
- Returns the player's data including their name, the team they are on, their team id, and their age.
- POST: The same data can be posted or applied to the player's account.
- GET session information from a certain player
- A required parameter is the player ID
- GET information regarding a player's likelihood for being injured
- GET a composite score for a certain player
- Required parameter is the players ID number