behave_api_utils

API Services utils library to use with Behave projects


Keywords
api
License
Other
Install
pip install behave_api_utils==1.4.0

Documentation

behave-api-utils

####API Services utils library to use with Behave projects This library provides basic API operations functionality to use in Behave projects. Includes Behave Logger library dependency to log all calls output to Behave's captured logging.

Usage

#####Import from behave_api_utils.rest import RESTOperation, send_request.... from behave_api_utils import RESTOperation, send_request....

#####Functionality Check docstrings