Skip to content

Initial PR for Zoho API Integration - Requesting Feedback on API Code and Deployment Files - #1

Open
parthdande wants to merge 8 commits into
devfrom
zoho_api
Open

Initial PR for Zoho API Integration - Requesting Feedback on API Code and Deployment Files#1
parthdande wants to merge 8 commits into
devfrom
zoho_api

Conversation

@parthdande

Copy link
Copy Markdown

This PR integrates the Zoho API and includes deployment files.
Needs feedback on ->API-Efficiency ,structure and Deployment Files

@parthdande
parthdande requested a review from dileeppython May 11, 2025 12:19
Comment thread .github/workflows/dev-deploy.yml Outdated
Comment thread .github/workflows/dev-deploy.yml Outdated
Comment thread Dockerfile Outdated
Comment thread config.py Outdated
Comment thread docker-compose.dev.yml
Comment thread main.py Outdated
Comment thread main.py Outdated
Comment thread routes/clients.py Outdated
Comment thread routes/clients.py Outdated
Comment thread swagger_templates/create_template.json Outdated
run: |
vars=("CONNECTION_NAME" "DATABASE_NAME" "DB_PASSWORD" "DB_USER" "GUNICORN_WORKERS" "GUNICORN_BIND" "GUNICORN_WORKER_CLASS" "RATELIMIT_HEADERS_ENABLED" "DEFAULT_RATELIMIT" "CACHE_REDIS_USERNAME" "CACHE_REDIS_PASSWORD" "CACHE_REDIS_HOST" "CACHE_REDIS_PORT")
for var in "${vars[@]}"; do
secret_name="DEV_${var}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you dont need this logic in dev-deploy.yml file. you can define variables here as "DEV_VARIABLE_NAME"

Comment thread Dockerfile
Comment thread config.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants