You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "c:\users\tordoff\dev\structurizr-python\src\structurizr\api\structurizr_client.py", line 136, in get_workspace
request.headers.update(self._add_headers(request.url.full_path))
AttributeError: 'URL' object has no attribute 'full_path'
Context
System Information
==================
OS Windows
OS-release 10
Python 3.7.5
Package Versions
================
depinfo 1.5.4
httpx 0.15.3
ordered-set 3.1
pip 20.2.3
pydantic 1.6.1
python-dotenv 0.14.0
setuptools 41.2.0
structurizr-python 0.0.1rc4+98.g8268b96.dirty
The text was updated successfully, but these errors were encountered:
yt-ms
changed the title
StructurizrClient.get_workspace breaks on request.url.full_path
StructurizrClient.get_workspace() breaks on request.url.full_path
Oct 18, 2020
Problem description
When invoking
StructurizrClient.get_workspace()
, an error occurs becausehttpx.URL
does not have an attributefull_path
.Checking the source, this definitely does not exist.
Code Sample
Create a minimal, complete, verifiable example.
Context
The text was updated successfully, but these errors were encountered: