Skip to content

Conversation

@alejouribesanchez
Copy link
Collaborator

  • Added BankStatement process documents and GET endpoints
  • Added AnyDocs process documents and GET endpoints
  • Added W2 process documents and GET endpoints
  • Added some unit tests
  • Added missing PHP types for the functions
  • Added support for PHP 8.3
  • Update missing unit tests
  • Update to version 1.0.4

Added BankStatement process documents and GET endpoints
Added AnyDocs process documents and GET endpoints
Added W2 process documents and GET endpoints
Added some unit tests
Added missing PHP types for the functions
Added support for PHP 8.3
Update missing unit tests
Update to version 1.0.4
Add some links to the official documentation
Add missing additional arguments to the GET endpoints
keep pathinfo() is more versatile as it can extract other file path components (like file extension) if needed. Remove  file_get_contents() is simpler and reads the entire file at once. It’s easier to use, but can consume more memory for very large files since it loads everything into memory at once
Copy link

@manycoding manycoding left a comment

Choose a reason for hiding this comment

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

api/v8/contracts

Copy link
Collaborator

@Kaevan89 Kaevan89 left a comment

Choose a reason for hiding this comment

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

Fix GET methods with query parameters.

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.

4 participants