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

Question Box JSON API #26

Open
cndreisbach opened this issue Oct 30, 2014 · 0 comments
Open

Question Box JSON API #26

cndreisbach opened this issue Oct 30, 2014 · 0 comments

Comments

@cndreisbach
Copy link
Contributor

Question Box needs an API! We have not yet covered how to do this, so whoever takes this on is adventuring into unknown territory.

Requirements

  • The API must emit JSON.
  • The API does not require authentication and is read-only.
  • The API should be implemented as an alternate response type on the current controller actions, or in some cases, new controller actions.
  • The following URLs should work:
    • questions.json
    • questions/:id.json
    • users/:id.json (shows user information, and a list of questions the user has asked).
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