https://github.com/linux-china/rest-editor-client-contrib
REST Editor Client Contrib plugin for IntelliJ IDEA
https://github.com/linux-china/rest-editor-client-contrib
intellij rest
Last synced: about 1 year ago
JSON representation
REST Editor Client Contrib plugin for IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/linux-china/rest-editor-client-contrib
- Owner: linux-china
- Created: 2018-01-15T11:06:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T06:55:51.000Z (over 8 years ago)
- Last Synced: 2025-04-02T02:51:13.138Z (over 1 year ago)
- Topics: intellij, rest
- Language: Java
- Size: 835 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
REST Editor Client Contrib
==========================
Plugin detail page: https://plugins.jetbrains.com/plugin/10369-rest-editor-client-contrib
# Features
* Generate rst file from Swagger json
* Generate rst file for Spring MVC Controller
* Generate rst file from Swagger API
* Connect method with related action in rst file
# Code Generation
Please create rest-client.env.json in your project directory with following code:
```json
{
"local": {
"host": "http://localhost:8080"
}
}
```
* Spring Controller class & action method

* Swagger Json: @Api class or @ApiOperation method

# Navigation
* Refer handler

```
###@see #help
###@see ClassName#welcome
```
* Navigate to http request

# Live Templates
* post.form: Http form post
* post.upload: Http Upload
* post.stream: Stream upload
# References
* HTTP Client Issues: https://youtrack.jetbrains.com/issues?q=%23%7BHTTP%20Client%7D