{"id":25020684,"url":"https://github.com/panoramicdata/cisco.api","last_synced_at":"2025-08-21T12:35:11.180Z","repository":{"id":38681963,"uuid":"264515334","full_name":"panoramicdata/Cisco.Api","owner":"panoramicdata","description":"Cisco API nuget package","archived":false,"fork":false,"pushed_at":"2024-05-28T16:31:30.000Z","size":395,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-29T05:40:08.993Z","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":null,"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":"2020-05-16T19:52:17.000Z","updated_at":"2024-05-30T19:44:20.661Z","dependencies_parsed_at":"2024-04-11T18:24:48.094Z","dependency_job_id":"5fe399d7-8065-4a5c-8f75-de24e4dbb35f","html_url":"https://github.com/panoramicdata/Cisco.Api","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FCisco.Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FCisco.Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FCisco.Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FCisco.Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/Cisco.Api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251327768,"owners_count":21571813,"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:08.795Z","updated_at":"2025-04-28T14:24:11.150Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco.Api\n\n[![Nuget](https://img.shields.io/nuget/v/Cisco.Api)](https://www.nuget.org/packages/Cisco.Api/)\n\nYou must have an SNTC or PSS account in order to be able to use this library.\n\nTo use the Cisco nuget package:\n\n## Visual Studio\n\n1. Open your project in Visual Studio\n1. Right-click on the project and click \"Manage Nuget packages\"\n1. Find the package \"Cisco.Api\" - install the latest version\n1. Add your application in the Cisco API Console\n1. Add a new Application, selecting the end points that you intend to use\n1. Note the client id and secret.\n\n## Example code (C# 8.0):\n\n``` C#\nusing Cisco.Api;\nusing System;\nusing System.Collections.Generic;\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\tvar ciscoClient = new CiscoClient(\n\t\t\t\tnew CiscoClientOptions {\n\t\t\t\t\tClientId = \"\u003cID\u003e\",\n\t\t\t\t\tClientSecret = \"\u003cSECRET\u003e\"\n\t\t\t\t});\n\n\t\t\tvar productInformation = await CiscoClient\n\t\t\t\t.ProductInfo\n\t\t\t\t.GetBySerialNumbersAsync(new [] { \"\u003cSERIAL NUMBER\u003e\" } )\n\t\t\t\t.ConfigureAwait(false);\n\n\t\t\tvar productDetails = productInformation.Products.First();\n\n\t\t\tConsole.WriteLine($\"Product Name: {productDetails.ProductName}\");\n\t\t}\n\t}\n}\n````\n\n## API Documentation\n\nThe Cisco Support APIs documentation can be found here:\n\n- [Cisco Support APIs](https://developer.cisco.com/site/support-apis/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fcisco.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fcisco.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fcisco.api/lists"}