{"id":17843082,"url":"https://github.com/tobycm/dummy-json-api","last_synced_at":"2026-02-14T01:42:55.270Z","repository":{"id":65304549,"uuid":"589281478","full_name":"tobycm/dummy-json-api","owner":"tobycm","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-26T20:57:27.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-23T08:59:16.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/tobycm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-01-15T17:09:29.000Z","updated_at":"2025-08-29T20:23:48.000Z","dependencies_parsed_at":"2024-10-27T22:18:40.509Z","dependency_job_id":"68220929-054a-4f6c-a6cf-1852ff7755ca","html_url":"https://github.com/tobycm/dummy-json-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tobycm/dummy-json-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobycm%2Fdummy-json-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobycm%2Fdummy-json-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobycm%2Fdummy-json-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobycm%2Fdummy-json-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobycm","download_url":"https://codeload.github.com/tobycm/dummy-json-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobycm%2Fdummy-json-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29430019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"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":[],"created_at":"2024-10-27T21:22:06.210Z","updated_at":"2026-02-14T01:42:55.231Z","avatar_url":"https://github.com/tobycm.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"A server app built using [Shelf](https://pub.dev/packages/shelf),\nconfigured to enable running with [Docker](https://www.docker.com/).\n\nThis sample code handles HTTP GET requests to `/` and `/echo/\u003cmessage\u003e`\n\n# Running the sample\n\n## Running with the Dart SDK\n\nYou can run the example with the [Dart SDK](https://dart.dev/get-dart)\nlike this:\n\n```\n$ dart run bin/server.dart\nServer listening on port 8080\n```\n\nAnd then from a second terminal:\n```\n$ curl http://0.0.0.0:8080\nHello, World!\n$ curl http://0.0.0.0:8080/echo/I_love_Dart\nI_love_Dart\n```\n\n## Running with Docker\n\nIf you have [Docker Desktop](https://www.docker.com/get-started) installed, you\ncan build and run with the `docker` command:\n\n```\n$ docker build . -t myserver\n$ docker run -it -p 8080:8080 myserver\nServer listening on port 8080\n```\n\nAnd then from a second terminal:\n```\n$ curl http://0.0.0.0:8080\nHello, World!\n$ curl http://0.0.0.0:8080/echo/I_love_Dart\nI_love_Dart\n```\n\nYou should see the logging printed in the first terminal:\n```\n2021-05-06T15:47:04.620417  0:00:00.000158 GET     [200] /\n2021-05-06T15:47:08.392928  0:00:00.001216 GET     [200] /echo/I_love_Dart\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobycm%2Fdummy-json-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobycm%2Fdummy-json-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobycm%2Fdummy-json-api/lists"}