-
Notifications
You must be signed in to change notification settings - Fork 3
Responses
rustie edited this page Apr 10, 2018
·
1 revision
Contain POJO responses from the backend, used in conjunction with Retrofit. Gets the responses as the greatest ancestor in response JSON, and parses into POJO with Retrofit. Varies for each call, in accordance to backend schema.
Note: Cafes has a deeper JSON structure, so we have to make two different responses. CafeMenuResponse
and
CafesResponse
. We then do some data preprocessing in Cafe
.
- Home
- Controllers
- Dagger
- Domain
- Infrastructure
- Utilities
- Values
- Functional Docs