Skip to main content

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

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

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simple_cisco_support_api-0.1-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file simple_cisco_support_api-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_cisco_support_api-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dbe852db86665aa225296361673829ce06b69c103e2fbb077bbf80c786f86955
MD5 080ba6dc16bc648362ec7a47b49751bf
BLAKE2b-256 fe06c63e4c280fcc5cd896c54543543eb241a0dfc686d2fb246a653de5595184

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page