{"id":41745040,"url":"https://github.com/obity/hiposter","last_synced_at":"2026-01-25T00:48:22.135Z","repository":{"id":65950386,"uuid":"602422246","full_name":"obity/hiposter","owner":"obity","description":"HiPoster is a simple and efficient http API testing client tool. Based on Wails, Go and sveltejs.","archived":false,"fork":false,"pushed_at":"2023-08-23T06:08:19.000Z","size":1880,"stargazers_count":29,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T02:13:24.164Z","etag":null,"topics":["api-client","http","http-test","httpclient","post"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obity.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}},"created_at":"2023-02-16T07:07:49.000Z","updated_at":"2024-04-20T02:48:24.000Z","dependencies_parsed_at":"2024-06-20T01:47:45.084Z","dependency_job_id":"171f7060-f1a1-4403-ac75-1be15253a89c","html_url":"https://github.com/obity/hiposter","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/obity/hiposter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obity%2Fhiposter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obity%2Fhiposter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obity%2Fhiposter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obity%2Fhiposter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obity","download_url":"https://codeload.github.com/obity/hiposter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obity%2Fhiposter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28740271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api-client","http","http-test","httpclient","post"],"created_at":"2026-01-25T00:48:22.079Z","updated_at":"2026-01-25T00:48:22.129Z","avatar_url":"https://github.com/obity.png","language":"Svelte","readme":"# HiPoster\n\n\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/obity/hiposter?color=peru)](https://github.com/obity/hiposter/releases/latest)\n[![Lines of code](https://img.shields.io/tokei/lines/github/obity/hiposter.svg?color=beige)](#)\n[![Downloads of releases](https://img.shields.io/github/downloads/obity/hiposter/total.svg?color=lavender)](https://github.com/obity/hiposter/releases/latest)\n[![GPL3 licensed](https://img.shields.io/github/license/obity/hiposter.svg)](./LICENSE)\n\n\n\n\nHiPoster is a simple and efficient http API testing client tool. Based on Wails, Go and sveltejs.\n\n\n\n\n\n\n\u003c!-- ![HiPoster](./appicon.png =100x100) --\u003e\n \u003cimg src=\"build/appicon.png\" width = \"100\" height = \"100\" alt=\"HiPoster\" align=center /\u003e\n \n\n## Live Development\n\n\nTo run in live development mode, run `wails dev` in the project directory. This will run a Vite development\nserver that will provide very fast hot reload of your frontend changes. If you want to develop in a browser\nand have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect\nto this in your browser, and you can call your Go code from devtools.\n\n## Building\n\nTo build a redistributable, production mode package, use `wails build`.\n\n```shell\n# Building target: darwin/arm64\n\n  • Generating bindings: Done.\n  • Installing frontend dependencies: Done.\n  • Compiling frontend: Done.\n  • Compiling application: Done.\n  • Packaging application: Done.\nBuilt '/Users/lsmiao/workspace/src/github.com/obity/hiposter/build/bin/hiposter.app/Contents/MacOS/hiposter' in 6.339s.\n```\n\n# FAQ\n\n1. macOS系统限制，提示”提示文件已损坏”，处理方法。\n\nsudo xattr -d com.apple.quarantine /Applications/xxxx.app，注意：/Applications/xxxx.app 换成你的App路径。指定放行，删除com.apple.quarantine元数据文件，使您可以执行可执行文件。\n\n2.  Install on Debian/Ubuntu x86_64\n\n```\ndpkg -i ./hiposter_linux_amd64_v0.0.8.deb \n```\nor\n```\napt install ./hiposter_linux_amd64_v0.0.8.deb\n```\n\n3.  Install on Debian/Ubuntu ARM64\n\n```\ndpkg -i ./hiposter_linux_arm64_v0.0.8.deb \n```\nor\n```\napt install ./hiposter_linux_arm64_v0.0.8.deb\n```\n\n# Screen\n\n![](docs/get.jpg)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobity%2Fhiposter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobity%2Fhiposter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobity%2Fhiposter/lists"}