Basic REST client with extended logging
Project description
TREST client
Description
Basic REST client with extended logging.
Features
- Every request provide allure report step with all request and response data.
Report data organised in a way convenient for testing API and repeating issues in Postman. - Dataclass objects provided by
jto
library can be used as request body.
Useful for project organization.
Examples
from trest.rest_request import RESTRequest
request = RESTRequest(method='GET', url='https://api.ipify.org')
response = request.send()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
trest-1.1.6.tar.gz
(12.8 kB
view hashes)
Built Distribution
trest-1.1.6-py3-none-any.whl
(12.2 kB
view hashes)