{"id":14986660,"url":"https://github.com/sideko-inc/sideko","last_synced_at":"2025-04-05T18:05:41.265Z","repository":{"id":198069774,"uuid":"699872484","full_name":"Sideko-Inc/sideko","owner":"Sideko-Inc","description":"Generate SDKs and docs for your API","archived":false,"fork":false,"pushed_at":"2025-03-24T14:00:37.000Z","size":707,"stargazers_count":61,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T18:05:22.506Z","etag":null,"topics":["api","api-client","documentation","openapi","openapi-generator","openapi-spec","openapi-specification","openapi3","rest-api","sdk","swagger","swagger-api","swagger-codegen","swagger-documentation"],"latest_commit_sha":null,"homepage":"https://sideko.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sideko-Inc.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-10-03T14:04:44.000Z","updated_at":"2025-03-24T14:00:40.000Z","dependencies_parsed_at":"2023-10-04T08:34:56.197Z","dependency_job_id":"c011ec19-128c-4c58-acd3-cae9f248a3a8","html_url":"https://github.com/Sideko-Inc/sideko","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":"0.36904761904761907","last_synced_commit":"43b2955a1a91dac007bb0ad3145a87dca097d21a"},"previous_names":["sideko-inc/sideko","sideko-inc/sdk-generator"],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sideko-Inc%2Fsideko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sideko-Inc%2Fsideko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sideko-Inc%2Fsideko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sideko-Inc%2Fsideko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sideko-Inc","download_url":"https://codeload.github.com/Sideko-Inc/sideko/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378140,"owners_count":20929296,"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":["api","api-client","documentation","openapi","openapi-generator","openapi-spec","openapi-specification","openapi3","rest-api","sdk","swagger","swagger-api","swagger-codegen","swagger-documentation"],"created_at":"2024-09-24T14:13:18.017Z","updated_at":"2025-04-05T18:05:41.244Z","avatar_url":"https://github.com/Sideko-Inc.png","language":"Rust","readme":"\u003cp align=\"center\"\u003e\n \u003ca href=\"https://sideko.dev\"\u003e\n\u003cimg src=\"https://storage.googleapis.com/sideko.appspot.com/public_assets/website_assets/logo-symbol.svg\" height=\"96\"\u003e\n\u003ch3 align=\"center\"\u003eSideko\u003c/h3\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n Your API Ecosystem On Autopilot\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://sideko.dev\"\u003e\u003cstrong\u003eWebsite\u003c/strong\u003e\u003c/a\u003e ·\n\u003ca href=\"https://docs.sideko.dev\"\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## The single platform to generate an ecosystem for your APIs\nUsing OpenAPI 3.x specifications you can create:\n- 🚀 **SDKs** with types, tests, authentication, and code snippets\n- 🔄 **Mock Servers** that mimic API behavior\n- 📚 **API Documentation** that stays up to date automatically\n- 💻 **CLI Tools** for simple API interactions\n\n## Installation\n\n\n```bash\n# 🍏 macOS\nbrew install sideko-inc/tap/sideko\n\n# 🐍 python - pypi\npip install sideko-py\n\n# 📦 js - npm\nnpm install -g @sideko/cli\n\n# ⚡ curl\ncurl -fsSL https://raw.githubusercontent.com/Sideko-Inc/sideko/main/install.sh | sh\n```\n\n\n## Quickstart - Premium SDKs in Seconds\n```bash\n# authenticate\nsideko login\n\n# interactively create sdks\nsideko sdk init\n```\n\n## Local Authentication\nThis CLI utilizes your computer's native secure store:\n- macOS: Keychain\n- Linux: keyutils\n- Windows: Credential Manager\n\nTo authenticate locally run: ```sideko login```\n\n\n## Authenticating in CI/CD\nSet `SIDEKO_API_KEY` environment variable in CI/CD.\n1. With your own API key run: `sideko account get-my-api-key`\n2. With a service account [see documentation](https://docs.sideko.dev/organizations/service-accounts)\n\n# Resources\n- [📘 Complete CLI Reference Docs](./docs/CLI.md)\n- [📝 Report an Issue](https://github.com/Sideko-Inc/sideko/issues/new?template=generation-bug.md)\n- [⚖️ License](./LICENSE)\n- Shell autocomplete: `sideko config autocomplete --shell (your shell)` (must run this command with each Sideko CLI update)\n\n---\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eLegacy CLI Installations\u003c/summary\u003e\n\n```bash\n# via curl\ncurl -fsSL https://raw.githubusercontent.com/Sideko-Inc/sideko/v0.10.2/install.sh | sh\n\n# via pip\npip install sideko-py==0.10.2\n```\n\u003c/details\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsideko-inc%2Fsideko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsideko-inc%2Fsideko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsideko-inc%2Fsideko/lists"}