• v1.1.0 8640451c65

    UsefFarahmand released this 2024-10-16 15:25:52 -04:00 | 5 commits to main since this release

    This release introduces a more streamlined APIClient, removing unnecessary parameters to enhance simplicity and usability. Key improvements include:

    • Refactored APIClient for easier setup and operation.
    • Removed redundant parameters to reduce complexity.
    • Improved overall performance and user experience.

    This version focuses on making the APIClient cleaner and more intuitive for developers, ensuring a smoother integration process.

  • v1.0.0 67cc60c898

    UsefFarahmand released this 2024-10-16 08:18:20 -04:00 | 13 commits to main since this release

    This is the first release of UAPI Coroutine. It includes the core functionality for handling asynchronous API requests using Unity's IEnumerator coroutine system. Features include:

    • GET, POST, PUT, DELETE, PATCH, and HEAD requests
    • Customizable request feedback
    • Easy integration with Unity's native coroutine system
    • Modular API configuration options