-
We have some one-off ColdFusion API endpoints, but maintainability is better if we handle everything in Flask. Most are housed in `darkage/api`.
Will need to change client and server for this, sin…
-
- [ ] Set up basic Flask application
- [ ] Create config management
- [ ] implement core api endpoints:
/api/balances
/api/transactions
/api/monthly-summary
/api/categories
- [ ] add data …
-
1. Model Setup (LegalBERT for Retrieval, T5 for Generation)
-
The https://github.com/rycus86/prometheus_flask_exporter, supports exporting flask metrics out of the box.
This could be beneficial to monitor HTTP error codes for the DMCI endpoints, if insert and u…
-
-
If you add a resource to your API with the decorator your actual functions get wrapped in the `output` function. before being added as an url_rule. (right about here: https://github.com/python-restx/f…
-
Review and refactor any endpoints in order to better follow a standard rest api organization.
-
Setup the Backend Environment:
Set up the project structure for the backend (Node.js, Python, etc.).
Install necessary libraries and dependencies (Express, Flask, ORM like Sequelize, SQLAlchemy, …
-
In my opinion, we should change :
* `update_custom_event` from POST to PATCH
* `add_code` from PATCH to POST
accordingly to convention used in other projects on the web.
Also, we should maybe un…
-
1. Set up Flask application.
2. Configure Flask to use SQLAlchemy.
3. Create database models for storing messages and responses.
4. Set up database (MySQL) and configure connection in Flask.
5. Integr…