Skip to content

Releases: JPS-Module/UAPI-Coroutine

Simplified APIClient and Improved Usability

Choose a tag to compare

@UsefFarahmand UsefFarahmand released this 16 Oct 19:26
8640451

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.

Initial Release

Choose a tag to compare

@UsefFarahmand UsefFarahmand released this 16 Oct 12:22

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