ddt-api-calls 0.3.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

ddtapicalls 0.3.2

1 Welcome to ddt-api-calls’s documentation!

Version:
0.3.2

Source:
https://github.com/maykinmedia/ddt-api-calls

Keywords:
django, debug, debug_toolbar, requests, api

PythonVersion:
3.8




A Django Debug Toolbar pannel to track calls made with requests library

Contents

1 Welcome to ddt-api-calls’s documentation!
2 Features
3 Installation

3.1 Requirements
3.2 Install


4 Usage




2 Features

Track (API) calls made with the requests library
Display individual request method, path and duration
Display total number of calls and total duration start-end



3 Installation

3.1 Requirements

Python 3.6 or above
setuptools 30.3.2 or above
Django 2.2 or newer



3.2 Install
pip install ddt-api-calls

Add ddt_api_calls to INSTALLED_APPS.
Add ddt_api_calls.panels.APICallsPanel to the DEBUG_TOOLBAR_PANELS setting.




4 Usage
Make your usual requests and see the data in the panels :-)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.