{"id":16816824,"url":"https://github.com/johnguan/zerotierone-openapi","last_synced_at":"2026-02-14T01:04:00.491Z","repository":{"id":80165397,"uuid":"605889302","full_name":"JohnGuan/zerotierone-openapi","owner":"JohnGuan","description":"Complete version of ZeroTierOne's OpenAPI","archived":false,"fork":false,"pushed_at":"2024-11-05T09:20:44.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T08:34:36.733Z","etag":null,"topics":["axios","typescript","zerotier","zerotier-api","zerotier-controller","zerotier-network","zerotier-one"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnGuan.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,"zenodo":null}},"created_at":"2023-02-24T05:41:00.000Z","updated_at":"2024-11-05T09:20:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e7472a3-19b1-44c2-8c77-302561310920","html_url":"https://github.com/JohnGuan/zerotierone-openapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohnGuan/zerotierone-openapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnGuan%2Fzerotierone-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnGuan%2Fzerotierone-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnGuan%2Fzerotierone-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnGuan%2Fzerotierone-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnGuan","download_url":"https://codeload.github.com/JohnGuan/zerotierone-openapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnGuan%2Fzerotierone-openapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273380417,"owners_count":25095183,"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-09-03T02:00:09.631Z","response_time":76,"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":["axios","typescript","zerotier","zerotier-api","zerotier-controller","zerotier-network","zerotier-one"],"created_at":"2024-10-13T10:45:27.669Z","updated_at":"2026-02-14T01:04:00.424Z","avatar_url":"https://github.com/JohnGuan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZeroTierOne OpenAPI\n\nComplete version of ZeroTierOne's OpenAPI\n\n\u003e ⚠️ This is not an official document by ZeroTier Inc.\n\u003e\n\u003e 🤩 This is the full version with additions based on the official documentation and source code, especially the controller API.\n\n## API Client\n\n### typescript-axios\n\n\u003e zerotierone-api-ts-axios\n\n[\n    ![NPM Version](https://img.shields.io/npm/v/zerotierone-api-ts-axios?style=flat-square)\n    ![NPM Downloads](https://img.shields.io/npm/dw/zerotierone-api-ts-axios?style=flat-square)\n](https://www.npmjs.com/package/zerotierone-api-ts-axios)\n\n#### Install\n\n```shell\nnpm i zerotierone-api-ts-axios\n```\n\n```shell\nyarn add zerotierone-api-ts-axios\n```\n\n#### Usage\n\n```typescript\nimport {\n  Configuration,\n  StatusApi,\n  NetworkApi,\n  ControllerApi,\n  PeerApi,\n} from \"zerotierone-api-ts-axios\";\n\n// create configuration\nconst configuration = new Configuration({\n  basePath: \"/path/to/your/backend\",\n});\n\n// export configured api instances\nexport const statusApi = new StatusApi(configuration);\nexport const networkApi = new NetworkApi(configuration);\nexport const controllerApi = new ControllerApi(configuration);\nexport const peerApi = new PeerApi(configuration);\n\n// export models and other exports\nexport * from \"zerotierone-api-ts-axios\";\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnguan%2Fzerotierone-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnguan%2Fzerotierone-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnguan%2Fzerotierone-openapi/lists"}