-
Notifications
You must be signed in to change notification settings - Fork 18
feat: Added support for Nylas Notetaker #269
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
Conversation
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.
Copilot reviewed 1 out of 19 changed files in this pull request and generated no comments.
Files not reviewed (18)
- src/main/kotlin/com/nylas/models/Calendar.kt: Language not supported
- src/main/kotlin/com/nylas/models/CalendarNotetaker.kt: Language not supported
- src/main/kotlin/com/nylas/models/CreateCalendarRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/CreateEventRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/CreateNotetakerRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/Event.kt: Language not supported
- src/main/kotlin/com/nylas/models/EventNotetaker.kt: Language not supported
- src/main/kotlin/com/nylas/models/ListNotetakersQueryParams.kt: Language not supported
- src/main/kotlin/com/nylas/models/Notetaker.kt: Language not supported
- src/main/kotlin/com/nylas/models/UpdateCalendarRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/UpdateEventRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/UpdateNotetakerRequest.kt: Language not supported
- src/main/kotlin/com/nylas/resources/Notetakers.kt: Language not supported
- src/test/kotlin/com/nylas/models/CalendarNotetakerTest.kt: Language not supported
- src/test/kotlin/com/nylas/models/EventNotetakerTest.kt: Language not supported
- src/test/kotlin/com/nylas/resources/CalendarsTest.kt: Language not supported
- src/test/kotlin/com/nylas/resources/EventsTests.kt: Language not supported
- src/test/kotlin/com/nylas/resources/NotetakersTests.kt: Language not supported
Comments suppressed due to low confidence (1)
CHANGELOG.md:5
- [nitpick] Consider using consistent case for 'Notetaker' across both changelog entries. For clarity, update 'notetaker' to 'Notetaker' in this line.
+* Added support for notetaker via the calendar and event APIs
a27d60b to
86b626f
Compare
86b626f to
52e1d99
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #269 +/- ##
============================================
- Coverage 81.34% 80.57% -0.77%
- Complexity 318 333 +15
============================================
Files 35 36 +1
Lines 970 1014 +44
Branches 88 88
============================================
+ Hits 789 817 +28
- Misses 129 138 +9
- Partials 52 59 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What did you do?
License
I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.