{"id":18811836,"url":"https://github.com/congiary/yandex-tracker-client","last_synced_at":"2025-04-13T20:31:42.220Z","repository":{"id":256964950,"uuid":"856954983","full_name":"Congiary/yandex-tracker-client","owner":"Congiary","description":"Клиент для работы с Yandex Tracker с помощью NodeJS","archived":false,"fork":false,"pushed_at":"2024-09-13T14:30:18.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-13T16:08:19.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Congiary.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}},"created_at":"2024-09-13T14:23:30.000Z","updated_at":"2024-09-13T14:30:59.000Z","dependencies_parsed_at":"2024-09-14T05:26:31.560Z","dependency_job_id":"99c13612-a8da-4d2a-a9fa-894189f1c4eb","html_url":"https://github.com/Congiary/yandex-tracker-client","commit_stats":null,"previous_names":["congiary/yandex-tracker-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Congiary%2Fyandex-tracker-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Congiary%2Fyandex-tracker-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Congiary%2Fyandex-tracker-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Congiary%2Fyandex-tracker-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Congiary","download_url":"https://codeload.github.com/Congiary/yandex-tracker-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223604671,"owners_count":17172344,"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":[],"created_at":"2024-11-07T23:27:54.141Z","updated_at":"2024-11-07T23:27:54.718Z","avatar_url":"https://github.com/Congiary.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yandex Tracker Client\nКлиент для работы с API Яндекс Трекера\n## Установка\n```shell\nnpm i yandex-tracker-client\n```\n\n## Использование\n```typescript\nimport { Tracker } from 'yandex-tracker-client';\n\nconst client = new Tracker('your-token', 'your-org-id');\n\nclient.get('v2/issues/TICKET-123').then((data) =\u003e {\n  console.log('Ticket data:', data);\n});\n\nclient.post('v2/issues', {\n  summary: 'New issue',\n  description: 'Description of the issue',\n  queue: 'QUEUE',\n}).then((data) =\u003e {\n  console.log('Created ticket:', data);\n});\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcongiary%2Fyandex-tracker-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcongiary%2Fyandex-tracker-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcongiary%2Fyandex-tracker-client/lists"}