Skip to content

Commit

Permalink
Merge pull request #9 from EMoonArchiTech/main
Browse files Browse the repository at this point in the history
Removed legacy param documentation from connectwise_endpoint.py #8
  • Loading branch information
Yoshify authored Aug 21, 2023
2 parents 1b4ae54 + 5541a61 commit e7571e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pyconnectwise/endpoints/base/connectwise_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,9 @@ def _make_request(
endpoint (str, optional): The endpoint to make the request to.
data (dict, optional): The request data to send.
params (dict, optional): The query parameters to include in the request.
as_json (bool, optional): Whether to return the JSON response or the Response object. Defaults to True.
Returns:
The JSON response or the Response object, depending on the 'as_json' parameter.
The Response object (see requests.Response).
Raises:
Exception: If the request returns a status code >= 400.
Expand Down

0 comments on commit e7571e6

Please sign in to comment.