MCPcopy Index your code
hub / github.com/csev/py4e / to_url

Method to_url

code/oauth.py:177–179  ·  view source on GitHub ↗

Serialize as a URL for a GET request.

(self)

Source from the content-addressed store, hash-verified

175 for k, v in self.parameters.iteritems()])
176
177 def to_url(self):
178 """Serialize as a URL for a GET request."""
179 return '%s?%s' % (self.get_normalized_http_url(), self.to_postdata())
180
181 def get_normalized_parameters(self):
182 """Return a string that contains the parameters that must be signed."""

Callers 1

augmentFunction · 0.45

Calls 2

to_postdataMethod · 0.95

Tested by

no test coverage detected