{"id":50242719,"url":"https://github.com/bayazidsustami/curl-orchestrator-plugin","last_synced_at":"2026-05-26T21:42:03.698Z","repository":{"id":342846626,"uuid":"1175357404","full_name":"bayazidsustami/curl-orchestrator-plugin","owner":"bayazidsustami","description":"a Intellij plugin for curl orchestra","archived":false,"fork":false,"pushed_at":"2026-04-24T16:03:04.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T21:41:17.240Z","etag":null,"topics":["android-studio-plugin"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/30541-curl-orchestrator","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bayazidsustami.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-07T15:49:55.000Z","updated_at":"2026-04-24T14:22:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bayazidsustami/curl-orchestrator-plugin","commit_stats":null,"previous_names":["bayazidsustami/curl-orchestrator-plugin"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bayazidsustami/curl-orchestrator-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayazidsustami%2Fcurl-orchestrator-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayazidsustami%2Fcurl-orchestrator-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayazidsustami%2Fcurl-orchestrator-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayazidsustami%2Fcurl-orchestrator-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bayazidsustami","download_url":"https://codeload.github.com/bayazidsustami/curl-orchestrator-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayazidsustami%2Fcurl-orchestrator-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33540616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-studio-plugin"],"created_at":"2026-05-26T21:42:02.538Z","updated_at":"2026-05-26T21:42:03.673Z","avatar_url":"https://github.com/bayazidsustami.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curl Orchestrator Plugin\n\n🚀 **Curl Orchestrator** is a powerful Android Studio and IntelliJ-based IDE plugin that brings Postman-like API testing capabilities directly to your code editor, powered by your machine's native `curl` engine.\n\n## ✨ Features\n\n- **Native Execution**: Leverages your system's native `curl` executable to ensure accurate, real-world HTTP connections without the overhead of heavy internalized Java HTTP clients.\n- **REST Request Editor**: Full UI support for configuring `URL`, `Method`, `Headers`, `Query Parameters`, and `Raw Body` payloads.\n- **Form Data \u0026 File Uploads**: Natively attach and upload local files (`multipart/form-data`) seamlessly through the UI.\n- **Image Previews**: If the endpoint returns an image (e.g., `image/png`, `image/jpeg`), the plugin instantly renders a visual preview pane.\n- **Dynamic History Sidebar**: Every request you make is saved chronologically. The sidebar intelligently snaps its layout based on where you dock the tool window in your IDE (bottom or sides).\n- **Import/Export Schema**: Easily serialize and share complex requests as `.json` files. Import them back to quickly populate the GUI.\n- **Intelligent Response UI**: Format JSON payloads dynamically, view raw curl logs to see the exact command executed, and inspect response headers separated clearly from the body.\n\n## 🛠️ Installation\n\n### From IDE \n\n1. Open IntelliJ IDEA or Android Studio.\n2. Go to **Preferences/Settings \u003e Plugins \u003e Marketplace**.\n3. Search for \"Curl Orchestrator\".\n4. Click **Install**.\n\n### From GitHub Release\n1. Go to the [Releases](https://github.com/bayazidsustami/curl-orchestrator-plugin/releases) page.\n2. Download the `.zip` archive of the latest version.\n3. Open your IDE to **Settings \u003e Plugins**.\n4. Click the gear icon `⚙️` \u003e **Install Plugin from Disk...**\n5. Select the downloaded `.zip` file.\n\n## 🤝 Contributing\n\nWe welcome contributions from fellow developers and AI agents! \n\nBefore contributing, please read our [GitHub Contribution Workflow](.agents/workflows/github-contribution.md) to understand our branching and PR policies.\n\n### Local Development Setup\n1. Clone the repository: `git clone https://github.com/bayazidsustami/curl-orchestrator-plugin.git`\n2. Open the project in IntelliJ IDEA.\n3. The project uses Gradle. Wait for it to sync.\n4. Run the Sandbox IDE: \n   ```bash\n   ./gradlew runIde\n   ```\n\n### Creating a Pull Request\nWe use semantic versioning and conventional commits (e.g., `feat:`, `fix:`, `chore:`). Ensure you open your PR against the `main` branch and fill out the provided PR template.\n\n## 📜 License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayazidsustami%2Fcurl-orchestrator-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbayazidsustami%2Fcurl-orchestrator-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayazidsustami%2Fcurl-orchestrator-plugin/lists"}