Skip to content

Commit

Permalink
Text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniceManwiller authored Nov 21, 2024
1 parent 62a8573 commit 82e1aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tonic_textual/classes/httpclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class HttpClient:
base_url : str
URL to the Tonic Textual instance.
api_key : str
The API token associated to use for the requests.
The API token to use for the requests.
verify : bool
Whether SSL Certification verification is performed
Whether to verify SSL certification.
"""

def __init__(self, base_url: str, api_key: str, verify: bool):
Expand Down Expand Up @@ -93,9 +93,9 @@ def http_post_download_file(
params: dict
Passed as the params parameter of the requests.get request.
data: dict
Request body
Request body.
additionaHeaders: dict
Additional HTTP request headers
Additional HTTP request headers.
"""

res = requests.post(
Expand Down

0 comments on commit 82e1aca

Please sign in to comment.