An open API service indexing awesome lists of open source software.

https://github.com/zaproxy/zap-api-python

ZAP Python API
https://github.com/zaproxy/zap-api-python

Last synced: 7 months ago
JSON representation

ZAP Python API

Awesome Lists containing this project

README

          

# ZAP Python API

[![Version](https://img.shields.io/pypi/v/zaproxy.svg)](https://pypi.python.org/pypi/zaproxy)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

The Python implementation to access the [ZAP API](https://www.zaproxy.org/docs/api/). For more information
about ZAP consult the (main) [ZAP project](https://github.com/zaproxy/zaproxy/).

## How to Obtain

The latest released version can be downloaded from the [https://pypi.python.org/pypi/zaproxy](https://pypi.python.org/pypi/zaproxy) using:

pip install zaproxy

## Getting Help

For help using the ZAP API, refer to:
* [Examples](https://github.com/zaproxy/zap-api-python/tree/main/src/examples) - collection of examples using the library;
* [API Documentation](https://www.zaproxy.org/docs/api/)
* [ZAP User Group](https://groups.google.com/group/zaproxy-users) - for asking questions;

## Issues

To report issues related to ZAP API, bugs and enhancements requests, use the [issue tracker of the main ZAP project](https://github.com/zaproxy/zaproxy/issues).