ChuckJonas / 10x-demo

testing sweep
MIT License
0 stars 0 forks source link

Allow SugarCRM API version to be configured in ENV #9

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR addresses the issue #8 by allowing the SugarCRM API version to be configured through environment variables. The current implementation has the API version hardcoded in the API calls, which limits flexibility and maintainability.

Summary of Changes

These changes ensure that the API version can be easily configured without modifying the code, making it more flexible and adaptable to different versions of SugarCRM.

Please review and merge this PR at your earliest convenience. Thank you!

Fixes #8.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/feature/configure-api-version

To make tweaks to this pull request, leave a comment below or in the code.