RESTfly: Simplifying API Libraries ================================== Release v\ |version|. **RESTfly** (pronounced restfully) is a framework for building libraries to easily interact with RESTful APIs. .. image:: https://github.com/librestfly/restfly/actions/workflows/testing.yml/badge.svg :target: https://github.com/librestfly/restfly/actions/workflows/testing.yml .. image:: https://github.com/librestfly/restfly/actions/workflows/deploy.yml/badge.svg :target: https://github.com/librestfly/restfly/actions/workflows/deploy.yml .. image:: https://img.shields.io/pypi/v/restfly.svg :target: https://pypi.org/project/restfly/ .. image:: https://img.shields.io/pypi/pyversions/restfly.svg .. image:: https://img.shields.io/pypi/dm/restfly.svg :target: https://pypistats.org/packages/restfly .. image:: https://img.shields.io/github/license/librestfly/restfly.svg :target: https://github.com/librestfly/restfly/blob/master/LICENSE .. image:: https://live.staticflickr.com/2815/10007461563_a02f26528f_c.jpg The User Guide -------------- This part of the documentation focuses on walking through usage of the library in a step-by-step manner. .. note:: Please note that this section of the documentation is currently still being constructed, and should not be considered a complete walkthrough. .. toctree:: :caption: User Guide :maxdepth: 4 user/intro user/install user/gettingstarted user/pagination Libraries and Tools Using RESTfly --------------------------------- RESTfly is based on the foundational work in the pyTenable project. We took the lessons learned building that library and made the underlying structure generic for re-use building other API libraries. There are several other projects also leveraging RESTfly listed below: - `pyCheckpoint-API `_ - `python-Cybereason `_ - `pyTenable `_ - `pyZScaler `_ - `python-SecurityTrails `_ - Various Tenable integrations: - `Azure Security Center Integration `_ - `Google CSCC Integration `_ - `Jira Cloud Integration `_ - `Tenable.asm Asset Importer `_ The API Documentation / Guide ----------------------------- If you are looking for information on a specific function, class, or method, this part of the documentation is what you're looking for. .. toctree:: :caption: Reference Guide :maxdepth: 2 :glob: api/*