deserialize_paginated_webhook_response
seems to be generic and it probably handles the job of deserialize_paginated_response
#93
Labels
tech debt
Issue is part of tech debt
This function seems to be generic and it probably handles the job of
deserialize_paginated_response
for everyone.So we can rename this function to the generic version and use it for deserializing the response for the repositories API call as well. That way, we'd be able to resolve the comment in PR #77 as well.
Originally posted by @avikalpg in #79 (comment)
The text was updated successfully, but these errors were encountered: