nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 173 forks source link

Public Init for AtomFeedEntryLink, JsonFeed, JsonFeedItem #155

Closed p-vayssier-betclic closed 1 year ago

p-vayssier-betclic commented 1 year ago

Public init for a certain class would be beneficial, as it would allow us to easily mock and test without relying on an XML file or directly injecting variables into FeedKit.