math-a3k/covid-ht

REST API

Opened this issue · 4 comments

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

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

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

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

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