{"id":18090782,"url":"https://github.com/cob16/circleci-typescript-axios","last_synced_at":"2025-07-17T09:38:55.293Z","repository":{"id":43950448,"uuid":"252302648","full_name":"cob16/circleci-typescript-axios","owner":"cob16","description":"Autogenerated sdk for circle ci v2","archived":false,"fork":false,"pushed_at":"2025-03-28T10:17:06.000Z","size":133,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:44:05.051Z","etag":null,"topics":["api-client","circle-ci","circle-ci-2","circleci","javascript","sdk","typescript","v2"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/circleci-typescript-axios","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cob16.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":"2020-04-01T22:43:30.000Z","updated_at":"2021-10-26T14:52:40.000Z","dependencies_parsed_at":"2025-03-14T08:32:42.298Z","dependency_job_id":"197ef5a2-1ff4-483e-9782-3781fc059f24","html_url":"https://github.com/cob16/circleci-typescript-axios","commit_stats":{"total_commits":70,"total_committers":3,"mean_commits":"23.333333333333332","dds":0.3142857142857143,"last_synced_commit":"25d13d30b7c9a0e73000536a79bdef7a7a373020"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cob16%2Fcircleci-typescript-axios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cob16%2Fcircleci-typescript-axios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cob16%2Fcircleci-typescript-axios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cob16%2Fcircleci-typescript-axios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cob16","download_url":"https://codeload.github.com/cob16/circleci-typescript-axios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670520,"owners_count":21142901,"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-client","circle-ci","circle-ci-2","circleci","javascript","sdk","typescript","v2"],"created_at":"2024-10-31T18:07:25.423Z","updated_at":"2025-04-13T05:44:23.954Z","avatar_url":"https://github.com/cob16.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# circleci-typescript-axios\n[![circleci-typescript-axios](https://circleci.com/gh/cob16/circleci-typescript-axios/tree/master.svg?style=svg)](https://circleci.com/gh/cob16/circleci-typescript-axios/tree/master)\n\nAutogenerated sdk for circle ci v2\n\n**Warning** the circle v2 api is in preview and is **currently making braking changes** see [breaking.md](https://github.com/CircleCI-Public/api-preview-docs/blob/master/docs/breaking.md)\n\n[See the full doc here](https://cob16.github.io/circleci-typescript-axios/)\n\n# Getting started\n```bash\nnpm i circleci-typescript-axios --save\n```\nor to build form source \n```bash\ngit clone https://github.com/cob16/circleci-typescript-axios.git\ncd circleci-typescript-axios\nnpm install\nnpm run build\n```\n\n\nExample Usage\n```typescript\nimport { PreviewApiFactory, Project } from 'circleci-typescript-axios';\n\nlet client = PreviewApiFactory({\n  apiKey: '\u003cMY-API-KEY\u003e',\n});\n\nclient\n  .getProjectBySlug('gh/cob16/circleci-lib')\n  .then(resp =\u003e {\n    let project: Project = resp.data;\n    console.log(project.name);\n    console.log(project.organization_name);\n    console.log(project.slug);\n    console.log(project.vcs_info);\n  })\n  .catch(error =\u003e {\n    console.log(error);\n  });\n```\nTo see other methods [See the full doc here](https://cob16.github.io/circleci-typescript-axios/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcob16%2Fcircleci-typescript-axios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcob16%2Fcircleci-typescript-axios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcob16%2Fcircleci-typescript-axios/lists"}