01. Getting Started - cafe24github/cafe24_app_pg_sample GitHub Wiki

Cafe24 Platform

The demo code is based on the Cafe24 App development specifically on the Cafe24 PG App development. To know more about Cafe24 Apps, visit the Cafe24 Developers Guide. You can take a look at the Cafe24 PG App Development Guideline for the development process of a PG App.

When you're ready to create your PG App for the Cafe24 platform, your next step is to apply to become a partner with Cafe24.

Postman Collection

To try out the demo code, clone the repository and download the Postman Collection for this repository.

If you don't have your Postman setup yet, you can download it from their page.

  1. Copy the content and save the following JSON sample: PG_Demo_App.postman_collection.json
  2. Set the collection's variables:
    • BASE_URL: provide the URL of this repository on your local computer.
  3. Test the endpoints and see their response.

New to Postman? Their official docs introduces what they do and how to use their tool.

Read Next