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

REST API #6

Open
math-a3k opened this issue Jan 27, 2021 · 4 comments
Open

REST API #6

math-a3k opened this issue Jan 27, 2021 · 4 comments

Comments

@math-a3k
Copy link
Owner

There should be a REST API so third party apps can easily integrate with covid-ht.

The basic api would be:

  • /classify - POST for classifying
  • /data - GET for listing, POST for data input
  • /data/{uuid} - GET for detail, PUT and PATCH for modifying
@math-a3k math-a3k added the enhancement New feature or request label Jan 27, 2021
@math-a3k math-a3k self-assigned this Jan 27, 2021
@math-a3k
Copy link
Owner Author

The base, /data and /data/{uuid} is implemented in 7955135

@math-a3k
Copy link
Owner Author

/classify is implemented in a2fcbe6
Other related commits: 1872aa5, a770de1, a071ef1, ee4ab51, 52decb5

@math-a3k
Copy link
Owner Author

The basic REST API implementation is deemed complete, further improvements upon request

@math-a3k
Copy link
Owner Author

math-a3k commented Feb 1, 2021

I'm reopening this issue for keeping track of the subject

@math-a3k math-a3k reopened this Feb 1, 2021
@math-a3k math-a3k removed the enhancement New feature or request label Feb 1, 2021
@math-a3k math-a3k removed their assignment Feb 5, 2021
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