kean / Get

Web API client built using async/await
MIT License
943 stars 75 forks source link

Simplify Request by removing generic version of factory methods #41

Closed kean closed 2 years ago

kean commented 2 years ago

Turns out, there is no need to use generics to make AnyEncodable work which trims down the number public of APIs nicely.