Metadata-Version: 2.1
Name: restify-ENGYAK
Version: 0.1.9
Summary: Abstractions should save typing, not thinking! This project will provide a quick and simple CLI for REST API consumption. Build your own library of known API endpoints/modifiers, and consume directly via the CLI.
Home-page: https://github.com/ngschmidt/python-resttool
Author: Nicholas Schmidt
Author-email: nick.schmidt3@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Python REST Tool

## Synopsis

Provide a python tool to quickly invoke REST calls with a pre-defined list of settings, plays.

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## How to use this tool

Download the package:

```bash
python3 -m pip install restify-ENGYAK
```

Invoke via the CLI:

```bash
python3 -m restify -f settings.json get_api-object
```

To build a new settings file:

```bash
python3 -m restify create_settings > settings.json
```

To list plays provided by a settings file:

```bash
python3 -m restify -f settings.json list_plays
```

## Notes

## TODO

* More Content
* Automated testing
* Token authentication
* More actions than `GET`/`DELETE`

## Authors

* *Nick Schmidt*


