laurentjuma / Mradi-Fund-Mobile-Developer-Test-Case

An android app that allows a user to login, upload an MPESA Statement and view the results of the statement in a tabular and graphical format
0 stars 0 forks source link

Retrofit Feature #3

Closed laurentjuma closed 4 years ago

laurentjuma commented 4 years ago

This feature enables the app to make POST requests to the back-end API endpoint. The request is of multipart/form-data and contains the pdf file (MPESA Statement). Upon extracting data from the pdf, the API will then send the data to Firebase Realtime Database so that the android app can access the data.

laurentjuma commented 4 years ago

Retrofit Feature now complete and functional