dushantSW / CombineNetwork

A lightweight swift network layer with Combine, Async-Await, and a traditional completion block.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should Request struct be given Public access modifier, or should I define my own struct which conforms to RequestTask?

taskcruncher opened this issue · comments

Hi, I imported Combine Network using Swift Package Manager. When I try to build a Request, I get 'Cannot find Request in scope'. Is the idea that I define my own struct which conforms to RequestTask?
screenshot_369
?