API for events data #33
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
translations
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 42CTF/website#33
Loading…
Reference in New Issue
No description provided.
Delete Branch "Danhia/website:api-events"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a new endpoint on
/api/events/event_slug
to retrieve events data.If event is password protected, then so is the corresponding endpoint: you need to pass the password as a GET parameter
?password=password
.Currently the data retrieved is the list of teams/players and the scores.