Releases: CodyFlame/CodyFire
Releases · CodyFlame/CodyFire
Remove unnecessary payload generic from APIRequest 👍
Now it's less wordy 🙂
What changed:
APIRequestWithoutPayload<T>
replaced with justAPIRequest<T>
APIRequestWithoutAnything
replaced withAPIRequestWithoutResult
Now with Codable headers!!! 🙀🎉
Implement Codable headers
Add more encodable types
Exclude nil values from encoding