{"id":19653768,"url":"https://github.com/katee/sandwich_api","last_synced_at":"2025-08-04T11:34:06.410Z","repository":{"id":6588166,"uuid":"7830664","full_name":"Katee/sandwich_api","owner":"Katee","description":"API for ordering sandwiches.","archived":false,"fork":false,"pushed_at":"2013-06-14T03:13:06.000Z","size":1063,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T01:53:20.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/Katee.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}},"created_at":"2013-01-25T23:40:38.000Z","updated_at":"2014-12-13T20:24:23.000Z","dependencies_parsed_at":"2022-09-15T16:21:45.150Z","dependency_job_id":null,"html_url":"https://github.com/Katee/sandwich_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Katee/sandwich_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katee%2Fsandwich_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katee%2Fsandwich_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katee%2Fsandwich_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katee%2Fsandwich_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Katee","download_url":"https://codeload.github.com/Katee/sandwich_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katee%2Fsandwich_api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268689371,"owners_count":24291075,"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-08-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2024-11-11T15:15:10.886Z","updated_at":"2025-08-04T11:34:06.389Z","avatar_url":"https://github.com/Katee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"sandwich_api\n============\n\nAPI for ordering sandwiches.\n\nBackground\n----------\n\nAll sandwiches come open face with bread of the day.\n\nTopping order is not guaranteed.\n\nOrder statuses are “queued”, “being made”, “ready for pickup”, “delivered” and “exception”.\n\nSandwiches are paid for on pickup, and probably don't cost very much due to productivity gains from technology.\n\nIt is impossible to speak with the sandwich maker though anything other than this API.\n\nClient Usage\n-------------\n\nGet list of fillings.\n\u003e    curl -v http://localhost:8181/fillings\n\nCreate order with fillings 4 and 3.\n\u003e    curl -v -H \"Content-Type: application/json\" -X POST -d \"{\\\"fillings\\\": [4,3]}\" http://localhost:8181/order\n\nCheck order 0 status.\n\u003e    curl -v http://localhost:8181/order/0\n\nSandwich Maker Usage\n--------------------\n\nGet a list of all orders.\n\u003e    curl -v http://localhost:8181/orders\n\nUpdate order 0 status.\n\u003e    curl -v -H \"Content-Type: application/json\" -X POST -d \"{\\\"status\\\": \\\"in progress\\\", \\\"auth_key\\\": \\\"ABC123\\\"}\" http://localhost:8181/order/0/status\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatee%2Fsandwich_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatee%2Fsandwich_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatee%2Fsandwich_api/lists"}