Simple REST-client for Cisco Support API
Project description
simple_cisco_support_api is a simplified REST Client for the Cisco Support API
Features
- simple_cisco_support_api has following features:
manage login
CRUD interface for all possible API URLs
Installation
Install simple_cisco_support_api by running:
pip3 install simple_cisco_support_api
Examples
Get Infos For A Specific Bug
import getpass
from simple_cisco_support_api import CiscoSupportAPIClient
from pprint import pprint
cisco_support=CiscoSupportAPIClient()
cisco_support.login(input("client_id:"),getpass.getpass("client_secret:"))
pprint(cisco_support.api.bug('v3.0').bugs.bug_ids.CSCwc66053.get())
Contribute
Issue Tracker: https://github.com/jinjamator/simple_cisco_support_api/issues
Source Code: https://github.com/jinjamator/simple_cisco_support_api
Roadmap
- Selected Roadmap items:
add more documentation
add some more examples
For documentation please refer to https://simple_cisco_support_api.readthedocs.io/en/latest/
License
This project is licensed under the Apache License Version 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_cisco_support_api-0.1-py3-none-any.whl.
File metadata
- Download URL: simple_cisco_support_api-0.1-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbe852db86665aa225296361673829ce06b69c103e2fbb077bbf80c786f86955
|
|
| MD5 |
080ba6dc16bc648362ec7a47b49751bf
|
|
| BLAKE2b-256 |
fe06c63e4c280fcc5cd896c54543543eb241a0dfc686d2fb246a653de5595184
|