nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
488 stars 126 forks source link

Use RequestKit 3 and use Result instead of Response #132

Closed pietbrauer closed 2 years ago

pietbrauer commented 2 years ago

As the title suggests: Use RequestKit 3.0.0 which removed Response and use native Result type instead.