nerdishbynature / octokit.swift

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

Remove Routers from public API #28

Closed nwest closed 8 years ago

nwest commented 8 years ago

These Routers are implementation details of the calls, and don't really need to be exposed to the public API. @testable allows us to still include them in the specs.

pietbrauer commented 8 years ago

Looks good, please merge in master so we can see the tests going through before merging this.