5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML5,474 forks (5,474 forks)batch import
Client: SwiftEnhancement: Generalhelp wanted
Repository metrics
- Stars
- 12,701 stars (12,701 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Except if I'm mistaken I don't see a way to cancel an API call on the generated Swift/iOS code.
Contributor guide
- Research direction
- Explore the Swift template files in the code generator to find where API calls are implemented (likely using URLSession). Then add a cancellation mechanism, such as returning a cancellable token or using a delegate method to cancel the request.
- Tech stack
- swift
- Domain
- apimobile
- Issue type
- Feature
- Prerequisites
- GitSwift