Improved structure for further extension.
Showing
- src/models/__init__.py 0 additions, 10 deletionssrc/models/__init__.py
- src/rest/__init__.py 0 additions, 0 deletionssrc/rest/__init__.py
- src/rest/__main__.py 16 additions, 0 deletionssrc/rest/__main__.py
- src/rest/controllers/__init__.py 0 additions, 0 deletionssrc/rest/controllers/__init__.py
- src/rest/controllers/authorization_controller.py 0 additions, 0 deletionssrc/rest/controllers/authorization_controller.py
- src/rest/controllers/internal_controller.py 4 additions, 4 deletionssrc/rest/controllers/internal_controller.py
- src/rest/controllers/public_controller.py 3 additions, 3 deletionssrc/rest/controllers/public_controller.py
- src/rest/encoder.py 1 addition, 1 deletionsrc/rest/encoder.py
- src/rest/models/__init__.py 10 additions, 0 deletionssrc/rest/models/__init__.py
- src/rest/models/base_model_.py 1 addition, 1 deletionsrc/rest/models/base_model_.py
- src/rest/models/health_info.py 2 additions, 2 deletionssrc/rest/models/health_info.py
- src/rest/models/play_log_entry.py 2 additions, 2 deletionssrc/rest/models/play_log_entry.py
- src/rest/models/playlist.py 3 additions, 3 deletionssrc/rest/models/playlist.py
- src/rest/models/playlist_entry.py 2 additions, 2 deletionssrc/rest/models/playlist_entry.py
- src/rest/models/status_entry.py 2 additions, 2 deletionssrc/rest/models/status_entry.py
- src/rest/swagger/swagger.yaml 10 additions, 10 deletionssrc/rest/swagger/swagger.yaml
- src/rest/test/__init__.py 1 addition, 1 deletionsrc/rest/test/__init__.py
- src/rest/test/test_internal_controller.py 4 additions, 4 deletionssrc/rest/test/test_internal_controller.py
- src/rest/test/test_public_controller.py 5 additions, 5 deletionssrc/rest/test/test_public_controller.py
- src/rest/util.py 0 additions, 0 deletionssrc/rest/util.py
Loading
Please register or sign in to comment