We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd9af2 commit a68f4f1Copy full SHA for a68f4f1
magento/api.py
@@ -96,6 +96,8 @@ def store_views(self):
96
:param full_url: If set to true, then the `url` is expected to
97
be a complete URL
98
:param protocol: 'xmlrpc' and 'soap' are valid values
99
+ :param transport: optional xmlrpclib.Transport subclass for
100
+ use in xmlrpc requests
101
"""
102
assert protocol \
103
in PROTOCOLS, "protocol must be %s" % ' OR '.join(PROTOCOLS)
0 commit comments