Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 46 forks source link

Feature/call log support #274

Closed pzelenko closed 1 year ago

pzelenko commented 1 year ago

Added support for user's call logs endpoint

pzelenko commented 1 year ago

Hi dear Jericho,

This PR includes the implementation of ZoomPhone "Get user's call logs" API.

Jericho commented 1 year ago

Please make sure you raise an issue to clearly explain the problem you are facing, describe the changes you intend to make, share the ideas you have, ask questions, etc. Normally, it's preferable to raise the issue first before working on the PR to ensure the project maintainer is interested in the changes you are proposing. It would be a shame for you to invest time and effort in writing code only to find out upon submitting your PR that there is a already a solution/workaround or that the maintainer is not interested in the solution you are offering.

There is another reason for raising issues but this one is specific to the projects that I maintain: I use a tool that automatically generates release notes whenever I publish a new version and this tool uses the title of the issues to populate the release notes (you can see release notes here). Therefore it's crucial to have an issue for each PR in order for the change/fix/new feature to be mentioned in the release notes.