Sage ERP 500 - API that generates list of active users
- Python 3.6 +
- pip
- venv
- git
mkdir sage-api
cd sage-api
git clone https://github.com/jcarter62/sage-api.git .
python3 -m venv venv
copy sample.env .env
edit as needed
if using windows:
.\venv\scripts\activate.bat
if using linux:
source venv/bin/activate
pip install -r requirements.txt
python main.py
API call should be available at:
http://hostname:port/SageErpUsers