Skip to main content

Can postman be used in IDEA?

Can postman be used in IDEA?

Postman is the most commonly used API debugging tool, so is there a way to debug the interface without manually writing the interface to Postman? Today I recommend an IDEA plug-in to you: Apipost Helper. After writing the code, you can debug the interface and generate the interface document with one click! It can also help you quickly generate URLs and params based on existing methods. What's more, it's completely free! Apipost Helper = API debugging tool + API management tool + API search tool.

This plug-in was developed by the Apipost team. Its official introduction is: used for IDEA projects to quickly generate API documents, quickly query interfaces and interface code functions, and support API debugging operations in IDEA. Enter Apipost in the IDEA editor plug-in center to search and install: Apipost-Helper-2.0

Can postman be used in IDEA?

Plug-in configuration

Before using the Apipost IDEA plug-in, you need to configure it in the IDEA settings:
the default cloud domain name is: https://sync-project-ide.apipost.cn No modification is required

The request token can be created and used in Apipost "Project Settings" - "External Capabilities" - "openAPI" . It also supports directly obtaining the request token in IDEA.

Can postman be used in IDEA?

Generate API documentation without intrusion

After writing the code, just right-click the upload synchronization interface to quickly automatically generate API documents and an accessible links for the APIs and annotations contained in the source code. No additional action is required.

Can postman be used in IDEA?

Quick debugging (similar to Postman)

After writing the code, click the icon on the right for quick debugging

Can postman be used in IDEA?

Search corresponding source code and interface tree based on API

The new search function in the interface debugging bar on the right can search the corresponding source code and interface tree according to the API.

Search the corresponding source code according to the API:

Can postman be used in IDEA?

Search the API in the interface tree based on API:

Can postman be used in IDEA?

Jump to the corresponding API tree according to the source code method

An arrow icon is displayed at the interface code. Click to quickly jump to the corresponding interface list.

Can postman be used in IDEA?

Send record view

Click the Send interface button in the lower left corner to view the sending records and sending details of the interface.

Can postman be used in IDEA?

Add new save, view save record

When debugging the interface, the data returned by some interfaces needs to be recorded. This update adds a save function. After sending the request, click Save to save the sending details and return details.

Can postman be used in IDEA?

You can click the Send Record button to view the saved records

Can postman be used in IDEA?