MIT App Inventor Gallery

You are not logged in.

 
Your Apps
(You need to be logged in)

Zap!: API/HTTP Client

Feb. 20, 2024, 6:42 a.m. Likes: 1

Zap!

An API/HTTP client for you API Testing Needs

Features:

  1. Get
  2. Post
    1. Json
    2. xml
    3. text
    4. html< /li>
    5. javascript
  3. Put (a.k.a. Update)
    1. Json
    2. xml
    3. text
    4. html
    5. javascript
  4. Delet e
  5. Body (for post and put)
  6. Display Response<br /> 

Credit: 

Coding: Me

Design: Me

Logo: Me

========================

And You! 🌈

for using this 😀<br />========================


More Info: 

===============Help===================

  1. Get
  2. Post
  3. Put (a.k.a. Update)
  4. Delete

Also a quick note: When you get the response it will display the status code then the response like this

200: {"Hello":"World"}

  1. Get
    1. First Open the App and click the Endpoint Text box (The one on the top)
    2. Then, put the URL you want to request (if you don't have any try this one -> https//jsonplaceholder.com/posts/1)
    3. Click the get button
    4. After that The Label Below would display the response
  2. Post
    1. First Open the app and click the Endpoint Text Box (The one on the top)
    2. Then, put the URL you want to post data (if you don't have any try this link -> https//jsonplaceholder.com/posts)
    3. After that click the "Content-Type" button and choose the content-type you want (if you using the above link choose "Application/json")
    4. then enter the data in the text-box below the Content-Type button.( if your using the above things, put this in the body. `{"UserId":1,"title":"Hello World!","body":"This is from a phone"}` )
    5. After that click the post button and label below it would share the response.
  3. Put (a.k.a. Update)
    1. For put you basicly have to do the same things as the post except click the Put button.
    2. and You will get the Output.
  4. Delete
    1. First of open the app and put the url you want to delete the data from.
    2. then click delete
    3. and you will get the output

Load App Into MIT App Inventor
Other projects by same author
Report Project
Permanent link:  https://gallery.appinventor.mit.edu/?galleryid=8bf2a224-56de-4e5c-9eae-4602961b43ea