Metadata-Version: 2.1
Name: feature-costbot-iapi
Version: 0.0.3b1
Summary: IAPI Interface Files
Home-page: https://github.com/Cloudzero/feature-costbot
Author: CloudZero
Author-email: support@cloudzero.com
License: UNLICENSED
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown


# CostBot IAPI

This package contains the interface for the CostBot iAPI. 

## Installing and Use
Add `feature_costbot_iapi` to your requirements file or run `pip install feature_costbot_iapi`. To use, add `from feature_costbot_iapi import costbot_client`.

## Commands


### Create Request

**Command**: `create_request`

**Arguments**: 
- `cz_organization_id`: `str`
- `question_name`: `str`
- `question_parameters`: `Mapping`

**Usage**: `costbot_client.create_request(cz_organization_id=1234568906, question_name='ec2-snapshots-older-than', question_parameters={'days': 90})`
