API Fetch Kit


API Fetch Kit is a Promise-based mechanism for programmatically making web requests in Unity.

When integrating an API ...


by Jeffrey Lanters


Price History +

API Fetch Kit is a Promise-based mechanism for programmatically making web requests in Unity.

When integrating an API you want to focus on whats important without have to think about complex routines, parsing data and formatting objects.

[Key Features]
- One liner web requests
- Simple request builder
- Promise based mechanism
- Send and receive all content types
- Automatic parsing
- Automatic JSON Array converting
- File uploading
- Create a pipeline to chain calls
- Set headers, params, bodies and more
- Works on all platforms!