Skip to content

Releases: CodyFlame/CodyFire

Remove unnecessary payload generic from APIRequest 👍

26 Oct 22:40
Compare
Choose a tag to compare

Now it's less wordy 🙂

What changed:

  • APIRequestWithoutPayload<T> replaced with just APIRequest<T>
  • APIRequestWithoutAnything replaced with APIRequestWithoutResult

Now with Codable headers!!! 🙀🎉

26 Oct 21:06
Compare
Choose a tag to compare

Implement Codable headers
Add more encodable types
Exclude nil values from encoding