nerdishbynature / octokit.swift

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

Move URLSession to Octokit instead of having it in every method #160

Closed pietbrauer closed 1 year ago

pietbrauer commented 1 year ago

I have no idea why I did it back in the day but it's kind of cumbersome to provide the session to every method instead of having it defined once in your application.