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

Define endpoints #17

Closed
sithumonline opened this issue Feb 3, 2021 · 4 comments · Fixed by #22
Closed

Define endpoints #17

sithumonline opened this issue Feb 3, 2021 · 4 comments · Fixed by #22

Comments

@sithumonline
Copy link
Member

No description provided.

@sithumonline sithumonline added this to To do in RSVP-API-MVP Feb 22, 2021
@sithumonline sithumonline moved this from To do to In progress in RSVP-API-MVP Feb 22, 2021
@sithumonline
Copy link
Member Author

sithumonline commented Feb 22, 2021

Attendees

GET {{domain}}/user - Get list of attendees
GET {{domain}}/user/:id - Get a attendee by id
POST {{domain}}/user - Create a attendee

Auth

POST {{domain}}/user/login - Admin login
POST {{domain}}/user/signup - Create a admin account

Event

GET {{domain}}/event - Get list of events
GET {{domain}}/event/:id - Get a event by id
POST {{domain}}/event/:id - Create a event

Mail

POST {{domain}}/mail - Send mail/mails to attendee/attendees

Health

GET {{domain}}/health - Get health of the service

@sithumonline
Copy link
Member Author

@nandunbandara @Shehanka What's your opinion?

@sithumonline sithumonline added this to In progress in SLIIT FOSS RSVP Feb 23, 2021
@sithumonline sithumonline moved this from In progress to Code review in SLIIT FOSS RSVP Feb 23, 2021
@chamodshehanka
Copy link
Member

POST {{domain}}/user/:id - Create a attendee

why did you put id param in a POST request?

@sithumonline
Copy link
Member Author

POST {{domain}}/user/:id - Create a attendee

why did you put id param in a POST request?

Done

SLIIT FOSS RSVP automation moved this from Code review to Done Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
RSVP-API-MVP
In progress
Development

Successfully merging a pull request may close this issue.

2 participants