zvonicek / ImageSlideshow

Swift image slideshow with circular scrolling, timer and full screen viewer
MIT License
1.78k stars 479 forks source link

AlamofireSource or other networking sources should include loading from URLRequest #431

Open patterueldev opened 2 years ago

patterueldev commented 2 years ago

URL is fine and all, but there are certain networking endpoints that requires authentication headers or something, and AlamofireImage supports loading these using URLRequest where you can put HTTP Headers on the requests and specify the methods whether they're POST or GET.