dataway / cherwell_pydantic_api

A pythonic, asyncio connector for the Cherwell CSM API with full usage of Pydantic types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cherwell_pydantic_api

a pythonic, asyncio connector for the Cherwell CSM API with full usage of Pydantic types

This module implements a modern, Pythonic, asyncio interface to the Cherwell REST API offered by the Cherwell Service Management (CSM) ITSM solution.

It offers both a low-level interface to each API call, as well as a high-level interface that maps Cherwell Business Objects to individual Pydantic models. These models will be automatically generated for your Cherwell instance and maintained in a git repository. This makes it easy to track changes in business object definitions automatically.

license PyPI - Python Version

License

MIT License

Cherwell Service Management is a product and trademark of Ivanti. This project is not affiliated with Ivanti in any way.

About

A pythonic, asyncio connector for the Cherwell CSM API with full usage of Pydantic types

License:MIT License


Languages

Language:Python 95.1%Language:Jupyter Notebook 3.4%Language:Jinja 1.5%