{"id":31718680,"url":"https://github.com/speakeasy-api/apitizing-burgers","last_synced_at":"2026-01-20T17:15:00.287Z","repository":{"id":265305185,"uuid":"668464194","full_name":"speakeasy-api/apitizing-burgers","owner":"speakeasy-api","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-04T20:48:39.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-15T16:15:20.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/speakeasy-api.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-19T21:50:52.000Z","updated_at":"2025-08-04T20:48:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"b94e6dd5-6231-425f-821d-1ed03ecb00b4","html_url":"https://github.com/speakeasy-api/apitizing-burgers","commit_stats":null,"previous_names":["ritza-co/apitizing-burgers","speakeasy-api/apitizing-burgers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/speakeasy-api/apitizing-burgers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fapitizing-burgers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fapitizing-burgers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fapitizing-burgers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fapitizing-burgers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speakeasy-api","download_url":"https://codeload.github.com/speakeasy-api/apitizing-burgers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fapitizing-burgers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"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":"2025-10-09T02:54:50.397Z","updated_at":"2026-01-20T17:15:00.257Z","avatar_url":"https://github.com/speakeasy-api.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \u003ca href=\"https://www.speakeasy.com/\" target=\"_blank\"\u003e\n  \u003cimg width=\"1500\" height=\"500\" alt=\"Speakeasy\" src=\"https://github.com/user-attachments/assets/0e56055b-02a3-4476-9130-4be299e5a39c\" /\u003e\n \u003c/a\u003e\n \u003cbr /\u003e\n \u003cbr /\u003e\n  \u003cdiv\u003e\n   \u003ca href=\"https://speakeasy.com/docs/create-client-sdks/\" target=\"_blank\"\u003e\u003cb\u003eDocs Quickstart\u003c/b\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;//\u0026nbsp;\u0026nbsp;\u003ca href=\"https://go.speakeasy.com/slack\" target=\"_blank\"\u003e\u003cb\u003eJoin us on Slack\u003c/b\u003e\u003c/a\u003e\n  \u003c/div\u003e\n \u003cbr /\u003e\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54\"\u003e\n\u003c/p\u003e\n\n\u003ch1\u003e\n APItizing Burgers API: an example API to manage burgers and orders in a restaurant\n\u003c/h1\u003e\n\n\u003c/div\u003e\n\nThis example API demonstrates Speakeasy's recommended practices for generating clear OpenAPI specifications.\n\n## Install FastAPI\n\nTo install and run this example, you'll need a Python virtualenv with FastAPI installed.\n\n1. Activate your Python virtualenv.\n2. Install FastAPI. Run the following in the terminal:\n\n    ```bash\n    pip install \"fastapi[all]\"\n    ```\n\n3. Clone this repo:\n\n    ```bash\n    git clone git@github.com:ritza-co/apitizing-burgers.git\n    ```\n\n## Run FastAPI server\n\n1. In the `app` directory, run:\n\n    ```bash\n    uvicorn main:app --reload\n    ```\n\n2. Open this link in your browser: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)\n\n## Install Speakeasy\n\nTo save OpenAPI output to a file and regenerate the SDK with Speakeasy, first install Speakeasy by following the [Speakeasy Getting Started](https://speakeasyapi.dev/docs/product-reference/speakeasy-cli/getting-started/) guide.\n\nOn macOS, you can install Speakeasy using Homebrew.\n\nIn your terminal, run:\n\n```bash\nbrew install speakeasy-api/homebrew-tap/speakeasy\n```\n\n## Regenerate the `openapi.yaml`, `openapi.json` and the client SDK\n\nIn the project's directory, run:\n\n```bash\n./gen.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-api%2Fapitizing-burgers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeakeasy-api%2Fapitizing-burgers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-api%2Fapitizing-burgers/lists"}