-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: Added SecurityLogs Related APIs #223
feat: Added SecurityLogs Related APIs #223
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #223 +/- ##
============================================
+ Coverage 80.86% 81.03% +0.17%
- Complexity 569 575 +6
============================================
Files 171 173 +2
Lines 2168 2203 +35
Branches 49 49
============================================
+ Hits 1753 1785 +32
- Misses 386 389 +3
Partials 29 29 ☔ View full report in Codecov by Sentry. |
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.
@Durdush thank you!
The Crowdin Enterprise Security logs API methods are not covered by this PR. Please take a look.
Use this as a reference - crowdin/crowdin-api-client-dotnet#222
It has separate methods for User Security Logs and Organization Security Logs: ListUserSecurityLogs
, GetUserSecurityLog
, ListOrganizationSecurityLogs
, GetOrganizationSecurityLog
. A similar approach can be used in the Java API Client.
Okay,Sure. Will check. |
… into Add_securityLogs_related_change
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.
@Durdush thank you!
No description provided.