Skip to content

Remove unnecessary payload generic from APIRequest 👍

Compare
Choose a tag to compare
@MihaelIsaev MihaelIsaev released this 26 Oct 22:40
· 102 commits to master since this release

Now it's less wordy 🙂

What changed:

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