okta / okta-sdk-php

PHP SDK for the Okta API
Apache License 2.0
38 stars 71 forks source link

Implements Logs Endpoint and Classes #41

Closed bretterer closed 6 years ago

bretterer commented 6 years ago
$logs = (new \Okta]Okta())->getLogs();

The above will give you your logs based on https://developer.okta.com/docs/api/resources/system_log.html

codecov-io commented 6 years ago

Codecov Report

Merging #41 into develop will increase coverage by 0.29%. The diff coverage is 95.62%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #41      +/-   ##
=============================================
+ Coverage      94.77%   95.06%   +0.29%     
- Complexity       821      887      +66     
=============================================
  Files            112      127      +15     
  Lines           2908     3080     +172     
=============================================
+ Hits            2756     2928     +172     
  Misses           152      152
Impacted Files Coverage Δ Complexity Δ
.../Generated/Applications/SwaApplicationSettings.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
...rc/Generated/Applications/AutoLoginApplication.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
.../Generated/Applications/ApplicationCredentials.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
...ed/Applications/SecurePasswordStoreApplication.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
...ated/Applications/AutoLoginApplicationSettings.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
...rc/Generated/Applications/BasicAuthApplication.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
src/Generated/UserFactors/EmailFactor.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
.../Applications/ApplicationSettingsNotifications.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
...rated/Applications/BookmarkApplicationSettings.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
src/Generated/UserFactors/TotpFactor.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
... and 118 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02e0191...f8c2b11. Read the comment docs.