{"id":16691495,"url":"https://github.com/bbonkr/kr.bbon.services","last_synced_at":"2026-05-10T06:48:10.165Z","repository":{"id":65321981,"uuid":"587621001","full_name":"bbonkr/kr.bbon.Services","owner":"bbonkr","description":"자주 사용하는 코드 조각 모음","archived":false,"fork":false,"pushed_at":"2023-02-27T13:10:30.000Z","size":44,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-02-10T11:41:59.906Z","etag":null,"topics":["csharp","dotnet","dotnet-6","dotnet-7","github-api","nuget"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/kr.bbon.Services","language":"C#","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/bbonkr.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":"2023-01-11T07:21:12.000Z","updated_at":"2023-03-05T03:42:11.000Z","dependencies_parsed_at":"2024-12-18T08:37:46.258Z","dependency_job_id":null,"html_url":"https://github.com/bbonkr/kr.bbon.Services","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbonkr%2Fkr.bbon.Services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbonkr%2Fkr.bbon.Services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbonkr%2Fkr.bbon.Services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbonkr%2Fkr.bbon.Services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbonkr","download_url":"https://codeload.github.com/bbonkr/kr.bbon.Services/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247282980,"owners_count":20913460,"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":["csharp","dotnet","dotnet-6","dotnet-7","github-api","nuget"],"created_at":"2024-10-12T16:08:43.847Z","updated_at":"2026-05-10T06:48:10.096Z","avatar_url":"https://github.com/bbonkr.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kr.bbon.Services\n\n[![](https://img.shields.io/nuget/v/kr.bbon.Services)](https://www.nuget.org/packages/kr.bbon.Services) [![](https://img.shields.io/nuget/dt/kr.bbon.Services)](https://www.nuget.org/packages/kr.bbon.Services) [![publish to nuget](https://github.com/bbonkr/kr.bbon.Services/actions/workflows/build-tag.yaml/badge.svg)](https://github.com/bbonkr/kr.bbon.Services/actions/workflows/build-tag.yaml)\n\n## Overview\n\nImplements frequently used service layers.\n\n## Features\n\n### GitHubService\n\nSupport to create GitHub issue.\n\nsettings.json\n\n```json\n{\n  \"GitHub\": {\n    \"Owner\": \"bbonkr\",\n    \"Repo\": \"kr.bbon.Services\",\n    \"AccessToken\": \"\u003cGitHub accesstoken ISSUE READ, WRITE\u003e\",\n    \"CreateNewIssueAlways\": false,\n    \"ReopenIfClosedOneExists\": false\n  }\n}\n```\n\n| Name                    | Required | Default | Description                                   |\n| :---------------------- | :------: | :-----: | :-------------------------------------------- |\n| Owner                   |    ✅    |   N/A   | Repository owner                              |\n| Repo                    |    ✅    |   N/A   | Repository name                               |\n| AccessToken             |    ✅    |   N/A   | Repository name                               |\n| CreateNewIssueAlways    |          |  false  | Create new GitHub Issue always Whether or not |\n| ReopenIfClosedOneExists |          |  false  | Reopen if closed issue exists Whether or not  |\n\nYou can change title, body content generation\n\n```csharp\npublic class MyGitHubService : GitHubService\n{\n    public MyGitHubService(...) : base(...) { }\n\n    protected override string GenerateIssueTitle(Exception ex, string? endpoint) =\u003e $\"{ex.Message}\";\n\n    protected override string GenerateIssueBody(ApiException ex) =\u003e $\"{ex.StackTrace}\";\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbonkr%2Fkr.bbon.services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbonkr%2Fkr.bbon.services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbonkr%2Fkr.bbon.services/lists"}