okta / okta-sdk-php

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

Sdk cleanup #36

Closed bretterer closed 6 years ago

bretterer commented 6 years ago

Moves all generated files into their own namespace and creates base classes that can be used for custom code.

Add's the ability to use Enum's

codecov-io commented 6 years ago

Codecov Report

Merging #36 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             develop    #36   +/-   ##
========================================
  Coverage        100%   100%           
- Complexity       312    329   +17     
========================================
  Files             33     34    +1     
  Lines            999   1041   +42     
========================================
+ Hits             999   1041   +42
Impacted Files Coverage Δ Complexity Δ
src/Resource/AbstractCollection.php 100% <ø> (ø) 21 <0> (ø) :arrow_down:
src/Generated/Users/ResetPasswordToken.php 100% <100%> (ø) 1 <1> (?)
src/Generated/Users/Role.php 100% <100%> (ø) 9 <9> (?)
src/Generated/Users/PasswordCredential.php 100% <100%> (ø) 2 <2> (?)
src/Utilities/Enum.php 100% <100%> (ø) 17 <17> (?)
src/Generated/GroupRules/GroupRuleConditions.php 100% <100%> (ø) 4 <4> (?)
src/Generated/Users/ChangePasswordRequest.php 100% <100%> (ø) 4 <4> (?)
src/Generated/Users/RecoveryQuestionCredential.php 100% <100%> (ø) 4 <4> (?)
src/Generated/Groups/GroupProfile.php 100% <100%> (ø) 4 <4> (?)
.../Generated/GroupRules/GroupRuleGroupAssignment.php 100% <100%> (ø) 2 <2> (?)
... and 39 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 c446314...d9b8d72. Read the comment docs.