-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/zendesk #47
base: main
Are you sure you want to change the base?
feature/zendesk #47
Conversation
zendesk initial release |
app/data_sources/zendesk.py
Outdated
#import http.client as http_client | ||
#http_client.HTTPConnection.debuglevel = 1 | ||
|
||
class HTMLInputType(Enum): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why those classes are here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Low level debugging while I was figuring out api-calls. Mostly obsolete now but useful when I forget how to spell
refactor api-calls
actual logging
No description provided.