Skip to content

AbdelrahmanAboShanab/API-Tester

Repository files navigation

API-Tester

Android app allows users to enter URL to connect to using GET or Post method.

There are two edit text in the top, the first for URL and the second for number of headers.

Then number of edit text are created dynamically depend on user input and all the edit text have strong validation.

11 44 55

see all posts button open activity that retreive all data from sqlitedatabase using Cursor loader

22

1. Enter URL to connect to ✓

2. Add request headers which numbers are dynamic ✓

3. App must support GET/POST ✓

a. For POST request type, App must provide a way to enter request body as string ✓

4. After request completion the app needs to display the following: ✓

a. Response code ✓

b. Error if any ✓

c. Request/Response headers ✓

d. Request body or query parameters depending on request type/Response body ✓

5. If the device is offline then app must show an error message and do not make the call ✓

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages