FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support Configurable Request Timeout by rileyjenk · Pull Request #71 · domoinc/domo-python-sdk · GitHub

Support Configurable Request Timeout - #71

Draft
rileyjenk wants to merge 1 commit into
domoinc:masterfrom
rileyjenk:patch-1
Draft

Support Configurable Request Timeout#71
rileyjenk wants to merge 1 commit into
domoinc:masterfrom
rileyjenk:patch-1

Conversation

Copy link
Copy Markdown

No description provided.

Comment thread pydomo/__init__.py
else:
self.logger = parent_logger


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

W293 blank line contains whitespace

Comment thread pydomo/__init__.py


timeout = kwargs.get('request_timeout', None)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

W293 blank line contains whitespace

Comment thread pydomo/__init__.py
self.logger.debug("\n" + DOMO + "\n")

self.transport = DomoAPITransport(client_id, client_secret, api_host, kwargs.get('use_https', True), self.logger)
self.transport = DomoAPITransport(client_id, client_secret, api_host, kwargs.get('use_https', True), self.logger, request_timeout = timeout))

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

E501 line too long (149 > 79 characters)

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL