{"id":25020699,"url":"https://github.com/panoramicdata/cherwell.api","last_synced_at":"2025-04-13T04:40:27.663Z","repository":{"id":65423253,"uuid":"505741794","full_name":"panoramicdata/Cherwell.Api","owner":"panoramicdata","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-29T17:32:32.000Z","size":2086,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-30T17:55:25.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/panoramicdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-21T07:48:39.000Z","updated_at":"2024-06-28T10:34:23.289Z","dependencies_parsed_at":"2024-04-29T17:54:28.834Z","dependency_job_id":null,"html_url":"https://github.com/panoramicdata/Cherwell.Api","commit_stats":{"total_commits":119,"total_committers":8,"mean_commits":14.875,"dds":0.680672268907563,"last_synced_commit":"848565cec2fe34d22fc6d696577d350609c5343c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FCherwell.Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FCherwell.Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FCherwell.Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FCherwell.Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/Cherwell.Api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665783,"owners_count":21142122,"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":"2025-02-05T12:17:11.320Z","updated_at":"2025-04-13T04:40:27.645Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cherwell.Api\n\n[![Nuget](https://img.shields.io/nuget/v/Cherwell.Api)](https://www.nuget.org/packages/Cherwell.Api/)\n[![Nuget](https://img.shields.io/nuget/dt/Cherwell.Api)](https://www.nuget.org/packages/Cherwell.Api/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/f9e0cac6cd5d4b988e077b0394358882)](https://www.codacy.com?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=panoramicdata/Cherwell.Api\u0026amp;utm_campaign=Badge_Grade)\n\nThis project implements access to the v1 Cherwell API\n\nSee the [contribution guide](CONTRIBUTING.md) for more information regarding contributing to this project\n\nTo use the Cherwell API nuget package:\n\n## Visual Studio\n  1. Open your project in Visual Studio\n  2. Right-click on the project and click \"Manage Nuget packages\"\n  3. Find the package \"Cherwell.Api\" - install the latest version\n\n## Example code (C# 10.0):\n\n``` C#\nusing Cherwell.Api;\nusing System;\nusing System.Threading.Tasks;\n\nnamespace My.Project\n{\n\tpublic static class Program\n\t{\n\t\tpublic static async Task Main()\n\t\t{\n\t\t\tusing var cherwellClient = new CherwellClient(new CherwellClientOptions\n\t\t\t{\n\t\t\t\tBaseAddress = \"xxxxxxx\",\n\t\t\t\tUsername = \"0123456789abcdef0123456789abcdef01234567\",\n\t\t\t\tPassword = \"0123456789abcdef0123456789abcdef01234567\",\n\t\t\t\tClientId = \"0123456789abcdef0123456789abcdef01234567\"\n\t\t\t});\n\n\t\t\tvar views = await cherwellClient\n\t\t\t\t.Core\n\t\t\t\t.GetViewsAsync()\n\t\t\t\t;\n\t\t}\n\t}\n}\n````\n\n## API Documentation\n\nThe Cherwell API documentation can be found here:\n\n  - [Cherwell API Documentation v1](https://help.cherwell.com/bundle/cherwell_rest_api_10_help_only/page/content/system_administration/rest_api/csm_rest_api_landing_page.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fcherwell.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fcherwell.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fcherwell.api/lists"}