Skip to content

RobinKumar5986/PostKid

Repository files navigation

PostKid

PostKid is a lightweight networking tool designed as an IntelliJ IDEA extension.
Inspired by Postman, PostKid provides a simple and efficient way to perform networking tasks directly inside the IntelliJ environment — without the need to install external applications like Postman for basic lightweight networking.

Download

You can download the plugin from the link below:

IntelliJ Marketplace

Download PostKid Plugin (ZIP)


✨ Features

  • Lightweight and fast networking inside IntelliJ IDEA.
  • No need to switch between your IDE and Postman for simple HTTP requests.
  • Built using the powerful OkHttpClient library.
  • Supports basic networking operations like GET, POST, PUT, and DELETE.
  • Minimalist and easy-to-use interface.

📸 Preview


🚀 Why PostKid?

While Postman is a fantastic tool, it can often feel too heavy for quick, lightweight networking tasks.
PostKid offers an integrated alternative that saves time and system resources by allowing developers to stay within their IntelliJ workflow for basic API testing.


🛠️ Tech Stack

  • Kotlin (or Java) for extension development.
  • OkHttpClient for handling HTTP requests.
  • IntelliJ Platform SDK for building the plugin.

📦 Installation

Currently, you can install manually by cloning the repository and building the plugin:

git clone https://github.com/RobinKumar5986/PostKid

📚 Usage

  • Open IntelliJ IDEA.
  • Access PostKid from the Tools window or via the dedicated tab.
  • Configure your request (URL, Method, Headers, Body).
  • Click Send to fire the request and view the response.
  • Save or copy responses as needed.

🤝 Contributing

Pull requests are welcome! If you have suggestions for improvements, please open an issue or a PR.

📄 License

This project is licensed under the MIT License.
You are free to use, modify, and distribute this software under the terms of the license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages