Remove unnecessary payload generic from APIRequest 👍
Now it's less wordy 🙂
What changed:
APIRequestWithoutPayload<T>
replaced with justAPIRequest<T>
APIRequestWithoutAnything
replaced withAPIRequestWithoutResult
Now it's less wordy 🙂
What changed:
APIRequestWithoutPayload<T>
replaced with just APIRequest<T>
APIRequestWithoutAnything
replaced with APIRequestWithoutResult