Communicating with an External API
Last updated
Last updated
You can send GET, POST, etc. requests with arguments to an external API.
Changes the nicknames of the users who have just entered with the Korean Nickname Generator API.
Receives the header and data sent from the app in response and displays it in the chat window.
Please Note
- For the tutorial, we recommend setting the app type to Mini-Game.
- The JSON file name must be “main.” Please create a new text file and name it “main.js.”
- If you do not know how to deploy an app, please refer to the ZEP Script Deployment Guide.