{"id":25020708,"url":"https://github.com/panoramicdata/symphonyai.summit.api","last_synced_at":"2025-03-30T10:25:59.640Z","repository":{"id":65813785,"uuid":"584401650","full_name":"panoramicdata/SymphonyAi.Summit.Api","owner":"panoramicdata","description":"Symphony AI Summit API nuget","archived":false,"fork":false,"pushed_at":"2023-11-27T17:39:05.000Z","size":439,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-27T01:43:10.461Z","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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-02T13:16:35.000Z","updated_at":"2023-01-02T14:03:49.000Z","dependencies_parsed_at":"2023-09-27T23:01:12.112Z","dependency_job_id":"fa91c689-5adb-43ba-beda-1ed1383646d9","html_url":"https://github.com/panoramicdata/SymphonyAi.Summit.Api","commit_stats":{"total_commits":48,"total_committers":3,"mean_commits":16.0,"dds":"0.22916666666666663","last_synced_commit":"d7d7cf5be24867b7c171319ef72e33518348a66c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FSymphonyAi.Summit.Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FSymphonyAi.Summit.Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FSymphonyAi.Summit.Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FSymphonyAi.Summit.Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/SymphonyAi.Summit.Api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246304249,"owners_count":20755871,"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.392Z","updated_at":"2025-03-30T10:25:59.617Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SymphonyAi.Summit.Api\n\n[![Nuget](https://img.shields.io/nuget/v/SymphonyAi.Summit.Api)](https://www.nuget.org/packages/SymphonyAi.Summit.Api/)\n[![Nuget](https://img.shields.io/nuget/dt/SymphonyAi.Summit.Api)](https://www.nuget.org/packages/SymphonyAi.Summit.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/962e948e6c054870ad95ebc6191cd144)](https://www.codacy.com/gh/panoramicdata/SymphonyAi.Summit.Api/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=panoramicdata/SymphonyAi.Summit.Api\u0026amp;utm_campaign=Badge_Grade)\n\nThis project implements access to the Symphony AI Summit API.\n\nSee the [contribution guide](CONTRIBUTING.md) for more information regarding contributing to this project\n\nTo use the Symphony AI Summit API nuget package:\n\n## Visual Studio\n\n\t1. Open your project in Visual Studio\n\t1. Right-click on the project and click \"Manage Nuget packages\"\n\t1. Find the package \"SymphonyAi.Summit.Api\" - install the latest version\n\n## Example code (C# 11)\n\n``` C#\nusing SymphonyAi.Summit.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 summitClient = new SummitClient(new SummitClientOptions\n\t\t\t{\n\t\t\t\tApiKey = \"0123456789abcdef0123456789abcdef01234567\"\n\t\t\t});\n\n\t\t\tvar incidents = await merakiClient\n\t\t\t\t.Incidents\n\t\t\t\t.GetMyIncidentsAsync(new GetMyIncidentsRequest\n\t\t\t\t\t{\n\t\t\t\t\t\t...\n\t\t\t\t\t}\n\t\t\t\t)\n\t\t\t\t.ConfigureAwait(false);\n\t\t}\n\t}\n}\n```\n\n## API Documentation\n\nThe Symphony AI Summit API documentation can be found here:\n\n\t- [Symphony AI Summit API Documentation v1](https://docs.symphonysummitai.com/display/DS/SummitAI+API+Docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fsymphonyai.summit.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fsymphonyai.summit.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fsymphonyai.summit.api/lists"}