{"id":20207940,"url":"https://github.com/thearchitector/openendpoint-tools","last_synced_at":"2026-05-13T04:01:59.441Z","repository":{"id":237458760,"uuid":"610084503","full_name":"thearchitector/openendpoint-tools","owner":"thearchitector","description":"It's like Hamburger Helper, but DevOps REST endpoints for projects instead.","archived":false,"fork":false,"pushed_at":"2023-03-19T06:23:31.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T10:15:20.673Z","etag":null,"topics":["api","devops","game","open-endpoints","peer-to-peer","pong","prototype","rollup","vlang","vweb","webrtc"],"latest_commit_sha":null,"homepage":"https://openendpoint.tools/ping/","language":"JavaScript","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/thearchitector.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-03-06T03:46:32.000Z","updated_at":"2023-03-19T06:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bbfe873-bac4-4e79-934c-ef17d30b884e","html_url":"https://github.com/thearchitector/openendpoint-tools","commit_stats":null,"previous_names":["thearchitector/openendpoint-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thearchitector/openendpoint-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearchitector%2Fopenendpoint-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearchitector%2Fopenendpoint-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearchitector%2Fopenendpoint-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearchitector%2Fopenendpoint-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thearchitector","download_url":"https://codeload.github.com/thearchitector/openendpoint-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearchitector%2Fopenendpoint-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283927493,"owners_count":26917968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","devops","game","open-endpoints","peer-to-peer","pong","prototype","rollup","vlang","vweb","webrtc"],"created_at":"2024-11-14T05:33:21.810Z","updated_at":"2025-11-11T20:36:05.524Z","avatar_url":"https://github.com/thearchitector.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openendpoint-tools\n\n![build status](https://img.shields.io/github/actions/workflow/status/thearchitector/openendpoint-tools/ci.yaml?style=flat-square)\n![mit license](https://img.shields.io/github/license/thearchitector/openendpoint-tools?style=flat-square)\n\nIt's like Hamburger Helper, but DevOps REST endpoints for projects instead.\n\nA set of arguably useful endpoints for various management, testing, and distribution purposes.\n\n\u003chttps://openendpoint.tools\u003e\n\n## Endpoints\n\n- [/ping/](polypong/README.md)\n\n  A better (by some metrics) healthcheck endpoint.\n\n- [/metrics/generic](api/src/metrics.v)\n\n  Sending a `POST` request to this endpoint will store the given number alongside the provided slug. Slugs must be alphanumeric. After creation, you must supply the `authkey` in order to update it.\n\n  ```json\n  {\n    \"slug\": \"\u003cyour project slug\u003e\",\n    \"metric\": 47,\n    \"percentage\": false,\n    \"authkey\": \"\u003cthe key returned after initial creation used for updating\u003e\"\n  }\n  ```\n\n  Sending a `GET` request to this endpoint will return a JSON object matching the [Shield.io custom endpoint schema](https://shields.io/endpoint).\n\n  ```sh\n  $ curl /metrics/generic/YOUR_SLUG\n  {\n      \"schemaVersion\": 1,\n      \"label\": \"metric\",\n      \"message\": \"47\",\n  }\n  ```\n\n## Development\n\nThis project is an experiment / prototype application running on the V language and builtin application server `vweb`. Structurally, each endpoint group is a file that contains both the routes and controlling functions for said group.\n\nThere is no builtin way to test vweb server endpoints, so the tests are written as `curl` commands in the `./api/scripts/tests.sh` script. To test:\n\n```sh\n$ docker compose down --volumes\n$ docker compose run --rm api ./scripts/tests.sh\n```\n\n## License\n\nCopyright (c) 2023 Elias Gabriel\n\nThis tool and its source code are licensed under MIT. See the license [here](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthearchitector%2Fopenendpoint-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthearchitector%2Fopenendpoint-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthearchitector%2Fopenendpoint-tools/lists"}