Skip to content

Commit b3f8de7

Browse files
Return Requests object from API
1 parent c3ef8b8 commit b3f8de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __request(self, method, endpoint, data):
7171
auth=auth,
7272
data=data,
7373
headers=headers
74-
).json()
74+
)
7575

7676
def get(self, endpoint):
7777
""" Get requests """

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy