Open Issues Need Help
View All on GitHubAI Summary: This issue requests adding a new, comprehensive example to the README to guide beginners. The example should demonstrate the full flow of using an `Encodable` model with `postResponse`, including how to read both decoded data and specific headers from the response. It must also incorporate `do/catch` for robust error handling.
SwiftRest is a beginner-friendly Swift 6 REST client built with actor-based concurrency safety, typed decoding, and simple response/header inspection.
AI Summary: This issue requests adding a concise migration section to the project's documentation (README or CHANGELOG). The goal is to guide users upgrading from 2.x to 3.x by illustrating the changes from older naming patterns to the new `.standard` defaults. This section should include before/after code snippets to reduce confusion and improve adoption for existing users.
SwiftRest is a beginner-friendly Swift 6 REST client built with actor-based concurrency safety, typed decoding, and simple response/header inspection.
AI Summary: This issue proposes updating the pull request template to include a checklist item. Contributors will be asked to confirm that CI has passed on their branch before submitting, which is intended to improve the quality of incoming PRs and streamline the review process.
SwiftRest is a beginner-friendly Swift 6 REST client built with actor-based concurrency safety, typed decoding, and simple response/header inspection.