Python package improvements

Added an endpoint for getting the actual stored responses, and used it to test and improve the python package.
This commit is contained in:
Kyle Corbitt
2023-08-14 19:07:03 -07:00
parent c4cef35717
commit 754e273049
17 changed files with 786 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
from openpipe.api_client.api.default import (
api_report,
report as api_report,
check_cache,
)
from openpipe.api_client.client import AuthenticatedClient