Skip to content

Releases: khazra/python-api

v.0.3.2

19 Sep 15:20

Choose a tag to compare

v.0.3.2 Pre-release
Pre-release

Change API responses to return JSON data

0.3.1

16 Sep 13:42

Choose a tag to compare

0.3.1 Pre-release
Pre-release

Utility / configuration update

v.0.3

14 Sep 14:48

Choose a tag to compare

v.0.3 Pre-release
Pre-release

_Main Features_

  • Authentication by revoking token v1

_Smaller Features_

  • Logging to file with RotatingFileHandler
  • Unit tests with inittest module
  • SQLAlchemy for db operations

_Available Endpoints_

  • POST /login - get auth token
  • GET /user/{id} - get user
  • POST /user - createuser

v.0.2

14 Sep 14:47

Choose a tag to compare

v.0.2 Pre-release
Pre-release

_Main Features_

  • Authentication by revoking token v1

_Smaller Features_

  • Logging to file with RotatingFileHandler
  • Simple database operations with flask-mysql

_Available Endpoints_

  • /login
  • /user/{id}

v.0.1

14 Sep 14:45

Choose a tag to compare

v.0.1 Pre-release
Pre-release

Application bootstrap and some minor features - basic authentication, work with mySQL database