Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add POST /admin/attendees as attendee import API #59

Merged
merged 4 commits into from
Mar 20, 2024

Conversation

dannyh79
Copy link
Collaborator

@dannyh79 dannyh79 commented Mar 20, 2024

#39

This adds endpoint POST /admin/attendees.

Example usage:

curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' \
  --data-urlencode 'file@PATH/TO/THE/CSV_FILE' \
  http://localhost:5173/admin/attendees

@dannyh79 dannyh79 requested a review from elct9620 March 20, 2024 03:37
@dannyh79 dannyh79 self-assigned this Mar 20, 2024
features/support/data/attendees.csv Outdated Show resolved Hide resolved
worker/controller/attendee.ts Outdated Show resolved Hide resolved
@dannyh79 dannyh79 requested a review from elct9620 March 20, 2024 16:08
@dannyh79 dannyh79 changed the title Add POST /attendees as attendee import API Add POST /admin/attendees as attendee import API Mar 20, 2024
@elct9620 elct9620 merged commit b189bdf into main Mar 20, 2024
4 checks passed
@elct9620 elct9620 deleted the feat/attendee-import-api#39 branch March 20, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants