Skip to content

V3 Work #48

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

Draft
wants to merge 43 commits into
base: main
Choose a base branch
from
Draft

V3 Work #48

wants to merge 43 commits into from

Conversation

dcarbone
Copy link
Owner

@dcarbone dcarbone commented Apr 11, 2025

Goals:

  • Remove useless comments.
  • Remove FakeMap class.
  • Remove FakeSlice class.
  • Remove ScalarType interface.
  • Use parameterized constructors for all models.
  • Remove Transcoding type and usage.
  • Remove Unmarshaller and Marshaller traits and flow.
  • Localize entirety of json encoding / decoding to each individual model class.
  • Better support for dynamically declared fields.
  • Enable all Time\Duration values to accept null|int|float|string|\DateInterval|Time\Duration for construction.
  • Create enum types for enum values.

@dcarbone dcarbone changed the title working on v3 V3 Work Apr 11, 2025
@dcarbone dcarbone requested a review from Copilot April 11, 2025 02:30
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 32 out of 51 changed files in this pull request and generated 2 comments.

Files not reviewed (19)
  • src/ACL/ACLAuthMethod.php: Language not supported
  • src/ACL/ACLAuthMethodListEntry.php: Language not supported
  • src/ACL/ACLAuthMethodListEntryQueryResponse.php: Language not supported
  • src/ACL/ACLAuthMethodNamespaceRule.php: Language not supported
  • src/ACL/ACLAuthMethodQueryResponse.php: Language not supported
  • src/ACL/ACLAuthMethodWriteResponse.php: Language not supported
  • src/ACL/ACLBindingRule.php: Language not supported
  • src/ACL/ACLBindingRuleQueryResponse.php: Language not supported
  • src/ACL/ACLBindingRuleWriteResponse.php: Language not supported
  • src/ACL/ACLBindingRulesQueryResponse.php: Language not supported
  • src/ACL/ACLClient.php: Language not supported
  • src/ACL/ACLEntriesResponse.php: Language not supported
  • src/ACL/ACLEntry.php: Language not supported
  • src/ACL/ACLLink.php: Language not supported
  • src/ACL/ACLLoginParams.php: Language not supported
  • src/ACL/ACLNodeIdentity.php: Language not supported
  • src/ACL/ACLOIDCAuthURLParams.php: Language not supported
  • src/ACL/ACLOIDCCallbackParams.php: Language not supported
  • src/ACL/ACLPolicy.php: Language not supported
Comments suppressed due to low confidence (1)

README.md:106

  • There appears to be an extra closing bracket in the client instantiation, which may lead to a syntax error in the example code. Consider removing the extra bracket.
$proxyClient = new \GuzzleHttp\Client(['proxy' => 'whatever proxy you want']]);

@dcarbone dcarbone requested a review from Copilot April 11, 2025 03:12
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 41 out of 60 changed files in this pull request and generated 1 comment.

Files not reviewed (19)
  • src/ACL/ACLAuthMethod.php: Language not supported
  • src/ACL/ACLAuthMethodListEntry.php: Language not supported
  • src/ACL/ACLAuthMethodListEntryQueryResponse.php: Language not supported
  • src/ACL/ACLAuthMethodNamespaceRule.php: Language not supported
  • src/ACL/ACLAuthMethodQueryResponse.php: Language not supported
  • src/ACL/ACLAuthMethodWriteResponse.php: Language not supported
  • src/ACL/ACLBindingRule.php: Language not supported
  • src/ACL/ACLBindingRuleQueryResponse.php: Language not supported
  • src/ACL/ACLBindingRuleWriteResponse.php: Language not supported
  • src/ACL/ACLBindingRulesQueryResponse.php: Language not supported
  • src/ACL/ACLClient.php: Language not supported
  • src/ACL/ACLEntriesResponse.php: Language not supported
  • src/ACL/ACLEntry.php: Language not supported
  • src/ACL/ACLLink.php: Language not supported
  • src/ACL/ACLLoginParams.php: Language not supported
  • src/ACL/ACLNodeIdentity.php: Language not supported
  • src/ACL/ACLOIDCAuthURLParams.php: Language not supported
  • src/ACL/ACLOIDCCallbackParams.php: Language not supported
  • src/ACL/ACLPolicy.php: Language not supported
Comments suppressed due to low confidence (1)

README.md:106

  • An extra closing bracket appears in the instantiation of \GuzzleHttp\Client, which may result in a syntax error. Please remove the additional bracket.
$proxyClient = new \GuzzleHttp\Client(['proxy' => 'whatever proxy you want']]);

@dcarbone dcarbone self-assigned this Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant