-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancements to Freshdesk Stream Handling (#15)
* Better error handling and tracing - Func overriding * Handling 300 pages pagination is has_more func - Class FreshdeskPaginator * Making tickets_abridged sorted asc by updated_at * Error response fix * Schema change tickets.json, association_type is number or null * 300 page API -pagination handling * Fixed JSONDecodeError and enumeration of error --------- Co-authored-by: prashantvikram <[email protected]>
- Loading branch information
1 parent
2d54409
commit 902dca5
Showing
3 changed files
with
101 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
"association_type": { | ||
"type": [ | ||
"null", | ||
"string" | ||
"number" | ||
] | ||
}, | ||
"associated_tickets_count": { | ||
|
This file contains 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