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

Implement 'Users' endpoints #8

Open
asm0dey opened this issue May 9, 2023 · 2 comments
Open

Implement 'Users' endpoints #8

asm0dey opened this issue May 9, 2023 · 2 comments

Comments

@asm0dey
Copy link
Collaborator

asm0dey commented May 9, 2023

No description provided.

@asm0dey asm0dey self-assigned this May 9, 2023
@asm0dey
Copy link
Collaborator Author

asm0dey commented May 9, 2023

URL Verbs Meaning state
/users GET Retrieve all the users [x]
/users/{ids} GET Retrieve a set of users via a semi-colon separated list of IDs [x]
/users/{ids}/comments GET Retrieve all the comments made by a set of users via a semi-colon separated list of IDs [x]
/users/{ids}/questions GET Retrieve all the questions made by a set of users via a semi-colon separated list of IDs [x]
/users/{ids}/answers GET Retrieve all the answers made by a set of users via a semi-colon separated list of IDs [x]
/users/me GET Retrieve the current user
/users/me/comments GET Retrieve the current users comments
/users/me/questions GET Retrieve the current users questions
/users/me/answers GET Retrieve the current users answers

@asm0dey
Copy link
Collaborator Author

asm0dey commented May 11, 2023

@svtk @garthgilmourni I have a bit of an issue here. We have several /me endpoints, but they are impossible to implement until we add the authentication layer. Do you mind if I move them to a separate issue?

@asm0dey asm0dey removed their assignment May 17, 2023
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

No branches or pull requests

1 participant