{"id":22930587,"url":"https://github.com/rothdennis/cisco_support","last_synced_at":"2025-08-12T15:31:32.758Z","repository":{"id":57417210,"uuid":"400186345","full_name":"rothdennis/cisco_support","owner":"rothdennis","description":"Python implementation of the Cisco Support API","archived":false,"fork":false,"pushed_at":"2024-02-22T18:55:10.000Z","size":62,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-24T12:26:53.042Z","etag":null,"topics":["automation","case","cisco","eox","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rothdennis.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-08-26T13:52:28.000Z","updated_at":"2024-03-05T22:03:47.000Z","dependencies_parsed_at":"2024-02-03T12:29:59.208Z","dependency_job_id":"7cec28bd-ec1d-4f5f-b97e-87addd9c6824","html_url":"https://github.com/rothdennis/cisco_support","commit_stats":{"total_commits":71,"total_committers":2,"mean_commits":35.5,"dds":"0.16901408450704225","last_synced_commit":"69399aa2208c33960dbd93a3819caed8ad8f5b67"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rothdennis%2Fcisco_support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rothdennis%2Fcisco_support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rothdennis%2Fcisco_support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rothdennis%2Fcisco_support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rothdennis","download_url":"https://codeload.github.com/rothdennis/cisco_support/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229694614,"owners_count":18108930,"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":["automation","case","cisco","eox","python"],"created_at":"2024-12-14T10:28:51.955Z","updated_at":"2024-12-14T10:30:20.229Z","avatar_url":"https://github.com/rothdennis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco Support APIs for Python\n\n[![published](https://static.production.devnetcloud.com/codeexchange/assets/images/devnet-published.svg)](https://developer.cisco.com/codeexchange/github/repo/rothdennis/cisco_support)\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/rothdennis/cisco_support/blob/main/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/rothdennis/cisco_support)](https://github.com/rothdennis/cisco_support/stargazers)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/rothdennis/cisco_support)\n\nPython implementation of the [Cisco Support API](https://developer.cisco.com/docs/support-apis/#!introduction-to-cisco-support-apis)\n\n## Implemented APIs\n\n- [ ] Automated Software Distribution\n- [x] Bug\n- [x] Case\n- [x] EoX\n- [x] Product Information\n- [x] Serial Number to Information\n- [x] Service Order Return (RMA)\n- [x] Software Suggestion\n\n## Installation\n\n```bash\npip install cisco_support\n```\n\n## Usage\n\n### Automated Software Distribution\n\n\u003e TO BE IMPLEMENTED\n\n### Bug\n\n```python\nfrom cisco_support import Bug\n\nbug = Bug(client_id='abc', client_secret='def')\n```\n\n### Case\n\n```python\nfrom cisco_support import Case\n\ncase = Case(client_id='abc', client_secret='def')\n```\n\n### EoX\n```python\nfrom cisco_support import EoX\n\neox = EoX(client_id='abc', client_secret='def')\n```\n\n### Product Information\n```python\nfrom cisco_support import ProductInformation\n\nproduct_information = ProductInformation(client_id='abc', client_secret='def')\n```\n\n### Serial Number to Information\n```python\nfrom cisco_support import SerialNumberInformation\n\nserial_number_information = SerialNumberInformation(client_id='abc', client_secret='def')\n```\n\n### Service Order Return (RMA)\n```python\nfrom cisco_support import ServiceOrderReturn\n\nservice_order_return = ServiceOrderReturn(client_id='abc', client_secret='def')\n```\n\n### Software Suggestion\n```python\nfrom cisco_support import SoftwareSuggestion\n\nsoftware_suggestion = SoftwareSuggestion(client_id='abc', client_secret='def')\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frothdennis%2Fcisco_support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frothdennis%2Fcisco_support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frothdennis%2Fcisco_support/lists"}