{"id":42006199,"url":"https://github.com/newhoo/RestfulBox","last_synced_at":"2026-02-05T01:01:00.994Z","repository":{"id":45509413,"uuid":"443934777","full_name":"newhoo/RestfulBox","owner":"newhoo","description":"Another powerful toolkit for restful development.","archived":false,"fork":false,"pushed_at":"2025-09-16T15:33:11.000Z","size":17938,"stargazers_count":79,"open_issues_count":0,"forks_count":22,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-16T17:56:30.391Z","etag":null,"topics":["idea","jetbrains-plugin","restful","springboot"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/14723-restfulbox","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/newhoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-01-03T03:58:43.000Z","updated_at":"2025-09-16T15:15:20.000Z","dependencies_parsed_at":"2024-06-04T10:59:31.099Z","dependency_job_id":"c35a4952-c48c-4ecb-b30c-d4424e1b3713","html_url":"https://github.com/newhoo/RestfulBox","commit_stats":null,"previous_names":["newhoo/restfulbox","newhoo/restkit"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/newhoo/RestfulBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newhoo%2FRestfulBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newhoo%2FRestfulBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newhoo%2FRestfulBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newhoo%2FRestfulBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newhoo","download_url":"https://codeload.github.com/newhoo/RestfulBox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newhoo%2FRestfulBox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29105268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T00:52:08.035Z","status":"ssl_error","status_checked_at":"2026-02-05T00:52:07.703Z","response_time":62,"last_error":"SSL_read: 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":["idea","jetbrains-plugin","restful","springboot"],"created_at":"2026-01-26T02:00:36.148Z","updated_at":"2026-02-05T01:01:00.987Z","avatar_url":"https://github.com/newhoo.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# Another powerful toolkit for restful development.\n\n[简体中文](./README.zh_CN.md) | [Github](https://github.com/newhoo/RestfulBox) | [Gitee](https://gitee.com/newhoo/RestfulBox) | [Jetbrains](https://plugins.jetbrains.com/plugin/14723-restfulbox/reviews) | [Screenshots](doc/zh_CN/界面展示.md)\n\nThis plugin is committed to enhancing development efficiency with useful features. Rich and complete features can greatly improve the efficiency of IDEA development.\n\n## Features ([6.0 Upgrade Guide](doc/zh_CN/快速入门/6.0升级指南.md))\n- [x] More supported jetbrains ides.\n- [x] Restful apis automatic scanning and display.\n  - Support searching service in native Search Everywhere. ( use: \u003ckbd\u003eCtrl \\\\\u003c/kbd\u003e )\n  - View apis in different IDE and project.\n  - Show restful api structure in tool window.\n  - Api and Method jump to each other.\n- [x] Request client:\n  - Multi-tab: support displaying, sending multiple requests at the same time, sending concurrent request.\n  - Multi-protocol: support http and sse by default.\n  - Environment variable：define/manage/use/export/import, support preset function and script function.\n  - Global header：can use with Environment, also support preset function and script function.\n  - Parameter library：support display/save/delete in Headers/Params/Body tab.\n  - Request script：support pre-request and post-script script.\n  - Display request info like http packet, and save to log file.\n- [x] Language \u0026 Framework:\n  - Support Spring MVC / OpenFeign / Jax-RS with java and kotlin in idea by default.\n  - Support Actix-Web with rust by default.\n- [x] Datasource: Support multiple data sources. Local/Cloud/Custom.\n- [x] Plugin extension: through this, you can try your great ideas.\n- [X] Have a convenient toolbox (Time conversion, Encryption \u0026 Decryption and etc.)\n- [X] Original command center, support rich custom commands.\n- [X] Support finding and opening of remote git repositories automatically.\n- [X] Support manage runtime environment variables for IDEA/Goland/Android Studio.\n- [X] Extra: auto execute mysql explain: \u003ca href=\"https://github.com/newhoo/mysql-explain\"\u003eMySQL Explain\u003c/a\u003e\n- [X] Extra: invoke spring bean method conveniently: \u003ca href=\"https://github.com/newhoo/bean-invoker\"\u003eSpring Bean Invoker\u003c/a\u003e\n\n## Ecology\n\n- Scanning Type\n  - [x] Spring MVC: supported by default. Support Java and Kotlin implement.\n  - [x] Jax-Rs: supported by default from `3.3.0`. Support Java and Kotlin implement.\n  - [x] OpenFeign: supported by default from `5.7.0`. Support Java and Kotlin implement.\n  - [x] Dubbo: supported by plugin. See [RestfulBox-Dubbo](https://github.com/newhoo/RestfulBox-Dubbo). Support scanning and sending dubbo request.\n  - [x] Solon: supported by plugin. See [RestfulBox-Solon](https://github.com/newhoo/RestfulBox-Solon). Support scanning and sending http request.\n  - [x] K8s: supported by default from `6.0.0`. Support scanning k8s deployments.\n  - [x] Actix-Web: supported by default from `6.6.0`.\n- Protocol\n  - [x] HTTP/HTTPS: supported by default.\n  - [x] DUBBO: see above.\n  - [x] Redis: Simple demo: [RESTKit-Redis](https://github.com/newhoo/RESTKit-Redis).\n- Datasource (Support store all data to selected datasource)\n  - [x] Sqlite Datasource: supported by default from `3.0.0`.\n  - [x] MySQL Datasource: supported by default from `3.0.1`.\n\n## Document\n\n_Due to limited time, Chinese documents are more comprehensive. Please visit it with translation as needed._\n\n- [English Document](doc/en/README.md)\n- [中文文档-Github](https://github.com/newhoo/RestfulBox/blob/main/doc/zh_CN/%E7%9B%AE%E5%BD%95.md)  [Gitee](https://gitee.com/newhoo/RestfulBox/blob/main/doc/zh_CN/%E7%9B%AE%E5%BD%95.md)\n- [CHANGELOG](doc/CHANGELOG.md)\n\n## Contact \u0026 Feedback\nIf you find any problems with this plugin, please give me feedback. If it helps, star for it! :star2:\n\n[Issues](https://github.com/newhoo/RestfulBox/issues) | [Email](mailto:dev2n@qq.com) | [Ratings \u0026 Previews](https://plugins.jetbrains.com/plugin/14723-restfulbox/reviews)\n\n\u003e Note  \n\u003e Please provide necessary information when you feedback: IDE version, plugin version, exception content, recreation way, desire, and etc.\n\n\n## Sponsor\n\n![Sponsor](doc/en/images/pay.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewhoo%2FRestfulBox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewhoo%2FRestfulBox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewhoo%2FRestfulBox/lists"}