Skip to content

v2.1.0 - API

Latest
Compare
Choose a tag to compare
@paulhectork paulhectork released this 17 Aug 18:08
· 19 commits to main since this release

the main update is the creation of an API to share data of the project.

changelog:

  • fully functional API (see APP/routes/routes_api.py)
  • tests for the API (see APP/test/)
  • new HTML page to describe the API (see APP/templates/pages/KatAPI.html)
  • minor refactoring: creation of a routes/ folder for the application's route.