Proper usage of the Alamofire's URLRequestConvertible
问题 I've read couple tutorials, README from @mattt but can't figure out couple things. What is the proper usage of URLRequestConvertible in real world API? It looks like if I will create one router by implementing URLRequestConvertible protocol for all API - it will be barely readable. Should I create one Router per endpoint? Second question most likely caused by lack of experience with Swift language. I can't figure out why enum is used for building router? Why we don't use class with static