OmerFlame / SwiftRant

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

Adding percent encoding for feed url #19

Closed WilhelmOks closed 2 years ago

WilhelmOks commented 2 years ago

Adding percent encoding for feed url, because it was missing for shouldUseKeychainAndUserDefaults==false. This was responsible for the feed not working and it will fix it, as I have found out through debugging.