OmerFlame / SwiftRant

devRant API library made in Swift.
GNU General Public License v3.0
3 stars 1 forks source link

SwiftRant public init #17

Closed WilhelmOks closed 2 years ago

WilhelmOks commented 2 years ago

Made the initializer of the SwiftRant class public so that SwiftRant can be used without the shared instance and without automatic Keychain and UserDefaults.

Also fixed build errors in the Tests code.