A Python wrapper around the SuiteCRM V8 API
Currently only client_credentials authorization is supported
- Get data from modules
- Get data by id
- Get modules
- Get fields of a module
- Update (patch) data
- Insert data
python3 example.py <url> <client_id> <client_secret>
This is my first Python project, so don't be too hard on me. Feedback is always welcome though.