{"id":20349261,"url":"https://github.com/a2p1k02/restapi","last_synced_at":"2026-04-11T01:56:34.615Z","repository":{"id":216789546,"uuid":"742335048","full_name":"a2p1k02/restapi","owner":"a2p1k02","description":"Simple rest-api lib","archived":false,"fork":false,"pushed_at":"2024-06-05T08:10:01.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T23:36:29.005Z","etag":null,"topics":["boost","cmake","cpp","json","linux","rest-api","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a2p1k02.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}},"created_at":"2024-01-12T08:47:08.000Z","updated_at":"2024-06-05T08:10:04.000Z","dependencies_parsed_at":"2024-01-24T12:07:05.160Z","dependency_job_id":"e23bac3a-b0c3-4734-b9c6-d493b8cc40c8","html_url":"https://github.com/a2p1k02/restapi","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"e4596aa02301c9f96bbb917d28fb45809dff8aee"},"previous_names":["a2p1k02/restapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Frestapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Frestapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Frestapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Frestapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a2p1k02","download_url":"https://codeload.github.com/a2p1k02/restapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877790,"owners_count":20035498,"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","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":["boost","cmake","cpp","json","linux","rest-api","windows"],"created_at":"2024-11-14T22:24:53.992Z","updated_at":"2026-04-11T01:56:28.929Z","avatar_url":"https://github.com/a2p1k02.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# restapi\n\n### this is a simple rest-api lib for web development written with boost\n\n## Examples\n```cpp\n#include \"restapi/restapi.h\"\n\nint main()\n{\n\troutes_map routes;\n\n\troutes.insert({ \"/hello\", {{\"status\", 200}, {\"message\", \"hello world\"}} });\n\troutes.insert({ \"/\", {{\"status\", 200}, {\"message\", \"you can route to /hello page\"}} });\n\n\trestapi::m_routes = routes;\n\trestapi::start(\"127.0.0.1\", 5734);\n\n\treturn 0;\n}\n```\n\n## Logs example\n![изображение](https://github.com/a2p1k02/restapi/assets/35633190/84f78a54-8fe9-4c92-a541-65b63b4c2f60)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2p1k02%2Frestapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa2p1k02%2Frestapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2p1k02%2Frestapi/lists"}