Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JaerenMoneyBox authored Mar 24, 2022
1 parent 1ba1cff commit 305b127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Create a screen that allows a user to login to their moneybox account and displa
## The Project…
The project includes the networking code and models to complete the task, you will just need to integrate them and implement the logic.

- The `Networking` class contains the **OkHttp** and **Retrofit** instances with the required headers for an unauthenticated request.
- The `networking/Networking` class contains the **OkHttp** and **Retrofit** instances with the required headers for an unauthenticated request.
- The `models` package contains the request and response models with all the fields required for the rest of the task.

## Part 1 - Login Screen…
Expand Down Expand Up @@ -47,4 +47,4 @@ Header value: Bearer {BEARER_TOKEN_HERE}
You can use the `AllProductsResponse` to parse this response and retrieve the plan value.

## How to submit your test…
Please push your project to Github and invite android@moneyboxapp.com to view your project.
Please push your project to Github and invite android@moneyboxapp.com to view your project.

0 comments on commit 305b127

Please sign in to comment.