Makes a request to BoxRec to return/save the PDF version of a boxer profile
the BoxRec global id of the boxer
directory to save to. if not used will only return data
file name to save as. Will save as {globalId}.pdf as default. Add .pdf to end of filename
Makes a request to BoxRec to return/save the printable version of a boxer profile
the BoxRec global id of the boxer
directory to save to. if not used will only return data
file name to save as. Will save as {globalId}.html as default. Add .html to end of filename
Makes a request to BoxRec to return a list of current champions
Makes a request to BoxRec to get events/bouts on the particular date
date to search for. Format ex. 2012-06-07
Makes a request to BoxRec to retrieve an event by id
the event id from BoxRec
Makes a request to BoxRec to list events by location
params included in this search
the number of rows to offset the search
Make a request to BoxRec to search for people by location
params included in this search
the number of rows to offset the search
Makes a search request to BoxRec to get all people that match that name by using a generator, we're able to prevent making too many calls to BoxRec
the person's first name
the person's last name
the role of the person
whether the person is active in Boxing or not
the number of rows to offset the search
Make a request to BoxRec to get a person by their BoxRec Global ID
the BoxRec profile id
the role of the person in boxing (there seems to be multiple profiles for people if they fall under different roles)
offset number of bouts/events in the profile. Not used for boxers as boxer's profiles list all bouts they've been in
Makes a request to BoxRec to get a list of ratings/rankings, either P4P or by a single weight class
params included in this search
the number of rows to offset the search
Makes a request to BoxRec to get a list of results. Uses same class
params included in this search
the number of rows to offset this search
Makes a request to BoxRec to get a list of scheduled events
params included in this search
the number of rows to offset the search
Makes a request to BoxRec to the specific title URL to get a belt's history
in the format of "6/Middleweight" which would be the WBC Middleweight title
the number of rows to offset the search
Makes a request to BoxRec to return scheduled and previous bouts in regards to a belt/division
Makes a request to BoxRec to get the information of a venue
the number of rows to offset the search
Lists all boxers that are watched by the user
Makes a request to BoxRec to log the user in This is required before making any additional calls The session cookie is stored inside this class and lost Note: credentials are sent over HTTP, BoxRec doesn't support HTTPS
your BoxRec username
your BoxRec password
If the response is undefined, you have successfully logged in. Otherwise an error will be thrown
Makes a request to BoxRec to search people by name, role and if they are active Note: currently only supports boxers
params included in this search
the number of rows to offset the search
Removes the boxer from the users watch list, returns true if they were successfully removed
Adds the boxer to the users watch list, returns true if they were successfully added to the list
Generated using TypeDoc
Makes a request to BoxRec to get information about an individual bout