Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Uploadable interface to UnitPhpSdk
Introduced a new Uploadable interface under Contracts in the UnitPhpSdk directory. This interface consists of a single method for uploading requests, which will help reduce repetitive code in individual classes/methods that require request handling. Future classes will now be able to implement this interface for consistent and simplified uploading processes.
- Loading branch information