An open API service indexing awesome lists of open source software.

https://github.com/fingerart/apidebugger

A IDEA plug-in to help you easily complete the API debugging.
https://github.com/fingerart/apidebugger

api debugger intellij-plugin

Last synced: 8 months ago
JSON representation

A IDEA plug-in to help you easily complete the API debugging.

Awesome Lists containing this project

README

          

# ApiDebugger

A IntelliJ plugin to help you easily complete the API debugging. You can find it on JetBrains' plugin page.

## Preview

![ApiDebugger](https://github.com/FingerArt/ApiDebugger/blob/master/screenshot/v2.0.0.gif?raw=true)

## Installation

1. Inside your IDE, select Preferences -> Plugins -> Browse Repositories....
2. Search for `Api Debugger`.
3. Click the green Install Plugin button.
4. Click Close and OK, then Re-launch your IDE.
5. If `View->Tool Buttons` is open, can see `Api Debugger` plug-in at window right.

## Changelog

Changes exist in the [releases tab](https://github.com/fingerart/ApiDebugger/releases).

## How to Contribute

To contribute, please fork and create a pull request.

### Bug Fixes

If you find a bug, it would be awesome if you created an issue about it. Please include a clear description of the problem so that we can fix it!

## Pull Requests

I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
2. If its a feature, bugfix, or anything please only change code to what you specify.
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.

## Contact:
george@chengguo.io

## Uninstalling

Inside your IDE, select Preferences -> Plugins, then find the `Api Debugger` plugin. Click Uninstall.