Skip to content

karidyang/restful-toolkit

 
 

Repository files navigation

Restful Toolkit For IntelliJ IDEA

Build Version Downloads

中文

logo.png

What is RestfulToolkitX?

The author of RestfulToolkit no longer maintains it, and it is not compatible with the latest version of IDEA, and other versions based on it are not compatible with the latest IDEA either. So I fork it. This branch will continue to be compatible with the latest version of IDEA, and will also include some useful features.

Features

  • Based on IntelliJ Platform Plugin Template, support for Java 8+, IDEA 2020.2+.
  • Supports Java and Kotlin languages, Spring framework (Spring Boot / Spring MVC),JAX-RS.
  • Quick search url to navigate to service declaration. ( use: Ctrl + \ or Ctrl + Alt + B ) .
  • Show Restful services structure.
  • A simple http request tool.
  • Generate&Copy Query Param, Generate&Copy URL on the request method.
  • Convert java class to JSON; format json data ( Windows: Ctrl + Enter; Mac: Command + Enter ) .
  • In development: Quick code generation from tables, including DAO (MyBatis, JPA), Entity (DTO), Service, Controller.

Quick Search URL Preview

searchService.png

Restful Services Window Preview

restServiceWindow.png

Useful Functions Preview

gen_copy.png convert_json.png

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for " RestfulToolkitX" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

License

RestfulToolkitX is under the Apache 2.0 license. See the Apache License 2.0 file for details.


Plugin based on the IntelliJ Platform Plugin Template

About

Restful Toolkit for IntelliJ IDEA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.3%
  • Kotlin 2.5%
  • HTML 0.2%